/* Variable .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 */
#listings-bravo-bravo {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  background-color: #ffffff;
  color: #727177;
}
#listings-bravo-bravo h1 {
  padding-left: 0;
  padding-right: 0;
}
#listings-bravo-bravo .form-heading {
  display: block;
  height: 35px;
  line-height: 35px;
  color: #72727e;
  float: left;
  margin-bottom: 10px;
  padding: 0 15px;
}
#listings-bravo-bravo #search-form-echo {
  display: block;
  padding: 0 15px;
}
#listings-bravo-bravo #search-form-echo form {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
/* These .less files rely on the variables above */
#appraisal {
  padding: 0;
}
#appraisal article {
  font-size: 13px;
  line-height: 22px;
  padding: 0 15px 15px 15px;
}
#appraisal article h2 {
  color: #031f4e;
}
#appraisal form {
  padding: 0 15px 15px 15px;
}
#appraisal form fieldset {
  width: 100%;
}
#appraisal form fieldset label {
  width: 50%;
  display: block;
}
#appraisal form fieldset div input {
  width: 100% !important;
}
#appraisal form input[type="submit"] {
  margin-top: 15px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #appraisal {
    margin: 0 auto;
  }
  #appraisal article {
    max-width: 1170px;
    margin: 0 auto;
  }
  #appraisal form {
    padding: 0 15px 15px 15px;
    max-width: 1170px;
    margin: 0 auto;
  }
  #appraisal form .fieldset_type {
    width: 50%;
    margin-right: 50px;
    padding-right: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal form .fieldset_first_name,
  #appraisal form .fieldset_surname,
  #appraisal form .fieldset_email_address,
  #appraisal form .fieldset_mobile {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal form .fieldset_first_name label,
  #appraisal form .fieldset_surname label,
  #appraisal form .fieldset_email_address label,
  #appraisal form .fieldset_mobile label {
    width: 50%;
  }
  #appraisal form .fieldset_first_name input,
  #appraisal form .fieldset_surname input,
  #appraisal form .fieldset_email_address input,
  #appraisal form .fieldset_mobile input {
    width: 100%;
  }
  #appraisal form .fieldset_first_name,
  #appraisal form .fieldset_email_address,
  #appraisal form .fieldset_listing_unit_number,
  #appraisal form .fieldset_listing_street_number,
  #appraisal form .fieldset_type {
    padding-right: 15px;
  }
  #appraisal form .fieldset_listing_street_number,
  #appraisal form .fieldset_listing_unit_number,
  #appraisal form .fieldset_listing_street_name {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal form .fieldset_listing_street_number label,
  #appraisal form .fieldset_listing_unit_number label,
  #appraisal form .fieldset_listing_street_name label {
    width: 33.33%;
  }
  #appraisal form .fieldset_listing_street_number input,
  #appraisal form .fieldset_listing_unit_number input,
  #appraisal form .fieldset_listing_street_name input {
    width: 100%;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #appraisal {
    margin: 0 auto;
  }
  #appraisal article {
    max-width: 1170px;
    margin: 0 auto;
  }
  #appraisal form {
    padding: 0 15px 15px 15px;
    max-width: 1170px;
    margin: 0 auto;
  }
  #appraisal form .fieldset_type {
    width: 50%;
    margin-right: 50px;
    padding-right: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal form .fieldset_listing_suburb_postcode,
  #appraisal form .fieldset_notes {
    padding-right: 0;
  }
  #appraisal form .fieldset_first_name,
  #appraisal form .fieldset_surname,
  #appraisal form .fieldset_email_address,
  #appraisal form .fieldset_mobile {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal form .fieldset_first_name label,
  #appraisal form .fieldset_surname label,
  #appraisal form .fieldset_email_address label,
  #appraisal form .fieldset_mobile label {
    width: 50%;
  }
  #appraisal form .fieldset_first_name input,
  #appraisal form .fieldset_surname input,
  #appraisal form .fieldset_email_address input,
  #appraisal form .fieldset_mobile input {
    width: 100%;
  }
  #appraisal form .fieldset_first_name,
  #appraisal form .fieldset_email_address,
  #appraisal form .fieldset_listing_unit_number,
  #appraisal form .fieldset_listing_street_number,
  #appraisal form .fieldset_type {
    padding-right: 15px;
  }
  #appraisal form .fieldset_listing_street_number,
  #appraisal form .fieldset_listing_unit_number,
  #appraisal form .fieldset_listing_street_name {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal form .fieldset_listing_street_number label,
  #appraisal form .fieldset_listing_unit_number label,
  #appraisal form .fieldset_listing_street_name label {
    width: 33.33%;
  }
  #appraisal form .fieldset_listing_street_number input,
  #appraisal form .fieldset_listing_unit_number input,
  #appraisal form .fieldset_listing_street_name input {
    width: 100%;
  }
}
#listing-open-form-alpha {
  font-size: 13px;
  line-height: 22px;
}
#listing-open-form-alpha strong,
#listing-open-form-alpha #inspectRe {
  cursor: pointer;
  margin-top: 10px;
  width: 230px;
}
#listing-open-form-alpha em {
  display: block;
  margin: 0 0 0;
}
#listing-open-form-alpha ul {
  display: none;
}
#listing-open-form-alpha ul li {
  margin: 0 0 5px;
}
#listing-open-form-alpha ul li a {
  margin-right: 5px;
  color: #666;
  display: inline-block;
}
#listing-open-form-alpha ul li label {
  cursor: pointer;
}
#listing-open-form-alpha ul li label input[type="checkbox"] {
  vertical-align: middle;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0;
}
#listing-open-form-alpha .blurb {
  margin: 0 0 15px;
  display: none;
}
#listing-open-form-alpha .opens-form {
  display: none;
}
#listing-open-form-alpha .opens-form fieldset {
  margin-top: 15px;
}
#listing-open-form-alpha .success-inspection-tag {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  margin: 5px;
  padding: 3px;
  font-weight: 600;
}
#listing-open-form-alpha .fieldset_contact_method {
  line-height: 21px;
  text-align: center;
  padding-bottom: 15px;
}
#listing-open-form-alpha .fieldset_contact_method label {
  margin: 0 20px 0 0;
  cursor: pointer;
}
#listing-open-form-alpha .fieldset_contact_method label input {
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: middle;
}
#listing-open-form-alpha .fieldset_contact_method label.email {
  margin: 0px;
}
#listing-open-form-alpha .fieldset_notes textarea {
  display: block;
  resize: vertical;
}
#listing-open-form-alpha .fieldset_submit {
  margin-top: 15px;
}
#listing-open-form-alpha:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #listing-open-form-alpha ul li label input[type="checkbox"] {
    margin: 0 15px 0 0;
  }
  #listing-open-form-alpha .blurb {
    margin: 0 0 15px;
  }
  #listing-open-form-alpha .opens-form fieldset {
    margin-top: 15px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 7.5px 0 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_surname,
  #listing-open-form-alpha .opens-form fieldset.fieldset_mobile {
    padding: 0 0 0 7.5px;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method {
    line-height: inherit;
    width: 100%;
    text-align: right;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method .contact-method {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method label {
    margin: 0 20px 0 0;
    cursor: pointer;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method label input {
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: middle;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method label.email {
    margin: 0px;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_notes {
    width: 100%;
    padding: 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_submit {
    float: right;
    width: 25%;
    padding: 0;
  }
  #listing-open-form-alpha:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #listing-open-form-alpha .message {
    margin-top: 0px;
  }
  #listing-open-form-alpha ul li label input[type="checkbox"] {
    margin: 0 7.5px 0 0;
  }
  #listing-open-form-alpha .blurb {
    margin: 0 0 15px;
    clear: both;
  }
  #listing-open-form-alpha .opens-form fieldset {
    margin-top: 15px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 7.5px 0 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_surname,
  #listing-open-form-alpha .opens-form fieldset.fieldset_mobile {
    padding: 0 0 0 7.5px;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_submit {
    float: right;
    padding: 0;
  }
  #listing-open-form-alpha:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
.listing-show-bravo .left,
.listing-show-bravo .right {
  float: none;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .listing-show-bravo .left {
    float: left;
    width: 75.7%;
  }
  .listing-show-bravo .right {
    float: right;
    width: 24.3%;
    padding-left: 10px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
.offices-alpha .top-section {
  width: 100%;
}
.offices-alpha .top-section h1 {
  max-width: 1170px;
  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 {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #72727e;
  border: 1px solid #B3B3B3;
  background-color: #f2f2f2;
  text-decoration: none;
  font-size: 14px;
  border-radius: 2px;
  box-sizing: border-box;
  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 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 */
}
#blog-echo {
  max-width: 1170px;
  display: block;
  margin: 0 auto;
  background-color: #cbcbcb;
}
#blog-echo #blog-display .loading-spinner {
  text-align: center;
}
#blog-echo #blog-display .list-container ul {
  display: flex;
  flex-flow: row wrap;
}
#blog-echo #blog-display .list-container ul .wrapper {
  width: 100%;
}
#blog-echo #blog-display .list-container ul .wrapper li .image {
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
#blog-echo #blog-display .list-container ul .wrapper li .overlay {
  opacity: 0;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-echo #blog-display .list-container {
    display: inline-block;
  }
  #blog-echo #blog-display .list-container ul .wrapper {
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-echo #blog-display .list-container ul .wrapper {
    width: 33.33%;
  }
}
#blog-show-bravo {
  max-width: 1170px;
  margin: 0 auto;
  display: block;
}
#blog-show-bravo #blog-show .wrapper article .blog-image .image {
  background-size: cover;
  background-position: 50% 50%;
}
#blog-show-bravo #blog-show .wrapper article .right-content .author .image {
  background-position: 50% 50%;
  background-size: cover;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content .recent-blogs:after {
  content: "";
  display: table;
  clear: both;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-show-bravo #blog-show .wrapper {
    display: inline-block;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .left {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .right {
    clear: none;
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-text {
    padding-right: 20px;
  }
  #blog-show-bravo #blog-show .wrapper article .right-content div {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #222222;
    padding-bottom: 10px;
  }
  #blog-show-bravo #blog-show .wrapper article .right-content .tags-wrapper {
    border-top: 1px solid #222222;
    padding-top: 10px;
    margin-top: 10px;
  }
  #blog-show-bravo #blog-show .wrapper article .right-content h2:first-child {
    padding-top: 0;
  }
  #blog-show-bravo #blog-show .wrapper article .right-content .download-file:last-child {
    border-bottom: 1px solid #222222;
  }
  #blog-show-bravo #blog-show .wrapper article .right-content .social {
    display: inline-block;
  }
  #blog-show-bravo #blog-show .wrapper article .right-content .social h2 {
    padding-top: 16px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
}
#suburb-profile-show-bravo {
  background-color: #cbcbcb;
  max-width: 1170px;
  margin: 0 auto;
  display: block;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo {
  position: relative;
  height: 0;
  padding-bottom: 60%;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo ul {
  height: 0;
  padding-bottom: 60%;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo ul li {
  height: 0;
  padding-bottom: 14.5%;
  background-size: cover;
  background-position: 50% 50%;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-controls-direction {
  display: none;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-controls {
  margin: 15px 0;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-pager.bx-default-pager {
  /*Causes markers to appear in header in some Boa layouts*/
  /*position: absolute;
				bottom: 10px;
				left: 0px;
				z-index: 99;*/
  width: 100%;
  text-align: center;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item {
  display: inline-block;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item a {
  display: block;
  height: 13px;
  width: 13px;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item a:hover {
  background-color: #ddd;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item .active {
  background-color: #ddd;
}
#suburb-profile-show-bravo .container .bottom {
  clear: both;
}
#suburb-profile-show-bravo .container .bottom .places-wrapper .list-container li a {
  color: #50e0e1;
  font-size: 15px;
  line-height: 1.5em;
}
#suburb-profile-show-bravo .container .bottom .places-wrapper .list-container li a .info h3 {
  font-style: normal;
}
#suburb-profile-show-bravo .container .middle:after {
  content: "";
  display: table;
  clear: both;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profile-show-bravo .container .middle .left {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #suburb-profile-show-bravo .container .middle .right {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #suburb-profile-show-bravo .container .bottom {
    clear: both;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profile-show-bravo .container .middle .left {
    width: 70%;
  }
  #suburb-profile-show-bravo .container .middle .right {
    width: 30%;
  }
  #suburb-profile-show-bravo .container .bottom {
    clear: both;
  }
}
#place-show-charlie {
  background-color: #cbcbcb;
  max-width: 1170px;
  margin: 0 auto;
  display: block;
}
#place-show-charlie .container {
  /*		.middle{
			.left{
				width: 60%;
				float: left;
				.padding-inner();
				h1{

				}
				h2{

				}
				h3{

				}
				ul{
					li{
						a{

						}
					}
				}
			}
			.right{
				width: 40%;
				float: left;
				.padding-inner();
				.links{
					h2{

					}
					a{

					}
				}
			}
		}
		.bottom{
			clear: both;
			#map_canvas{
				
			}
		}*/
}
#place-show-charlie .container #item-image-slideshow-bravo {
  position: relative;
  height: 0;
  padding-bottom: 60%;
}
#place-show-charlie .container #item-image-slideshow-bravo ul {
  height: 0;
  padding-bottom: 60%;
}
#place-show-charlie .container #item-image-slideshow-bravo ul li {
  height: 0;
  padding-bottom: 14.5%;
  background-size: cover;
  background-position: 50% 50%;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-controls-direction {
  display: none;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-controls {
  margin: 15px 0;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-pager.bx-default-pager {
  /*Causes markers to appear in header in some Boa layouts*/
  /*position: absolute;
				bottom: 10px;
				left: 0px;
				z-index: 99;*/
  width: 100%;
  text-align: center;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item {
  display: inline-block;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item a {
  display: block;
  height: 13px;
  width: 13px;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  border: 1px solid #cbcbcb;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item a:hover {
  background-color: #ddd;
}
#place-show-charlie .container #item-image-slideshow-bravo .bx-pager.bx-default-pager .bx-pager-item .active {
  background-color: #ddd;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #place-show-charlie .container .middle .left {
    width: 60%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #place-show-charlie .container .middle .right {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #place-show-charlie .container .bottom {
    clear: both;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #place-show-charlie .container .middle .left {
    width: 70%;
  }
  #place-show-charlie .container .middle .right {
    width: 30%;
  }
}
#suburb-profiles-bravo {
  background-color: #cbcbcb;
  max-width: 1170px;
  margin: 0 auto;
  display: block;
}
#suburb-profiles-bravo .listings-wrapper section .content-container ul {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
}
/* Sneak Preview Banners */
.sneak-preview {
  display: block;
  position: absolute;
  top: 10px;
  right: 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: #c2272b;
  color: #fff !important;
  text-decoration: none;
  text-align: center !important;
  -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 #c2272b;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -7px;
}
.propertyListing {
  position: relative;
}
.sneak-preview.on-map {
  top: 40px;
  right: 15px;
}
@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: 10px;
    right: 10px;
  }
  .sneak-preview:after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 18px solid #c2272b;
    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;
    right: 10px;
  }
  .propertyListing .sneak-preview:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #c2272b;
    bottom: -12px;
    margin-left: -7px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
#agents-mike {
  display: block;
}
#agents-mike h2 {
  display: none;
}
#agents-mike .top-section {
  display: none;
  /*		article{
			color: black;
			line-height: 19px;
			font-size: 15px;
			padding: 0 16px;
			padding-bottom: 16px;
			h2{
				width: 100%;
				text-align: center;
				font-size: 26px;
				font-weight: 300;
				font-family: 'Roboto', sans-serif;
				color: black;
				padding: 32px 8px 16px 8px;
				.padding-inner();
				display: block;
				em{
					border-bottom: 1px solid @brand-secondary;
				}
			}
		}*/
}
#agents-mike .two-col-tablet {
  padding: 30px;
}
#agents-mike .two-col-tablet li {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 15px 0 15px 0;
}
#agents-mike .two-col-tablet li .card {
  background-color: #f1f1f1;
  overflow: hidden;
  min-height: 245px;
}
#agents-mike .two-col-tablet li .card .image {
  width: 100%;
  display: block;
  position: relative;
}
#agents-mike .two-col-tablet li .card .image .image-container {
  height: 0;
  background-size: cover;
  background-position: 50% 20%;
}
#agents-mike .two-col-tablet li .card .image img {
  display: block;
  width: 100%;
}
#agents-mike .two-col-tablet li .card .image:after {
  content: '';
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#agents-mike .two-col-tablet li .card:hover .image:after {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#agents-mike .two-col-tablet li .card .info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px;
  font-size: 12px;
  line-height: 18px;
}
#agents-mike .two-col-tablet li .card .info .no-mobile {
  display: none;
}
#agents-mike .two-col-tablet li .card .info .mobile-only {
  display: block;
  margin: -10px 0 10px;
  text-align: left;
  color: black;
}
#agents-mike .two-col-tablet li .card .info .mobile-only a {
  color: black;
  display: inline-block;
  font-size: 12px;
  margin: 0 5px;
}
#agents-mike .two-col-tablet li .card .info .mobile-only a .fa-mobile {
  font-size: 27px;
  vertical-align: text-bottom;
}
#agents-mike .two-col-tablet li .card .info .mobile-only .email {
  padding-top: 70px;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}
#agents-mike .two-col-tablet li .card .info .name {
  display: block;
  font-size: 18px;
  padding-top: 17px;
  font-family: 'Roboto', sans-serif;
  color: black;
  padding-bottom: 7.5px;
}
#agents-mike .two-col-tablet li .card .info a {
  color: black;
  text-decoration: none;
  content: 'email me';
}
#agents-mike .two-col-tablet li .card .info a:focus,
#agents-mike .two-col-tablet li .card .info a:hover,
#agents-mike .two-col-tablet li .card .info a:active {
  text-decoration: underline;
}
#agents-mike .two-col-tablet li .card .info .links {
  display: none;
}
#agents-mike .two-col-tablet li .card .info .links a {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  font-size: 14px;
}
#agents-mike .two-col-tablet li .card .info .links a:focus,
#agents-mike .two-col-tablet li .card .info .links a:hover,
#agents-mike .two-col-tablet li .card .info .links a:active {
  text-decoration: none;
}
#agents-mike .two-col-tablet li .card .info .links a i {
  display: none;
}
#agents-mike .two-col-tablet:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #agents-mike {
    display: block;
  }
  #agents-mike .top-section {
    /*			article{
				padding: 0 24px;
				padding-bottom: 24px;
				max-width: 370px;
				margin: 0 auto;
				h2{
					font-size: 26px;
					
					font-family: 'Roboto', sans-serif;
					color: black;
					padding: 16px 8px;
					.padding-inner();
					display: block;
					em{
						border-bottom: 1px solid @brand-secondary;
					}
				}
			}*/
  }
  #agents-mike .two-col-tablet {
    padding: 15px;
  }
  #agents-mike .two-col-tablet li {
    width: 33.33%;
    float: left;
    padding: 0 0 15px 15px;
  }
  #agents-mike .two-col-tablet li .card {
    position: relative;
    min-height: 0;
  }
  #agents-mike .two-col-tablet li .card .image {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agents-mike .two-col-tablet li .card .image img {
    display: block;
    width: 100%;
  }
  #agents-mike .two-col-tablet li .card .info {
    height: 190px;
    float: left;
    border-top: 0;
    padding: 30px;
    width: 100%;
    color: black;
    font-size: 13px;
    line-height: 22px;
  }
  #agents-mike .two-col-tablet li .card .info .no-mobile {
    margin-top: -20px;
    display: block;
  }
  #agents-mike .two-col-tablet li .card .info .mobile-only {
    display: none;
  }
  #agents-mike .two-col-tablet li .card .info .name {
    font-size: 17px;
    padding-top: 4px;
  }
  #agents-mike .two-col-tablet li .card .info .links {
    display: block;
    position: absolute;
    text-align: left;
    color: black;
    bottom: 0px;
    right: 0px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 7.5px 15px;
    padding-left: 0;
  }
  #agents-mike .two-col-tablet li .card .info .links a {
    font-family: 'Roboto', arial, sans-serif;
    color: black;
    margin-right: 0px;
    margin-left: 30px;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 10px;
  }
  #agents-mike .two-col-tablet li .card .info .links a:hover {
    color: black;
    text-decoration: underline;
  }
  #agents-mike .two-col-tablet li .card:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #agents-mike {
    display: block;
  }
  #agents-mike .top-section {
    /*			article{
				padding: 0 30px;
				padding-bottom: 40px;
				max-width: 370px;
				line-height: 24px;
				margin: 0 auto;
				h2{
					font-size: 26px;
					
					font-family: 'Roboto', sans-serif;
					color: black;
					padding: 30px 8px;
					.padding-inner();
					display: block;
					em{
						border-bottom: 1px solid @brand-secondary;
					}
				}
			}*/
  }
  #agents-mike .two-col-tablet {
    padding: 15px;
  }
  #agents-mike .two-col-tablet li {
    width: 25%;
    padding: 0 0 15px 15px;
  }
  #agents-mike .two-col-tablet li .card .info {
    padding-top: 20px;
    padding-left: 20px;
    height: 180px;
  }
  #agents-mike .two-col-tablet li .card .info .name {
    padding-top: 0;
    padding-bottom: 0px;
  }
  #agents-mike .two-col-tablet li .card .info .staff-position {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 5px;
    display: inline-block;
  }
  #agents-mike .two-col-tablet li .card .info .no-mobile {
    font-size: 11px;
  }
  #agents-mike .two-col-tablet li .card .info .links {
    padding: 7.5px 15px;
    text-align: left;
    padding-left: 0;
  }
  #agents-mike .two-col-tablet li .card .info .links a {
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
  }
}
/* global */
.content-container {
  max-width: 1170px;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}
.content-container ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px;
}
.content-container ul:after {
  content: "";
  display: table;
  clear: both;
}
.content-container ul li {
  cursor: pointer;
  width: 100%;
  display: block;
  margin: 0 auto 15px auto;
}
.content-container ul li .wrapper {
  position: relative;
  text-decoration: none;
  color: white;
  display: block;
}
.content-container ul li .wrapper a {
  text-decoration: none;
  color: white;
}
.content-container ul li .wrapper .image {
  background-size: cover;
  background-position: 50% 50%;
  height: 200px;
}
.content-container ul li .wrapper .line {
  display: block;
  height: 1px;
  width: 70%;
  background: white;
  margin: 0 auto;
}
.content-container ul li .wrapper .underlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.content-container ul li .wrapper .overlay {
  text-align: center;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.content-container ul li .wrapper h1 {
  text-transform: uppercase;
  font-size: 23px;
  padding: 10px 0 5px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.content-container ul li .wrapper h2 {
  text-transform: uppercase;
  padding: 8px 0;
  font-size: 16px;
}
.content-container ul li .wrapper h3 {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  float: left;
  width: auto;
  text-transform: uppercase;
  font-size: 11px;
  padding-right: 5px;
}
.content-container ul li .wrapper .line {
  display: inline-block;
}
.content-container ul li .wrapper .bbc-wrapper {
  display: inline-block;
}
.content-container ul li .wrapper .bbc-wrapper .container {
  width: auto;
  display: inline-block;
}
.content-container ul li .wrapper .bbc-wrapper em {
  padding-left: 5px;
}
.content-container ul li .wrapper .links {
  padding-top: 25px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
.content-container ul li .wrapper .links .suburb-sale,
.content-container ul li .wrapper .links .suburb-lease {
  display: none;
  padding-right: 10px;
}
.content-container ul li .wrapper .links a {
  width: auto;
  color: white;
  text-decoration: none;
}
.content-container ul li .wrapper .links a:hover {
  color: #50e0e1;
}
.content-container ul li .wrapper .links .suburb-sale.show,
.content-container ul li .wrapper .links .suburb-lease.show {
  display: inline-block;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .content-container {
    padding-bottom: 7.5px;
  }
  .content-container ul li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    max-width: none;
    padding: 7.5px;
  }
  .content-container ul li .wrapper .image {
    height: 240px;
  }
  .content-container ul li:nth-child(1),
  .content-container ul li:nth-child(2) {
    padding-top: 0;
  }
  .content-container ul li:nth-child(even) {
    padding-right: 0;
  }
  .content-container ul li:nth-child(odd) {
    padding-left: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .content-container {
    padding-bottom: 7.5px;
  }
  .content-container ul li {
    width: 25%;
    padding: 3.75px;
  }
  .content-container ul li .wrapper .line {
    transition: all 0.5s;
    opacity: 0;
    width: 0px;
  }
  .content-container ul li .wrapper .underlay {
    transition: all 0.5s;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .content-container ul li .wrapper h1 {
    transition: all 0.5s;
    opacity: 0;
    -ms-transform: scale(1.5, 1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5, 1.5);
    /* Safari */
    transform: scale(1.5, 1.5);
  }
  .content-container ul li .wrapper h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 105px;
    text-align: center;
    bottom: 50px;
    transition: all 0.5s;
    opacity: 0;
  }
  .content-container ul li .wrapper h3 {
    transition: all 0.5s;
    opacity: 0;
  }
  .content-container ul li .wrapper .links {
    opacity: 0;
    transition: all 0.5s;
    padding-top: 80px;
  }
  .content-container ul li .wrapper .bbc-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 30px;
    transition: all 0.5s;
    opacity: 0;
  }
  .content-container ul li.hover .wrapper .line,
  .content-container ul li:hover .wrapper .line {
    width: 70%;
    opacity: 1;
    transition: all 1s;
  }
  .content-container ul li.hover .wrapper .links,
  .content-container ul li:hover .wrapper .links {
    opacity: 1;
    transition: all 0.5s;
    padding-top: 90px;
  }
  .content-container ul li.hover .wrapper .underlay,
  .content-container ul li:hover .wrapper .underlay {
    opacity: 1;
    transition: all 0.5s;
  }
  .content-container ul li.hover .wrapper .bbc-wrapper,
  .content-container ul li:hover .wrapper .bbc-wrapper {
    top: 80px;
    opacity: 1;
    transition: all 0.5s;
  }
  .content-container ul li.hover .wrapper h1,
  .content-container ul li:hover .wrapper h1 {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
    opacity: 1;
    transition: all 0.5s;
  }
  .content-container ul li.hover .wrapper h2,
  .content-container ul li:hover .wrapper h2 {
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 55px;
    transition: all 0.5s;
  }
  .content-container ul li.hover .wrapper h3,
  .content-container ul li:hover .wrapper h3 {
    opacity: 1;
    transition: all 0.5s;
  }
  .content-container ul li:nth-child(3),
  .content-container ul li:nth-child(4) {
    padding-top: 0;
  }
  .content-container ul li:nth-child(4n+1) {
    padding-left: 0;
    padding-right: 3.75px;
  }
  .content-container ul li:nth-child(4n+2) {
    padding-left: 3.75px;
    padding-right: 3.75px;
  }
  .content-container ul li:nth-child(4n+3) {
    padding-left: 3.75px;
    padding-right: 3.75px;
  }
  .content-container ul li:nth-child(4n+4) {
    padding-left: 3.75px;
    padding-right: 0;
  }
  .content-container ul .lazy-wrapper {
    padding: 0;
  }
}
.contact-alpha,
#staffMember {
  background: #FFF;
  padding-bottom: 15px !important;
}
.contact-alpha:after,
#staffMember:after {
  content: "";
  display: table;
  clear: both;
}
.contact-alpha .item-image-alpha,
#staffMember .item-image-alpha {
  width: 100%;
  height: auto;
  border: 0px;
  margin-bottom: 15px;
}
.contact-alpha .item-image-alpha img,
#staffMember .item-image-alpha img {
  height: auto;
  width: 100%;
}
.contact-alpha .item-image-alpha span,
#staffMember .item-image-alpha span {
  display: none;
}
.contact-alpha .contact-form,
#staffMember .contact-form {
  clear: both;
  border-top: 1px solid #b7b7b7;
}
.contact-alpha .contact-form #w-form fieldset input[type=submit],
#staffMember .contact-form #w-form fieldset input[type=submit] {
  width: 100%;
}
.contact-alpha .office-contact-details-alpha-licence,
#staffMember .office-contact-details-alpha-licence {
  display: none;
}
.contact-alpha .label,
#staffMember .label {
  color: #7c7c7c;
}
.contact-alpha .left,
#staffMember .left {
  float: left;
  width: 29.4%;
}
.contact-alpha .right,
#staffMember .right {
  padding: 15px 0 0;
  line-height: 22px;
  color: #334d6e;
}
@media only print, only screen and (min-width: 640px) {
  .contact-alpha .left,
  #staffMember .left {
    width: 29.4%;
  }
  .contact-alpha .right,
  #staffMember .right {
    float: left;
    width: 70.6%;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
#blog-echo {
  padding-bottom: 1px;
  background: #FFF;
}
#blog-echo #blog-display {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 30px;
}
#blog-echo #blog-display .list-container ul .wrapper {
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}
#blog-echo #blog-display .list-container ul .wrapper li a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px 15px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #031f4e;
}
#blog-echo #blog-display .list-container ul .wrapper li a h1 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 2px;
  line-height: 25px;
  width: auto;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
#blog-echo #blog-display .list-container ul .wrapper li a h2 {
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 30px;
  font-size: 12px;
}
#blog-echo #blog-display .list-container ul .wrapper li a h3 {
  font-weight: 12px;
}
#blog-echo #blog-display .list-container ul .wrapper li .overlay {
  display: none;
}
#blog-echo #blog-display .list-container ul .wrapper:hover h1 {
  border-bottom: 2px solid #50e0e1;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-echo #blog-display {
    padding: 0 30px;
  }
  #blog-echo #blog-display .list-container ul .wrapper {
    margin: 0;
    padding-bottom: 30px;
  }
  #blog-echo #blog-display .list-container ul .wrapper:nth-child(even) {
    padding-left: 15px;
  }
  #blog-echo #blog-display .list-container ul .wrapper:nth-child(odd) {
    padding-right: 15px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-echo #blog-display .list-container ul .wrapper {
    padding-bottom: 15px;
  }
  #blog-echo #blog-display .list-container ul .wrapper li .image {
    height: 200px;
    padding-bottom: 0;
  }
  #blog-echo #blog-display .list-container ul .wrapper li .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.25s;
    text-align: center;
    padding-top: 65px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-echo #blog-display .list-container ul .wrapper li .overlay a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #blog-echo #blog-display .list-container ul .wrapper li .overlay i {
    font-size: 20px;
    transition: all 0.25s;
    color: #50e0e1;
    padding-top: 50px;
  }
  #blog-echo #blog-display .list-container ul .wrapper li .overlay.hover {
    opacity: 1;
    transition: all 0.25s;
  }
  #blog-echo #blog-display .list-container ul .wrapper li .overlay.hover i {
    font-size: 65px;
    transition: all 0.25s;
  }
  #blog-echo #blog-display .list-container ul .wrapper:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 7.5px;
  }
  #blog-echo #blog-display .list-container ul .wrapper:nth-child(3n+2) {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  #blog-echo #blog-display .list-container ul .wrapper:nth-child(3n+3) {
    padding-right: 0;
    padding-left: 7.5px;
  }
}
.blog-header-bravo,
.blog-show-bravo-categories,
.blog-show-bravo-categories-mobile,
.blog-footer-bravo {
  display: none !important;
}
#blog-show-bravo {
  max-width: 1170px;
  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: 15px;
  padding-bottom: 15px;
  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: 15px;
  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: #7c7c7c;
  -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: #031f4e;
  -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: 15px;
}
#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 3.75px;
  color: #7c7c7c;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper a:hover {
  color: #031f4e;
}
#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-text {
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 15px;
  max-width: 700px;
  margin: 0 auto;
  line-height: initial;
}
#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 15px 15px 15px;
}
#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;
  width: 100%;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content .social a {
  color: #7c7c7c;
  padding: 0 7.5px;
  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: #7c7c7c;
  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 .recent-blogs {
  clear: both;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs > h1 {
  margin: 15px 0;
  display: block;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs h1:first-child {
  font-weight: 600;
  font-size: 16px;
  border-bottom: none;
  width: 100%;
  text-align: center;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article {
  background-color: #f6f6f6;
  margin-bottom: 15px;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .image-wrapper {
  height: auto;
}
#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: 15px 15px 0 15px;
}
#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;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .overlay-info {
  padding: 0 15px 15px 15px;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .overlay-info .blog-blurb {
  padding-top: 8px;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .overlay-info .blog-blurb span {
  color: #6a6a6a;
  text-decoration: none;
  display: block;
  max-height: 71px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .overlay-info .blog-blurb a {
  padding-top: 15px;
  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 .blog-blurb a:hover {
  color: #031f4e;
}
#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: 15px;
    padding-bottom: 15px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info h1 {
    font-size: 25px;
    line-height: 25px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info .author {
    padding-bottom: 15px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper {
    padding-left: 15px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper a {
    padding: 0 3.75px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-details {
    margin-top: -20px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-text {
    padding: 15px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-gallery {
    display: none;
  }
  #blog-show-bravo #blog-show .wrapper article .bottom-content {
    padding: 0 15px 15px 15px;
  }
  #blog-show-bravo #blog-show .wrapper article .bottom-content .social {
    margin-bottom: 15px;
  }
  #blog-show-bravo #blog-show .wrapper article .bottom-content .social a {
    padding: 0 7.5px;
  }
  #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: 15px;
    padding: 7.5px;
    background-color: transparent;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article .bottom-info {
    background-color: #f6f6f6;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article .bottom-info h1 {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article .overlay-info {
    background-color: #f6f6f6;
  }
  #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: 15px;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article:nth-child(3) {
    padding-right: 0;
    padding-left: 15px;
  }
  #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: 15px;
    padding-bottom: 15px;
  }
  #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: 15px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper {
    padding-left: 15px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper a {
    padding: 0 3.75px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-details {
    margin-top: -20px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-text {
    padding: 15px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-gallery {
    display: none;
  }
  #blog-show-bravo #blog-show .wrapper article .bottom-content {
    padding: 0 15px 15px 15px;
  }
  #blog-show-bravo #blog-show .wrapper article .bottom-content .social {
    margin-bottom: 15px;
  }
  #blog-show-bravo #blog-show .wrapper article .bottom-content .social a {
    padding: 0 7.5px;
  }
  #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: 15px;
    padding: 0;
    background-color: transparent;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article .bottom-info {
    background-color: #f6f6f6;
  }
  #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 {
    background-color: #f6f6f6;
  }
  #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;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article:nth-child(3) {
    padding-right: 0;
  }
  #blog-show-bravo #blog-show .wrapper article .right-content .author .image {
    background-position: 50% 50%;
    background-size: cover;
  }
}
.homepage-bravo {
  max-width: 1170px;
  margin: 0 auto;
  background: #ffffff;
  padding: 8px 8px 0 !important;
}
.homepage-bravo #homeSearch {
  clear: both;
  padding: 8px 0 !important;
}
.homepage-bravo #homeSearch:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.homepage-bravo #homeSearch fieldset {
  display: block;
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.homepage-bravo #homeSearch fieldset label {
  display: block;
  height: 35px;
  line-height: 35px;
  color: #72727e;
  float: left;
  margin-bottom: 10px;
}
.homepage-bravo #homeSearch fieldset .propertyAction {
  float: left;
  width: 100%;
}
.homepage-bravo #homeSearch fieldset .propertyAction input {
  float: left;
  padding: 0px;
  border: 0px;
  margin: 10px 10px 0 0;
}
.homepage-bravo #homeSearch fieldset .propertyAction label {
  margin-right: 30px;
  color: #354c71;
}
.homepage-bravo #homeSearch fieldset select {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 29px;
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #72727e;
  border: 1px solid #B3B3B3;
  background-color: #f2f2f2;
  float: left;
  margin-bottom: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.homepage-bravo #homeSearch fieldset .ms-parent {
  margin-bottom: 10px !important;
}
.homepage-bravo #homeSearch fieldset a {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #031f4e;
  float: left;
  border: 1px solid #b7b7b7;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.homepage-bravo #quarter {
  padding: 0 6px !important;
}
.homepage-bravo #quarter ul {
  padding: 0 !important;
}
@media only screen and (min-width: 640px) {
  .homepage-bravo #homeSearch fieldset {
    display: block;
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 980px) {
  .homepage-bravo {
    padding: 8px 15px 0 !important;
  }
  .homepage-bravo #homeSearch fieldset {
    width: 25%;
  }
  .homepage-bravo #homeSearch fieldset .ms-parent {
    margin-bottom: 0 !important;
  }
}
.homepage-charlie {
  max-width: 1170px;
  margin: 0 auto;
  background: #ffffff;
  padding: 15px 15px 0 !important;
}
.homepage-charlie #slideshow {
  overflow: hidden;
}
.homepage-charlie #slideshow .bx-viewport {
  overflow: visible !important;
}
.homepage-charlie #slideshow ul li {
  overflow: hidden;
  position: relative;
}
.homepage-charlie #slideshow ul li a {
  width: 100%;
  background: #4e505d;
  display: block;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  padding: 0 20px;
  overflow: hidden;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.homepage-charlie #slideshow ul li a em {
  color: #50e0e1;
  text-transform: uppercase;
  padding-right: 5px;
}
.homepage-charlie #slideshow .bx-controls {
  display: none;
}
.homepage-charlie #homeSearch {
  clear: both;
  padding: 8px 0 !important;
}
.homepage-charlie #homeSearch:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.homepage-charlie #homeSearch fieldset {
  display: block;
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.homepage-charlie #homeSearch fieldset label {
  display: block;
  height: 35px;
  line-height: 35px;
  color: #72727e;
  float: left;
  margin-bottom: 10px;
}
.homepage-charlie #homeSearch fieldset .propertyAction {
  float: left;
  width: 100%;
}
.homepage-charlie #homeSearch fieldset .propertyAction input {
  float: left;
  padding: 0px;
  border: 0px;
  margin: 10px 10px 0 0;
}
.homepage-charlie #homeSearch fieldset .propertyAction label {
  margin-right: 30px;
  color: #354c71;
}
.homepage-charlie #homeSearch fieldset select {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 29px;
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #72727e;
  border: 1px solid #B3B3B3;
  background-color: #f2f2f2;
  float: left;
  margin-bottom: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.homepage-charlie #homeSearch fieldset .ms-parent {
  margin-bottom: 10px !important;
}
.homepage-charlie #homeSearch fieldset a {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #031f4e;
  float: left;
  border: 1px solid #b7b7b7;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.homepage-charlie .form-heading {
  display: block;
  height: 35px;
  line-height: 35px;
  color: #72727e;
  float: left;
  padding: 15px 0 0;
}
.homepage-charlie #search-form-echo {
  padding: 5px 0 15px;
}
@media only screen and (min-width: 640px) {
  .homepage-charlie {
    padding: 15px 15px 0 !important;
  }
  .homepage-charlie #slideshow {
    position: relative;
  }
  .homepage-charlie .item-images {
    display: none;
  }
  .homepage-charlie #slideshow ul li a {
    height: 65px;
    line-height: 65px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
  }
  .homepage-charlie #slideshow ul li a span {
    display: inline;
  }
  .homepage-charlie #slideshow .bx-controls {
    display: block;
    position: absolute;
    bottom: 27px;
    right: 20px;
    z-index: 51;
  }
  .homepage-charlie #slideshow .bx-controls .bx-pager-item {
    float: left;
  }
  .homepage-charlie #slideshow .bx-controls .bx-pager-item a {
    display: block;
    height: 10px;
    width: 10px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-left: 10px;
    overflow: hidden;
    text-indent: -999px;
    background-color: #ffffff;
  }
  .homepage-charlie #slideshow .bx-controls .bx-pager-item a.active {
    background-color: #50e0e1;
  }
  .homepage-charlie #slideshow .bx-controls-direction {
    display: none !important;
  }
  .homepage-charlie #homeSearch fieldset {
    display: block;
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 980px) {
  .homepage-charlie {
    padding: 15px 15px 0 !important;
  }
  .homepage-charlie #slideshow {
    position: relative;
  }
  .homepage-charlie .item-images {
    display: block;
  }
  .homepage-charlie #slideshow ul li a {
    height: 65px;
    line-height: 65px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
  }
  .homepage-charlie #slideshow ul li a span {
    display: inline;
  }
  .homepage-charlie #slideshow .bx-controls {
    display: block;
    position: absolute;
    bottom: 27px;
    right: 20px;
    z-index: 51;
  }
  .homepage-charlie #slideshow .bx-controls .bx-pager-item {
    float: left;
  }
  .homepage-charlie #slideshow .bx-controls .bx-pager-item a {
    display: block;
    height: 10px;
    width: 10px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-left: 10px;
    overflow: hidden;
    text-indent: -999px;
    background-color: #ffffff;
  }
  .homepage-charlie #slideshow .bx-controls .bx-pager-item a.active {
    background-color: #50e0e1;
  }
  .homepage-charlie #slideshow .bx-controls-direction {
    display: none !important;
  }
  .homepage-charlie #homeSearch fieldset {
    width: 25%;
  }
  .homepage-charlie #homeSearch fieldset .ms-parent {
    margin-bottom: 0 !important;
  }
}
.item-form-alpha,
#items-form-alpha {
  background: #fff;
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px;
}
.item-form-alpha .top-section,
#items-form-alpha .top-section {
  padding: 0 0 24px;
}
.item-form-alpha .text,
#items-form-alpha .text,
.item-form-alpha .left-col,
#items-form-alpha .left-col {
  line-height: 1.5em;
  color: #334d6e;
}
.item-form-alpha img,
#items-form-alpha img {
  padding-bottom: 15px;
}
.item-form-alpha #w-form fieldset,
#items-form-alpha #w-form fieldset {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.item-form-alpha #w-form fieldset label,
#items-form-alpha #w-form fieldset label {
  float: none;
}
.item-form-alpha #w-form fieldset input,
#items-form-alpha #w-form fieldset input {
  width: 100%;
}
.item-form-alpha #w-form fieldset input[type="text"],
#items-form-alpha #w-form fieldset input[type="text"],
.item-form-alpha #w-form fieldset input[type="email"],
#items-form-alpha #w-form fieldset input[type="email"] {
  background: white;
}
.item-form-alpha #w-form fieldset.fieldset_notes,
#items-form-alpha #w-form fieldset.fieldset_notes {
  width: 100%;
}
.item-form-alpha #w-form fieldset.fieldset_office,
#items-form-alpha #w-form fieldset.fieldset_office {
  float: none;
}
@media only print, only screen and (min-width: 640px) {
  .item-form-alpha #w-form fieldset,
  #items-form-alpha #w-form fieldset {
    width: 50%;
    float: left;
  }
  .item-form-alpha #w-form fieldset.fieldset_submit,
  #items-form-alpha #w-form fieldset.fieldset_submit {
    margin-top: 15px;
    float: right;
  }
  .item-form-alpha #w-form:after,
  #items-form-alpha #w-form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
.offices-alpha {
  background-color: white;
  display: block !important;
  padding: 0 0 15px;
}
.offices-alpha:after {
  content: "";
  display: table;
  clear: both;
}
.offices-alpha .top-section h1 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  height: auto !important;
  line-height: 24px !important;
}
.offices-alpha ul {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.offices-alpha ul li {
  padding: 7.5px 15px;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  width: auto !important;
  float: none !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.offices-alpha ul li .officeListing {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-wrap: wrap;
}
.offices-alpha ul li .officeListing .image-wrapper {
  overflow: hidden;
  flex: 1;
  position: relative;
}
.offices-alpha ul li .officeListing .image-wrapper .image {
  position: static;
  float: none;
  padding: inherit;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.offices-alpha ul li .officeListing .text-wrapper .info-wrapper {
  padding: 15px;
  flex-grow: 1;
}
.offices-alpha ul li .officeListing .text-wrapper .cta-wrapper {
  display: flex;
  justify-content: flex-end;
  flex: 0 1 35px;
}
.offices-alpha ul li .officeListing .text-wrapper .cta-wrapper a.button {
  position: static !important;
  float: none;
  width: auto;
  margin: 0 10px 0 0;
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #72727e;
  border: 1px solid #B3B3B3;
  background-color: #f2f2f2;
  text-decoration: none;
  font-size: 14px;
  border-radius: 2px;
  box-sizing: border-box;
}
.offices-alpha ul li .officeListing .text-wrapper .cta-wrapper a.button:disabled {
  background: #ccc;
}
.offices-alpha ul li .officeListing .text-wrapper .cta-wrapper a.button:disabled:hover,
.offices-alpha ul li .officeListing .text-wrapper .cta-wrapper a.button:disabled:active,
.offices-alpha ul li .officeListing .text-wrapper .cta-wrapper a.button:disabled:focus {
  background: #ccc;
}
.offices-alpha ul li .officeListing .text-wrapper .office-name {
  font-weight: 600;
  font-size: 18px;
  padding: 0 0 15px;
  text-decoration: none;
  color: #7c7c7c;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.5s;
}
.offices-alpha ul li .officeListing .text-wrapper .office-name:hover {
  transition: all 0.5s;
  color: #031f4e;
}
.offices-alpha ul li .officeListing .text-wrapper .address {
  padding: 0 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 18px;
}
.offices-alpha ul li .officeListing .text-wrapper .email {
  padding: 0 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.offices-alpha ul li .officeListing .text-wrapper .email a {
  text-decoration: none;
  color: #7c7c7c;
  transition: all 0.5s;
}
.offices-alpha ul li .officeListing .text-wrapper .email a:hover {
  transition: all 0.5s;
  color: #031f4e;
}
.offices-alpha ul li .officeListing .text-wrapper .button {
  float: right;
  margin-right: 15px;
  transition: all 0.5s;
}
.offices-alpha ul li .officeListing .text-wrapper:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.offices-alpha ul li .officeListing .text-wrapper .button:hover {
  background-color: transparent !important;
  color: #031f4e !important;
  transition: all 0.5s;
}
.offices-alpha ul li .officeListing .text-wrapper span {
  padding: 0 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.offices-alpha ul li:nth-child(1) {
  padding-top: 0;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .offices-alpha {
    display: inline-block;
  }
  .offices-alpha .top-section h1 {
    padding: 36px;
    font-size: 25px;
  }
  .offices-alpha ul {
    margin-bottom: 15px;
    flex-direction: row;
  }
  .offices-alpha ul li {
    float: none !important;
    flex: 0 0 50%;
    width: auto !important;
    padding: 0 15px 1% !important;
    display: flex;
  }
  .offices-alpha ul li .officeListing .text-wrapper {
    padding: 15px;
  }
  .offices-alpha ul li .officeListing .image img {
    width: 100%;
    height: auto;
  }
  .offices-alpha ul li:nth-child(odd) {
    padding-right: 0.5% !important;
  }
  .offices-alpha ul li:nth-child(even) {
    padding-left: 0.5% !important;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .offices-alpha {
    max-width: 1170px;
    display: table;
    margin: 0 auto;
  }
  .offices-alpha ul {
    margin-bottom: 15px;
  }
  .offices-alpha ul li .officeListing .image img {
    width: 100%;
    height: auto;
  }
}
/* ------------------
   Modified from Eyelash Viper
--------------------- */
/* Markup for place-show-charlie is the same, so adding that ID here too */
#suburb-profile-show-bravo,
#place-show-charlie {
  background-color: #FFF;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo,
#place-show-charlie .container #item-image-slideshow-bravo {
  /* overwrite globals */
  height: auto;
  padding: 0 !important;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo ul,
#place-show-charlie .container #item-image-slideshow-bravo ul,
#suburb-profile-show-bravo .container #item-image-slideshow-bravo li,
#place-show-charlie .container #item-image-slideshow-bravo li {
  height: 100% !important;
  padding: 0 !important;
}
#suburb-profile-show-bravo .container #item-image-slideshow-bravo .bx-controls .bx-pager.bx-default-pager,
#place-show-charlie .container #item-image-slideshow-bravo .bx-controls .bx-pager.bx-default-pager {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 99;
  width: 100%;
  text-align: center;
}
#suburb-profile-show-bravo .container .middle,
#place-show-charlie .container .middle,
#suburb-profile-show-bravo .container .places-wrapper,
#place-show-charlie .container .places-wrapper {
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#suburb-profile-show-bravo .container .middle h1,
#place-show-charlie .container .middle h1,
#suburb-profile-show-bravo .container .places-wrapper h1,
#place-show-charlie .container .places-wrapper h1 {
  padding: 30px 0 15px 0;
  font-size: 26px;
}
#suburb-profile-show-bravo .container .middle h2,
#place-show-charlie .container .middle h2,
#suburb-profile-show-bravo .container .places-wrapper h2,
#place-show-charlie .container .places-wrapper h2 {
  font-size: 15px;
  font-weight: 500;
  padding: 15px 0;
}
#suburb-profile-show-bravo .container .middle a,
#place-show-charlie .container .middle a,
#suburb-profile-show-bravo .container .places-wrapper a,
#place-show-charlie .container .places-wrapper a {
  color: #7c7c7c !important;
  padding-bottom: 13px;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 15px;
}
#suburb-profile-show-bravo .container .middle a:hover,
#place-show-charlie .container .middle a:hover,
#suburb-profile-show-bravo .container .places-wrapper a:hover,
#place-show-charlie .container .places-wrapper a:hover {
  color: #565656 !important;
}
#suburb-profile-show-bravo .container .middle .left span,
#place-show-charlie .container .middle .left span,
#suburb-profile-show-bravo .container .places-wrapper .left span,
#place-show-charlie .container .places-wrapper .left span {
  line-height: 21px;
}
#suburb-profile-show-bravo .container .bottom #map_canvas,
#place-show-charlie .container .bottom #map_canvas {
  display: block;
  width: 100%;
  height: 350px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profile-show-bravo .container .middle,
  #place-show-charlie .container .middle,
  #suburb-profile-show-bravo .container .places-wrapper,
  #place-show-charlie .container .places-wrapper {
    padding: 30px;
  }
  #suburb-profile-show-bravo .container .middle h1,
  #place-show-charlie .container .middle h1,
  #suburb-profile-show-bravo .container .places-wrapper h1,
  #place-show-charlie .container .places-wrapper h1 {
    padding: 30px 0 15px 0;
    font-size: 26px;
  }
  #suburb-profile-show-bravo .container .middle h2,
  #place-show-charlie .container .middle h2,
  #suburb-profile-show-bravo .container .places-wrapper h2,
  #place-show-charlie .container .places-wrapper h2 {
    font-size: 15px;
    font-weight: 500;
    padding: 15px 0;
  }
  #suburb-profile-show-bravo .container .middle a,
  #place-show-charlie .container .middle a,
  #suburb-profile-show-bravo .container .places-wrapper a,
  #place-show-charlie .container .places-wrapper a {
    padding-bottom: 5px;
  }
  #suburb-profile-show-bravo .container .middle .left span,
  #place-show-charlie .container .middle .left span,
  #suburb-profile-show-bravo .container .places-wrapper .left span,
  #place-show-charlie .container .places-wrapper .left span {
    line-height: 21px;
  }
  #suburb-profile-show-bravo .container .middle .left ul,
  #place-show-charlie .container .middle .left ul,
  #suburb-profile-show-bravo .container .places-wrapper .left ul,
  #place-show-charlie .container .places-wrapper .left ul {
    line-height: 20px;
  }
  #suburb-profile-show-bravo .container .middle .right,
  #place-show-charlie .container .middle .right,
  #suburb-profile-show-bravo .container .places-wrapper .right,
  #place-show-charlie .container .places-wrapper .right {
    line-height: 22px;
    padding-left: 10%;
    padding-top: 59px;
    line-height: 20px;
  }
  #suburb-profile-show-bravo .container .bottom,
  #place-show-charlie .container .bottom {
    padding-top: 30px;
  }
  #suburb-profile-show-bravo .container .bottom #map_canvas,
  #place-show-charlie .container .bottom #map_canvas {
    height: 450px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profile-show-bravo .container .middle,
  #place-show-charlie .container .middle,
  #suburb-profile-show-bravo .container .places-wrapper,
  #place-show-charlie .container .places-wrapper,
  #suburb-profile-show-bravo .container .bottom .place-wrapper,
  #place-show-charlie .container .bottom .place-wrapper {
    padding: 30px 80px;
  }
  #suburb-profile-show-bravo .container .middle h1,
  #place-show-charlie .container .middle h1,
  #suburb-profile-show-bravo .container .places-wrapper h1,
  #place-show-charlie .container .places-wrapper h1,
  #suburb-profile-show-bravo .container .bottom .place-wrapper h1,
  #place-show-charlie .container .bottom .place-wrapper h1 {
    font-size: 30px;
  }
  #suburb-profile-show-bravo .container .middle h2,
  #place-show-charlie .container .middle h2,
  #suburb-profile-show-bravo .container .places-wrapper h2,
  #place-show-charlie .container .places-wrapper h2,
  #suburb-profile-show-bravo .container .bottom .place-wrapper h2,
  #place-show-charlie .container .bottom .place-wrapper h2 {
    font-size: 16px;
  }
  #suburb-profile-show-bravo .container .middle a,
  #place-show-charlie .container .middle a,
  #suburb-profile-show-bravo .container .places-wrapper a,
  #place-show-charlie .container .places-wrapper a,
  #suburb-profile-show-bravo .container .bottom .place-wrapper a,
  #place-show-charlie .container .bottom .place-wrapper a {
    padding-bottom: 5px;
  }
  #suburb-profile-show-bravo .container .middle .left span,
  #place-show-charlie .container .middle .left span,
  #suburb-profile-show-bravo .container .places-wrapper .left span,
  #place-show-charlie .container .places-wrapper .left span,
  #suburb-profile-show-bravo .container .bottom .place-wrapper .left span,
  #place-show-charlie .container .bottom .place-wrapper .left span {
    line-height: 21px;
  }
  #suburb-profile-show-bravo .container .middle .left ul,
  #place-show-charlie .container .middle .left ul,
  #suburb-profile-show-bravo .container .places-wrapper .left ul,
  #place-show-charlie .container .places-wrapper .left ul,
  #suburb-profile-show-bravo .container .bottom .place-wrapper .left ul,
  #place-show-charlie .container .bottom .place-wrapper .left ul {
    line-height: 20px;
  }
  #suburb-profile-show-bravo .container .middle .right,
  #place-show-charlie .container .middle .right,
  #suburb-profile-show-bravo .container .places-wrapper .right,
  #place-show-charlie .container .places-wrapper .right,
  #suburb-profile-show-bravo .container .bottom .place-wrapper .right,
  #place-show-charlie .container .bottom .place-wrapper .right {
    padding-left: 60px;
    padding-top: 64px;
  }
  #suburb-profile-show-bravo .container .bottom,
  #place-show-charlie .container .bottom {
    padding-top: 30px;
  }
  #suburb-profile-show-bravo .container .bottom #map_canvas,
  #place-show-charlie .container .bottom #map_canvas {
    height: 450px;
  }
}
/* ------------------
   Modified from Eyelash Viper
--------------------- */
#suburb-profiles-bravo,
#suburb-profiles-charlie {
  background-color: #FFF;
  max-width: 1170px;
  margin: 0 auto;
  display: block;
}
#suburb-profiles-bravo .listings-wrapper section .content-container ul,
#suburb-profiles-charlie .listings-wrapper section .content-container ul {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
/* 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";
}
@font-face {
  font-family: 'icomoon';
  src: url('/assets/layout/_global/fonts/icomoon.eot?75j1ac');
  src: url('/assets/layout/_global/fonts/icomoon.eot?#iefix75j1ac') format('embedded-opentype'), url('/assets/layout/_global/fonts/icomoon.woff?75j1ac') format('woff'), url('/assets/layout/_global/fonts/icomoon.ttf?75j1ac') format('truetype'), url('/assets/layout/_global/fonts/icomoon.svg?75j1ac#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  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-ChevRight:before {
  content: "\e901";
}
.icon-ChevLeft:before {
  content: "\e900";
}
.icon-tags:before {
  content: "\e602";
}
.icon-phone:before {
  content: "\e607";
}
.icon-envelope:before {
  content: "\e608";
}
.icon-location:before {
  content: "\e603";
}
.icon-alarm:before {
  content: "\e613";
}
.icon-calendar:before {
  content: "\e609";
}
.icon-print:before {
  content: "\e60a";
}
.icon-mobile:before {
  content: "\e60b";
}
.icon-user:before {
  content: "\e614";
}
.icon-search:before {
  content: "\e600";
}
.icon-menu:before {
  content: "\e601";
}
.icon-download:before {
  content: "\e60c";
}
.icon-heart:before {
  content: "\e60d";
}
.icon-share:before {
  content: "\e60e";
}
.icon-map:before {
  content: "\e60f";
}
.icon-house:before {
  content: "\e604";
}
.icon-info:before {
  content: "\e605";
}
.icon-layout:before {
  content: "\e606";
}
.icon-pictures:before {
  content: "\e610";
}
.icon-arrow-left:before {
  content: "\e611";
}
.icon-uniE612:before {
  content: "\e612";
}
.icon-list:before {
  content: "\e615";
}
.panel-danger {
  border: 1px solid #A94442;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 10px 0;
  overflow: hidden;
}
.panel-danger .panel-heading {
  background-color: #ebcdcc;
  color: #A94442;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-bottom: 1px solid #A94442;
}
.panel-danger .panel-body {
  font-size: 13px;
  line-height: 22px;
  padding: 15px;
  color: #A94442;
}
div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  position: relative;
  height: 100%;
  font-size: 14px;
  background: #B3B3B3;
}
.header-boa {
  width: 100%;
  height: 50px;
  background-color: #031f4e;
}
.header-boa .header-boa-container {
  max-width: 1170px;
  margin: 0 auto;
  height: 50px;
  padding: 0 15px 0;
}
.header-boa .header-boa-container #logo img {
  height: 48px !important;
}
.header-boa:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.header-boa #logo {
  float: left;
}
.header-boa img {
  display: block;
}
.header-boa form {
  display: none;
  float: right;
}
.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;
}
#menuOpen {
  float: right;
  text-align: right;
  font-size: 40px;
  color: #ffffff;
  cursor: pointer;
  line-height: 50px;
  margin-top: 10px;
}
#menu {
  background-color: #031f4e;
  padding: 20px;
  line-height: 42px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#menu ul li a {
  color: #ffffff;
  width: 100%;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid #828ea6;
  display: block;
  text-transform: uppercase;
}
#menu ul li a:focus,
#menu ul li a:hover,
#menu ul li a:active #menu ul li a.active {
  color: #50e0e1;
}
#menu ul li ol li a {
  font-size: 14px;
  padding-left: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#suburb-profiles-bravo .listings-wrapper section .content-container ul {
  background: #FFF;
}
footer {
  max-width: 1170px;
  margin: 0 auto;
  background: #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
footer ul {
  padding: 0 15px;
  background-color: #031f4e;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
footer ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
footer ul li {
  width: 50%;
  float: left;
  height: 75px;
  line-height: 75px;
}
footer ul li a {
  color: #ffffff;
  text-decoration: none;
}
footer ul li a span {
  color: #50e0e1;
  font-size: 25px;
  vertical-align: sub;
}
footer ul li a i {
  color: #f37021;
  font-size: 16px !important;
  vertical-align: text-bottom;
}
footer .disclaimer {
  line-height: 46px;
  color: #031f4e;
  text-align: center;
  font-size: 10px;
}
footer a {
  text-decoration: none;
  color: #031f4e;
}
footer a:focus,
footer a:hover,
footer a:active {
  text-decoration: underline;
}
.item-image-alpha,
.agent-image-alpha {
  display: none;
  position: relative;
}
.item-image-alpha img,
.agent-image-alpha img {
  display: block;
}
.item-image-alpha span,
.agent-image-alpha span {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  color: #50e0e1;
  padding: 0 15px;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  bottom: 0px;
  text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#item-image-slideshow-bravo {
  height: 400px !important;
}
#item-image-slideshow-bravo .bx-wrapper {
  height: 100%;
}
#item-image-slideshow-bravo .bx-wrapper .bx-viewport {
  height: 100% !important;
}
#item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
  height: 100%;
}
#item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
#item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li img {
  display: none;
}
.logo {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 55;
}
.logo img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 585px;
  width: 100%;
}
.ms-choice {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #72727e;
  border: 1px solid #B3B3B3;
  background-color: #f2f2f2;
  float: left;
  margin-bottom: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ms-search,
input[type=text] {
  height: 26px;
  line-height: 26px;
}
.ms-drop {
  margin-left: -1px;
}
.ms-drop ul {
  padding: 10px 5px 5px !important;
}
.ms-drop ul > li {
  padding: 0 !important;
  float: none !important;
  width: 100% !important;
  text-align: left;
}
.ms-drop ul > li label,
#home #homeSearch fieldset .ms-drop ul > li label {
  float: none;
  margin: 0;
  line-height: inherit;
  height: auto;
}
.ms-choice {
  padding: 0;
  margin: 0;
}
.ms-choice span,
.ms-choice span.placeholder {
  padding-left: 15px;
  color: #72727e;
}
.ms-choice div,
.ms-choice div.open {
  background: transparent;
}
section {
  box-sizing: border-box;
  max-width: 1170px;
  margin: 0 auto;
}
#title,
.top-section {
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px 15px 24px;
  background-color: #ffffff;
  box-sizing: border-box;
}
#title h1,
.top-section h1 {
  height: 35px;
  line-height: 35px;
  background-color: #031f4e;
  color: #fff;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#title h1 span,
.top-section h1 span {
  color: #50e0e1;
}
#subTitle {
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px;
  background-color: #ffffff;
  line-height: 28px;
  text-align: center;
  color: #727177;
}
#subTitle a {
  color: #727177;
  text-decoration: none;
  padding-left: 5px;
}
#subTitle a.active {
  font-weight: bold;
  color: #031f4e;
}
#subTitle a:focus,
#subTitle a:hover,
#subTitle a:active {
  text-decoration: underline;
}
#refine {
  display: none;
}
#quarter ul {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#quarter ul li {
  /*padding: 0 15px;*/
  padding-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#half ul {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#half ul li {
  /*padding: 0 15px;*/
  margin-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.propertyListing {
  width: 100%;
  color: #354c71;
  line-height: 28px;
}
.propertyListing a.image {
  position: relative;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 63%;
  overflow: hidden;
}
.propertyListing a.image img {
  width: 100%;
  display: block;
}
.propertyListing a.image b {
  height: 35px;
  line-height: 35px;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 0 15px;
  color: #50e0e1;
  text-align: left;
  text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.propertyListing div {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 7px;
}
.propertyListing span {
  display: block;
}
.propertyListing a.button {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 10px 0 30px;
  color: #72727e;
  border: 1px solid #B3B3B3;
  background-color: #f2f2f2;
  text-decoration: none;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.propertyListing h4 {
  line-height: 74px;
  color: #7c7c7c;
  text-transform: uppercase;
}
.propertyListing h4 a {
  float: right;
  text-transform: none;
  display: block;
}
.propertyListing a {
  line-height: 74px;
  color: #7c7c7c;
  text-decoration: none;
  text-align: right;
  display: none;
}
.ourTeamListing {
  width: 100%;
  color: #7c7c7c;
  line-height: 24px;
  overflow: hidden;
}
.ourTeamListing a.image {
  position: relative;
  display: block;
  margin-bottom: 13px;
  width: 100%;
  height: 0px;
  padding-bottom: 63%;
  overflow: hidden;
}
.ourTeamListing a.image img {
  width: 100%;
  display: block;
}
.ourTeamListing a.image b {
  height: 35px;
  line-height: 35px;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 0 15px;
  color: #50e0e1;
  text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ourTeamListing div {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 7px;
}
.ourTeamListing span {
  display: block;
  white-space: nowrap;
}
.ourTeamListing span em,
.ourTeamListing span > a {
  color: #354c71;
  text-decoration: none;
}
.ourTeamListing a.button {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #72727e;
  border: 1px solid #B3B3B3;
  background-color: #f2f2f2;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 14px;
  margin: 15px 0 30px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.default-btn {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #72727e;
  border: 1px solid #B3B3B3;
  background-color: #f2f2f2;
  text-decoration: none;
  font-size: 14px;
  border-radius: 2px;
  box-sizing: border-box;
}
#property {
  max-width: 1170px;
  margin: 0 auto;
  background: #ffffff;
  padding: 15px 15px 0;
}
#property .propertyLinks {
  margin-top: 10px;
}
#property .propertyLinks ul li {
  width: 100%;
}
#property .propertyLinks ul li a {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #72727e;
  border: 1px solid #B3B3B3;
  background-color: #f2f2f2;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#property .propertyLinks ul li a span {
  color: #7c7c7c;
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
}
#property .description {
  /*border: 1px solid @header-border;*/
  padding: 10px;
  /*20px*/
  margin-bottom: 10px;
  line-height: 22px;
  color: #334d6e;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#property .description b {
  font-weight: 300;
}
#property .description h1 {
  color: #72727e;
  text-transform: uppercase;
}
#property .description .bbc {
  color: #72727e;
  display: block;
  margin-bottom: 10px;
}
#property .description > ul {
  margin-left: 20px;
  padding-left: 20px;
}
#property .description > ul li {
  list-style: disc;
}
#property .description h2 {
  padding: 20px 0 0;
}
#property .description #listing-open-form-alpha .opens-form fieldset input[type=text],
#property .description #listing-open-form-alpha .opens-form fieldset input[type=email],
#property .description #listing-open-form-alpha .opens-form fieldset input[type=submit] {
  width: 100%;
}
#property .description #listing-open-form-alpha em {
  margin-top: 0;
}
#property .description #listing-open-form-alpha .blurb {
  margin-bottom: 0;
}
#property .description #listing-open-form-alpha ul#opens {
  margin-top: 15px;
}
#property .description #listing-open-form-alpha .fieldset_contact_method label {
  display: inline-block;
  color: inherit;
  float: none;
  line-height: inherit;
  width: auto;
}
#property .linkset {
  padding: 0 10px 12px;
  border-bottom: 1px solid #b7b7b7;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#property .linkset h3 {
  color: #72727e;
  text-transform: uppercase;
  padding: 23px 0 13px;
}
#property .linkset a,
#property .linkset span {
  color: #334d6e;
  text-decoration: none;
  display: block;
  line-height: 37px;
}
#property .linkset a span,
#property .linkset span span {
  display: inline-block;
  font-size: 20px;
  padding-right: 5px;
  vertical-align: sub;
  color: #7c7c7c;
}
#property .linkset .toolboxButton,
#property .linkset .one-form-btn {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #72727e;
  border: 1px solid #B3B3B3;
  background-color: #f2f2f2;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-top: 10px;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#property .linkset .toolboxButton span,
#property .linkset .one-form-btn span {
  color: #7c7c7c;
  display: inline;
  margin-right: 0px;
  vertical-align: middle;
  font-size: 20px;
}
#property .staffMember {
  padding: 0 10px 32px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#property .staffMember h2 {
  color: #72727e;
  text-transform: uppercase;
  line-height: 55px;
}
#property .staffMember .staffImg {
  width: 40%;
  float: left;
}
#property .staffMember .staffImg img {
  width: 100%;
}
#property .staffMember div {
  width: 60%;
  float: left;
  padding-left: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#property .staffMember div a {
  color: #7c7c7c;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
#property .staffMember div p {
  color: #334d6e;
  line-height: 24px;
}
#property .staffMember div b {
  display: inline-block;
  width: 11px;
}
#property .staffMember div span a {
  float: left;
  font-size: 18px;
  margin-right: 15px;
  margin-top: 20px;
}
#property .staffMember ul li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#property .sale-method {
  color: #50e0e1;
  margin-right: 5px;
}
.staffTitle {
  padding: 15px 15px 24px;
}
#staffMember {
  max-width: 1170px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0 15px 15px;
}
#staffMember .image {
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 63%;
  overflow: hidden;
}
#staffMember .image img {
  display: block;
  width: 100%;
}
#staffMember h1 {
  font-size: 14px;
  color: #72727e;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#staffMember h2 {
  color: #7c7c7c;
  text-decoration: none;
  display: block;
}
#staffMember p {
  color: #334d6e;
  line-height: 24px;
  padding-bottom: 17px;
}
#staffMember b {
  display: inline-block;
  width: 11px;
}
#staffMember h4 {
  line-height: 74px;
  color: #7c7c7c;
  text-transform: uppercase;
}
#staffMember h4 a {
  float: right;
  text-transform: none;
  display: block;
  line-height: 74px;
  color: #7c7c7c;
  text-decoration: none;
  text-align: right;
  margin-right: 15px;
}
#staffMember a {
  color: #334d6e;
  text-decoration: none;
}
#staffMember a:focus,
#staffMember a:hover,
#staffMember a:active {
  text-decoration: underline;
}
#content {
  max-width: 1170px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0px 15px 0;
  color: #334d6e;
  line-height: 24px;
  padding-bottom: 17px;
}
#content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#content article {
  padding-bottom: 15px;
  border-bottom: 1px solid #b7b7b7;
  clear: both;
  height: auto;
  margin-bottom: 15px;
}
#content.last {
  border: 0px;
  padding-bottom: 32px;
}
#content .text b {
  font-weight: bold;
}
#content .text h2 {
  color: #7c7c7c;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#content .text h3 {
  color: #7c7c7c;
  display: block;
  margin: 15px 0;
}
#content .text .button {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #031f4e;
  border: 1px solid #b7b7b7;
  margin: 15px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#content .images img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
/* form */
input[type=submit],
select {
  cursor: pointer;
}
.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;
}
#w-form fieldset,
#listing-open-form-alpha fieldset,
#w-form .office-select,
#listing-open-form-alpha .office-select {
  display: block;
  margin-bottom: 10px;
}
#w-form fieldset label,
#listing-open-form-alpha fieldset label,
#w-form .office-select label,
#listing-open-form-alpha .office-select label {
  display: block;
  color: #354c71;
  float: left;
  line-height: 35px;
  width: 30%;
}
#w-form fieldset input[type=text],
#listing-open-form-alpha fieldset input[type=text],
#w-form .office-select input[type=text],
#listing-open-form-alpha .office-select input[type=text],
#w-form fieldset input[type=email],
#listing-open-form-alpha fieldset input[type=email],
#w-form .office-select input[type=email],
#listing-open-form-alpha .office-select input[type=email],
#w-form fieldset select,
#listing-open-form-alpha fieldset select,
#w-form .office-select select,
#listing-open-form-alpha .office-select select {
  display: block;
  height: 35px;
  /*line-height: 35px;*/
  padding: 0 0 0 15px;
  width: 70%;
  color: #72727e;
  border: 1px solid #B3B3B3;
  background-color: #f2f2f2;
  float: left;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#w-form fieldset select,
#listing-open-form-alpha fieldset select,
#w-form .office-select select,
#listing-open-form-alpha .office-select select {
  width: 100%;
}
#w-form fieldset textarea,
#listing-open-form-alpha fieldset textarea,
#w-form .office-select textarea,
#listing-open-form-alpha .office-select textarea {
  font-family: Arial, sans-serif;
  font-size: 14px;
  display: block;
  padding: 15px;
  width: 100%;
  color: #72727e;
  border: 1px solid #B3B3B3;
  background-color: #f2f2f2;
  float: left;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#w-form fieldset input[type=submit],
#listing-open-form-alpha fieldset input[type=submit],
#w-form .office-select input[type=submit],
#listing-open-form-alpha .office-select input[type=submit] {
  width: 35%;
  display: block;
  height: 35px;
  /*line-height: 35px;*/
  text-align: center;
  color: #031f4e;
  float: right;
  border: 1px solid #b7b7b7;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #fff;
}
#w-form fieldset input[type=text].fullwidth,
#listing-open-form-alpha fieldset input[type=text].fullwidth,
#w-form .office-select input[type=text].fullwidth,
#listing-open-form-alpha .office-select input[type=text].fullwidth,
#w-form fieldset input[type=email].fullwidth,
#listing-open-form-alpha fieldset input[type=email].fullwidth,
#w-form .office-select input[type=email].fullwidth,
#listing-open-form-alpha .office-select input[type=email].fullwidth {
  width: 100%;
}
#w-form .office-select label,
#listing-open-form-alpha .office-select label {
  width: 100%;
  padding: 7.5px;
}
#w-form .office-select label select,
#listing-open-form-alpha .office-select label select {
  width: 30%;
  float: none;
}
#emailAFriendForm {
  margin: 0;
}
#emailAFriendForm input,
#emailAFriendForm textarea {
  width: 100%;
  margin-bottom: 8px;
}
#listings-slideshow-bravo {
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  padding-bottom: 63%;
  position: relative;
  background-color: #B3B3B3;
}
#listings-slideshow-bravo .address {
  height: 65px;
  line-height: 65px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0 15px;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 51;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listings-slideshow-bravo .address #pager {
  float: right;
}
#listings-slideshow-bravo .address #pager span {
  display: inline-block;
  height: 10px;
  width: 10px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 28px 0 0 7px;
  overflow: hidden;
  background-color: #ffffff;
  cursor: pointer;
}
#listings-slideshow-bravo .address #pager span.active {
  background-color: #50e0e1;
}
.contact-form-alpha #w-form fieldset {
  width: 100%;
}
.contact-form-alpha #w-form fieldset label,
.contact-form-alpha #w-form fieldset input {
  width: 100%;
}
#opens.opens-alpha {
  max-width: 1170px;
  background: #ffffff;
  padding: 0 15px 30px;
  margin: 0 auto;
  color: #354c71;
  line-height: 20px;
}
#opens.opens-alpha li {
  clear: both;
  border-top: 1px solid #b7b7b7;
  padding-top: 15px;
}
#opens.opens-alpha li:nth-child(2) {
  border: 0px;
}
#opens.opens-alpha li.opens-titles {
  color: #72727e;
  display: none;
}
#opens.opens-alpha li div {
  float: left;
  overflow: hidden;
}
#opens.opens-alpha li .opens-date::after {
  content: " -\00a0";
}
#opens.opens-alpha li .opens-suburb {
  clear: both;
}
#opens.opens-alpha li .opens-suburb::after {
  content: "\00a0";
}
#opens.opens-alpha li .opens-address {
  margin-bottom: 15px;
}
#opens.opens-alpha li .opens-bbc {
  display: none;
}
#opens.opens-alpha li .opens-price {
  display: none;
}
#opens.opens-alpha:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#opens.opens-alpha a {
  color: #354c71;
  text-decoration: none;
}
#opens.opens-alpha a:focus,
#opens.opens-alpha a:hover,
#opens.opens-alpha a:active {
  text-decoration: underline;
}
#content {
  max-width: 1170px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0px 15px 0;
  color: #334d6e;
  line-height: 24px;
  padding-bottom: 17px;
}
#content article {
  padding-bottom: 15px;
  border-bottom: 1px solid #b7b7b7;
  clear: both;
  height: auto;
  margin-bottom: 15px;
}
#content article.last {
  border: 0px;
  padding-bottom: 32px;
}
#content article .text h2 {
  color: #7c7c7c;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#content article .text h3 {
  color: #7c7c7c;
  display: block;
  margin: 15px 0;
}
#content article .text .button {
  width: 100%;
  display: block;
  height: 35px;
  /*line-height: 35px;*/
  text-align: center;
  color: #031f4e;
  border: 1px solid #b7b7b7;
  margin: 15px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#content article .images img {
  width: 100%;
  display: block;
}
.contact-phone {
  display: none;
}
#appraisal form,
#appraisal article {
  background-color: white;
}
#appraisal form input[type=submit],
#appraisal article input[type=submit] {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #031f4e;
  float: right;
  border: 1px solid #b7b7b7;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #fff;
}
#appraisal form:after,
#appraisal article:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#appraisal article {
  padding: 0 15px 30px 15px;
}
#maintenance-request-page {
  background: white;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#maintenance-request-page .page-title {
  height: 35px;
  line-height: 35px;
  background-color: #031f4e;
  color: #ffffff;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#maintenance-request-page #maintainence-title {
  padding: 20px 0;
  font-family: Arial;
}
#maintenance-request-page #maintainence-title h2 {
  padding-bottom: 10px;
}
#maintenance-request-page #w-form fieldset {
  width: 100%;
  float: left;
  margin-bottom: 0;
  padding-bottom: 10px;
  background: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#maintenance-request-page #w-form fieldset label,
#maintenance-request-page #w-form fieldset input {
  width: 100%;
  background: white;
}
#maintenance-request-page #w-form .submit-btn {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  float: right;
  border: 1px solid #b7b7b7;
  margin: 30px 7.5px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #ffffff;
}
.static_social {
  display: none;
}
.propertyListing .videoButton {
  height: auto;
  margin: 0;
  line-height: 20px;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 5px 8px;
  color: white;
  background-color: rgba(3, 31, 78, 0.7);
  font-size: 25px;
  text-decoration: none;
  font-weight: normal;
  font-weight: 400;
}
.listing-show-bravo .videoButton {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 58;
  padding: 10px 20px;
  color: white;
  background-color: rgba(3, 31, 78, 0.7);
  font-size: 20px;
  text-decoration: none;
  font-weight: normal;
  font-weight: 400;
}
.listing-show-bravo .videoButton i {
  margin-right: 5px;
  font-size: 25px;
  vertical-align: text-bottom;
}
.listing-show-bravo .tourButton {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 58;
  padding: 10px 20px;
  color: white;
  background-color: rgba(3, 31, 78, 0.7);
  font-size: 20px;
  text-decoration: none;
  font-weight: normal;
  font-weight: 400;
}
.listing-show-bravo .tourButton i {
  margin-right: 5px;
  font-size: 25px;
  vertical-align: text-bottom;
}
#offices-google-map-bravo,
.listing-show-bravo #map_canvas {
  display: block;
  width: 100%;
  height: 200px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .static_social {
    display: block;
    position: fixed;
    bottom: 25%;
    left: 0;
    z-index: 59;
    margin-top: -110px;
  }
  .static_social a {
    display: block;
    height: 55px;
    width: 55px;
    overflow: hidden;
    text-align: left;
    background-color: #717171;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .static_social a span {
    width: 250px;
    line-height: 55px;
  }
  .static_social a span i {
    line-height: 55px;
    display: inline-block;
    width: 55px;
    font-size: 24px;
    text-align: center;
  }
  .static_social a:nth-child(odd) {
    background-color: #4d4d4d;
  }
  .static_social a:hover {
    width: 250px;
    background-color: #45619d;
  }
  .static_social a.twitter:hover {
    background-color: #55ACEE;
  }
  .static_social a.pinterest:hover {
    background-color: #BD2126;
  }
  .static_social a.instagram:hover {
    background-color: #125688;
  }
  .static_social a.youtube:hover {
    background-color: #cc181e;
  }
  .static_social a.google:hover {
    background-color: #f44336;
  }
  .static_social a.linkedin:hover {
    background-color: #0177B5;
  }
  .static_social a.subscribe {
    background-color: #50e0e1;
  }
  .field-category,
  .field-method {
    width: 20%;
    margin-right: 1.25%;
  }
  .field-suburb {
    width: 31.25%;
    margin-right: 1.25%;
  }
  .field-price-from,
  .field-price-to {
    width: 15%;
    margin-right: 1.25%;
  }
  .field-go {
    width: 13.75%;
  }
  .default-btn {
    width: 50%;
    float: right;
  }
  #maintenance-request-page .page-title {
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    padding: 0 25px;
  }
  #maintenance-request-page #w-form fieldset {
    width: 50%;
    float: left;
    padding: 7.5px;
  }
  #maintenance-request-page #w-form fieldset.fieldset_suburb,
  #maintenance-request-page #w-form fieldset.fieldset_state,
  #maintenance-request-page #w-form fieldset.fieldset_postcode {
    width: 33.33%;
  }
  #maintenance-request-page #w-form fieldset.fieldset_notes {
    width: 100%;
  }
  #maintenance-request-page #w-form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #maintenance-request-page #w-form .submit-btn {
    width: 35%;
  }
  #item-image-slideshow-bravo {
    height: 500px !important;
  }
  .logo {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 55;
  }
  .logo img {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 585px;
    width: 100%;
  }
  .header-boa {
    height: 97px;
  }
  .header-boa .header-boa-container {
    height: 97px;
  }
  .header-boa .header-boa-container #logo img {
    height: 70px !important;
    padding-top: 12px;
  }
  .header-boa .header-boa-container form {
    display: block;
    margin: 35px 30px 0 0;
  }
  .header-boa .header-boa-container form label {
    display: none;
    color: #ffffff;
    float: left;
    line-height: 35px;
  }
  .header-boa .header-boa-container form input[type=text] {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 15px;
    width: 150px;
    color: #354c71;
    float: left;
    border: 1px solid #b7b7b7;
    margin-left: 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .header-boa .header-boa-container form a {
    display: block;
    line-height: 35px !important;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    float: left;
    margin-left: 15px;
  }
  .header-boa .header-boa-container form a:focus,
  .header-boa .header-boa-container form a:hover,
  .header-boa .header-boa-container form a:active {
    color: #50e0e1;
  }
  footer ul li {
    width: 25%;
    text-align: center;
  }
  #menuOpen {
    line-height: 86px;
    margin-top: 11px;
  }
  .item-image-alpha,
  .agent-image-alpha {
    width: 33.33%;
    float: left;
    height: 200px;
    overflow: hidden;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .item-image-alpha a,
  .agent-image-alpha a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .item-image-alpha span,
  .agent-image-alpha span {
    height: 65px;
    line-height: 65px;
  }
  #title,
  .top-section {
    padding: 15px 15px 24px;
  }
  #title h1,
  .top-section h1 {
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    padding: 0 25px;
  }
  #subTitle {
    padding: 0 15px;
    height: 65px;
    line-height: 65px;
    text-align: left;
  }
  #subTitle .pagination {
    float: right;
  }
  #refine {
    display: block;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    background-color: #ffffff;
    color: #727177;
  }
  #refine fieldset {
    border-bottom: 1px solid #bdbdbd;
    padding: 0 0 24px;
  }
  #refine select,
  #refine .ms-choice {
    display: block;
    height: 35px;
    line-height: 29px;
    padding: 0 0 0 10px;
    font-size: 14px;
    color: #72727e;
    border: 1px solid #B3B3B3;
    background-color: #f2f2f2;
    float: left;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #refine .ms-choice {
    line-height: 35px;
  }
  #refine .suburb,
  #refine .propertyType {
    width: 20%;
    margin-right: 1.25%;
    float: left;
  }
  #refine .priceFrom,
  #refine .priceTo {
    width: 15%;
    margin-right: 1.25%;
  }
  #refine .bedrooms {
    width: 10%;
    margin-right: 1.25%;
  }
  #refine a {
    width: 13.75%;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #031f4e;
    float: left;
    border: 1px solid #b7b7b7;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #refine:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #sort-select {
    width: 15%;
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 10px;
    font-size: 14px;
    color: #72727e;
    border: 1px solid #B3B3B3;
    background-color: #f2f2f2;
    float: left;
    margin-top: 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #quarter ul {
    padding: 0px;
    padding-left: 15px;
    margin: 0 auto;
  }
  #quarter ul li {
    width: 50%;
    float: left;
    padding: 0 15px 0 0;
  }
  #quarter ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #half ul {
    padding: 0px;
    margin: 0 auto;
  }
  #half ul li {
    width: 50%;
    float: left;
    padding: 0 15px 0 0;
  }
  #half ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .propertyListing a {
    display: block;
  }
  .propertyListing h4 a {
    display: none;
  }
  #property #slideshow {
    padding-top: 15px;
  }
  #property:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #property .propertyLinks {
    margin-top: 20px;
  }
  #property .propertyLinks:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #property .propertyLinks ul li {
    width: 32%;
    float: left;
    margin: 0 2% 0 0;
    /*&.middle{
						margin: 0 2%;
					}*/
  }
  #property .propertyLinks ul li:last-child {
    margin: 0;
  }
  #property .propertyLinks ul li a {
    margin-bottom: 20px;
  }
  #property .propertyLinks ul li a em {
    display: none;
  }
  #property .linkset a span {
    display: none;
  }
  #property .description {
    margin-bottom: 20px;
  }
  #staffMember .staffImg {
    width: 100%;
  }
  #staffMember .staffImg div {
    width: 100%;
    margin-top: 10px;
  }
  #staffMember .left {
    float: left;
    width: 49.4%;
  }
  #staffMember .left #half ul li {
    margin-bottom: 0px;
  }
  #staffMember .left #half ul li .propertyListing a.button {
    margin-bottom: 15px;
  }
  #staffMember .right {
    float: left;
    width: 50.6%;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staffMember:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #content article {
    float: left;
  }
  #content.layoutOne article .text {
    width: 70%;
    padding-right: 30px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #content.layoutOne article .text .button {
    width: 274px;
  }
  #content.layoutOne article .images {
    float: left;
    width: 30%;
  }
  #content.layoutTwo article .text {
    width: 50%;
    padding-right: 30px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #content.layoutTwo article .images {
    width: 50%;
    float: right;
  }
  #opens.opens-alpha li:nth-child(1) {
    border: 0px;
  }
  #opens.opens-alpha li:nth-child(2) {
    border-top: 1px solid #b7b7b7;
  }
  #opens.opens-alpha li div {
    margin-bottom: 15px;
  }
  #opens.opens-alpha li.opens-titles {
    display: block;
    text-transform: uppercase;
  }
  #opens.opens-alpha li .opens-date {
    width: 20%;
    font-weight: normal;
  }
  #opens.opens-alpha li .opens-time {
    width: 20%;
    font-weight: normal;
  }
  #opens.opens-alpha li .opens-suburb {
    width: 15%;
    clear: none;
  }
  #opens.opens-alpha li .opens-address {
    width: 25%;
  }
  #opens.opens-alpha li .opens-price {
    width: 20%;
    display: block;
  }
  #opens.opens-alpha li .opens-date::after {
    content: "";
  }
  #opens.opens-alpha li .opens-suburb::after {
    content: "";
  }
  #content article {
    float: left;
  }
  #item-alpha #content article {
    width: 100%;
  }
  #item-alpha #content article .text {
    float: left;
    width: 70%;
    padding-right: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #item-alpha #content article .images {
    float: left;
    width: 30%;
  }
  #item-bravo #content article {
    width: 100%;
  }
  #item-bravo #content article .text {
    float: left;
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #item-bravo #content article .images {
    float: left;
    width: 50%;
  }
  #content article .text .button {
    width: 40%;
    min-width: 274px;
    padding: 0 15px;
    overflow: hidden;
  }
  .contact-phone {
    display: block;
    padding-left: 15px;
  }
  #appraisal form input[type=submit],
  #appraisal article input[type=submit] {
    width: 35%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  .default-btn {
    width: 32%;
    margin-top: -15px;
  }
  #item-image-slideshow-bravo {
    height: 600px !important;
  }
  #slideshow ul li {
    position: relative;
  }
  #slideshow ul li a {
    width: 100%;
    background: #4e505d;
    display: block;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    padding: 0 20px;
    overflow: hidden;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #slideshow ul li a em {
    color: #50e0e1;
    text-transform: uppercase;
    padding-right: 5px;
  }
  #slideshow .bx-controls {
    display: block;
  }
  .header-boa .header-boa-container form {
    margin: 35px 0 0 0;
  }
  .header-boa .header-boa-container form label {
    display: block;
  }
  .header-boa .header-boa-container form input[type=text] {
    width: 252px;
  }
  #menu {
    float: left;
    width: auto;
    padding: 0px;
    background-color: transparent;
    height: 42px;
    margin-top: 32px;
  }
  #menu ul > li {
    /*width: 33.3%;*/
    padding: 0 20px;
    box-sizing: border-box;
  }
  #menu ul li > a {
    border: 0px;
    color: #ffffff;
  }
  #menu ul li ol {
    display: none;
    width: 300px;
    top: 42px;
    left: 0px;
    background-color: #031f4e;
  }
  #menu ul li ol li {
    display: block;
    float: none;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #menu ul li ol li a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 0px;
    display: block;
    padding-left: 0px;
    text-transform: none;
  }
  .home-boa #slideshow {
    float: left;
    width: 66%;
    height: 520px;
  }
  .home-boa #slideshow img {
    height: 520px;
  }
  .item-image-alpha,
  .agent-image-alpha {
    width: 34%;
    height: 260px;
    overflow: hidden;
    border-left: 1px solid #031f4e;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
  }
  .item-image-alpha img,
  .agent-image-alpha img {
    height: 260px;
  }
  .agent-image-alpha,
  .item-image-alpha.bottom {
    width: 17%;
    border-top: 1px solid #031f4e;
  }
  .agent-image-alpha img,
  .item-image-alpha.bottom img {
    width: auto;
    height: 100%;
  }
  #quarter ul {
    padding: 0 0 0 15px;
    position: relative;
  }
  #quarter ul li {
    width: 25%;
    padding: 0 15px 0 0;
  }
  #property .propertyLinks ul li a em {
    display: inline;
  }
  #property .description h1 {
    float: left;
  }
  #property .description .bbc {
    float: right;
  }
  #property .description p {
    clear: both;
  }
  #property .linkset a span {
    display: inline-block;
  }
  #property .staffMember .staffImg {
    width: 45%;
  }
  #property .staffMember div {
    width: 55%;
    margin-top: 0px;
  }
  #content.layoutTwo article .text .button {
    width: 208px;
    float: none;
    margin-right: 10px;
  }
  .contact-form-alpha #w-form fieldset {
    width: 50%;
    float: left;
  }
  .contact-form-alpha #w-form fieldset.fieldset_subject,
  .contact-form-alpha #w-form fieldset.fieldset_first_name,
  .contact-form-alpha #w-form fieldset.fieldset_email_address {
    padding-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .contact-form-alpha #w-form fieldset.fieldset_first_name {
    clear: left;
  }
  .contact-form-alpha #w-form fieldset.fieldset_notes,
  .contact-form-alpha #w-form fieldset.fieldset_submit {
    width: 100%;
    margin-bottom: 15px;
  }
  #content.layoutTwo article .text .button {
    width: 208px;
    float: none;
    margin-right: 10px;
    margin-top: 30px;
  }
  #opens.opens-alpha li .opens-date {
    width: 15%;
    font-weight: normal;
  }
  #opens.opens-alpha li .opens-time {
    width: 15%;
    font-weight: normal;
  }
  #opens.opens-alpha li .opens-suburb {
    width: 10%;
    clear: none;
  }
  #opens.opens-alpha li .opens-address {
    width: 25%;
  }
  #opens.opens-alpha li .opens-bbc {
    width: 17%;
    display: block;
  }
  #opens.opens-alpha li .opens-price {
    width: 18%;
    display: block;
  }
  .contact-phone {
    display: block;
    padding-left: 15px;
  }
}
@media only print, only screen and (min-width: 640px) {
  #offices-google-map-bravo,
  .listing-show-bravo #map_canvas {
    height: 400px;
  }
}
@media only print, only screen and (min-width: 980px) {
  #offices-google-map-bravo,
  .listing-show-bravo #map_canvas {
    height: 600px;
  }
}
@media only print {
  body {
    width: 900px;
    background: white;
  }
  body .static_social {
    display: none;
  }
  header nav,
  header #menuOpen,
  header form {
    display: none;
  }
  .header-boa .header-boa-container form {
    display: none;
  }
  header {
    background-color: #031f4e;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  #property .linkset.tools,
  #property .propertyLinks,
  #property .inspection-widget {
    display: none;
  }
  #property .staffMember span,
  #property .staffMember h2 {
    display: none;
  }
  #property .staffMember li {
    padding-top: 20px;
  }
  #property .staffMember div p b {
    display: none;
  }
  footer {
    display: none;
  }
}
#search-form-echo {
  clear: both;
  display: block;
}
#search-form-echo form:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#search-form-echo fieldset {
  float: left;
  width: 100%;
}
#search-form-echo select,
#search-form-echo .ms-choice {
  display: block;
  height: 35px;
  line-height: 29px;
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #72727e;
  border: 1px solid #B3B3B3;
  background-color: #f2f2f2;
  float: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: menulist !important;
}
#search-form-echo .ms-choice,
#search-form-echo .ms-choice .placeholder {
  line-height: 35px;
}
#search-form-echo .field-category {
  clear: left;
}
#search-form-echo .field-method {
  width: 49%;
  clear: left;
}
#search-form-echo .field-price-from,
#search-form-echo .field-price-to {
  width: 49%;
  margin-right: 2%;
}
#search-form-echo .field-price-to {
  margin-right: 0;
}
#search-form-echo .field-bedroom {
  display: none;
}
#search-form-echo a {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #031f4e;
  float: left;
  border: 1px solid #b7b7b7;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#search-form-echo:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#search-form-echo .ms-drop .ms-search input[type=text] {
  width: 100%;
}
#search-form-echo .ms-drop ul li {
  clear: both;
}
/* -------- DBRE ----------- */
/* ------ Boa Layout ------- */
/* ------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url('/assets/layout/_global/fonts/icomoon.eot?75j1ac');
  src: url('/assets/layout/_global/fonts/icomoon.eot?#iefix75j1ac') format('embedded-opentype'), url('/assets/layout/_global/fonts/icomoon.woff?75j1ac') format('woff'), url('/assets/layout/_global/fonts/icomoon.ttf?75j1ac') format('truetype'), url('/assets/layout/_global/fonts/icomoon.svg?75j1ac#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  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;
}
.alert,
#wheels-debug-area,
.cfdebug {
  display: none;
}
.icon-tags:before {
  content: "\e602";
}
.icon-phone:before {
  content: "\e607";
}
.icon-envelope:before {
  content: "\e608";
}
.icon-location:before {
  content: "\e603";
}
.icon-alarm:before {
  content: "\e613";
}
.icon-calendar:before {
  content: "\e609";
}
.icon-print:before {
  content: "\e60a";
}
.icon-mobile:before {
  content: "\e60b";
}
.icon-user:before {
  content: "\e614";
}
.icon-search:before {
  content: "\e600";
}
.icon-menu:before {
  content: "\e601";
}
.icon-download:before {
  content: "\e60c";
}
.icon-heart:before {
  content: "\e60d";
}
.icon-share:before {
  content: "\e60e";
}
.icon-map:before {
  content: "\e60f";
}
.icon-house:before {
  content: "\e604";
}
.icon-info:before {
  content: "\e605";
}
.icon-layout:before {
  content: "\e606";
}
.icon-pictures:before {
  content: "\e610";
}
.icon-arrow-left:before {
  content: "\e611";
}
.icon-uniE612:before {
  content: "\e612";
}
.icon-list:before {
  content: "\e615";
}
/* These .less files rely on the variables above */
#listing-open-form-alpha {
  font-size: 13px;
  line-height: 22px;
}
#listing-open-form-alpha strong,
#listing-open-form-alpha #inspectRe {
  cursor: pointer;
  margin-top: 10px;
  width: 230px;
  margin: 10px auto 0 auto;
}
#listing-open-form-alpha em {
  display: block;
  margin: 0 0 0;
}
#listing-open-form-alpha ul {
  display: none;
}
#listing-open-form-alpha ul li {
  margin: 0 0 5px;
}
#listing-open-form-alpha ul li a {
  margin-right: 5px;
  color: #666;
  display: inline-block;
}
#listing-open-form-alpha ul li label {
  cursor: pointer;
}
#listing-open-form-alpha ul li label input[type="checkbox"] {
  vertical-align: middle;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0;
}
#listing-open-form-alpha .blurb {
  margin: 0 0 15px;
  display: none;
}
#listing-open-form-alpha .opens-form {
  display: none;
}
#listing-open-form-alpha .opens-form fieldset {
  margin-top: 15px;
}
#listing-open-form-alpha .fieldset_contact_method {
  line-height: 21px;
  text-align: center;
  padding-bottom: 15px;
}
#listing-open-form-alpha .fieldset_contact_method label {
  margin: 0 20px 0 0;
  cursor: pointer;
}
#listing-open-form-alpha .fieldset_contact_method label input {
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: middle;
}
#listing-open-form-alpha .fieldset_contact_method label.email {
  margin: 0px;
}
#listing-open-form-alpha .fieldset_notes textarea {
  display: block;
}
#listing-open-form-alpha .fieldset_submit {
  margin-top: 15px;
}
#listing-open-form-alpha:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #listing-open-form-alpha strong,
  #listing-open-form-alpha #inspectRe {
    float: right;
    width: 54%;
  }
  #listing-open-form-alpha ul li label input[type="checkbox"] {
    margin: 0 15px 0 0;
  }
  #listing-open-form-alpha .blurb {
    margin: 0 0 15px;
  }
  #listing-open-form-alpha .opens-form fieldset {
    margin-top: 15px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 7.5px 0 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_surname,
  #listing-open-form-alpha .opens-form fieldset.fieldset_mobile {
    padding: 0 0 0 7.5px;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method {
    line-height: inherit;
    width: 100%;
    text-align: right;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method .contact-method {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method label {
    margin: 0 20px 0 0;
    cursor: pointer;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method label input {
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: middle;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_contact_method label.email {
    margin: 0px;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_notes {
    width: 100%;
    padding: 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_submit {
    float: right;
    width: 25%;
    padding: 0;
  }
  #listing-open-form-alpha:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #listing-open-form-alpha em {
    float: left;
  }
  #listing-open-form-alpha strong,
  #listing-open-form-alpha #inspectRe {
    margin-top: -38px;
    width: 32%;
  }
  #listing-open-form-alpha .message {
    margin-top: 0px;
  }
  #listing-open-form-alpha ul li label input[type="checkbox"] {
    margin: 0 7.5px 0 0;
  }
  #listing-open-form-alpha .blurb {
    margin: 0 0 15px;
    clear: both;
  }
  #listing-open-form-alpha .opens-form fieldset {
    margin-top: 15px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 7.5px 0 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_surname,
  #listing-open-form-alpha .opens-form fieldset.fieldset_mobile {
    padding: 0 0 0 7.5px;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_submit {
    float: right;
    padding: 0;
  }
  #listing-open-form-alpha:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
#appraisal {
  padding: 0;
}
#appraisal article {
  font-size: 13px;
  line-height: 22px;
}
#appraisal article h2 {
  color: #000000;
}
#appraisal form {
  padding: 0 15px 15px 15px;
}
#appraisal form fieldset {
  width: 100%;
}
#appraisal form fieldset label {
  width: 50%;
  display: block;
}
#appraisal form fieldset div input {
  width: 100% !important;
}
#appraisal form input[type="submit"] {
  margin-top: 15px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #appraisal {
    margin: 0 auto;
  }
  #appraisal article {
    max-width: 1170px;
    margin: 0 auto;
  }
  #appraisal form {
    padding: 0 15px 15px 15px;
    max-width: 1170px;
    margin: 0 auto;
  }
  #appraisal form .fieldset_type {
    width: 50%;
    margin-right: 50px;
    padding-right: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal form .fieldset_first_name,
  #appraisal form .fieldset_surname,
  #appraisal form .fieldset_email_address,
  #appraisal form .fieldset_mobile {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal form .fieldset_first_name label,
  #appraisal form .fieldset_surname label,
  #appraisal form .fieldset_email_address label,
  #appraisal form .fieldset_mobile label {
    width: 50%;
  }
  #appraisal form .fieldset_first_name input,
  #appraisal form .fieldset_surname input,
  #appraisal form .fieldset_email_address input,
  #appraisal form .fieldset_mobile input {
    width: 100%;
  }
  #appraisal form .fieldset_first_name,
  #appraisal form .fieldset_email_address,
  #appraisal form .fieldset_listing_unit_number,
  #appraisal form .fieldset_listing_street_number,
  #appraisal form .fieldset_type {
    padding-right: 15px;
  }
  #appraisal form .fieldset_listing_street_number,
  #appraisal form .fieldset_listing_unit_number,
  #appraisal form .fieldset_listing_street_name {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal form .fieldset_listing_street_number label,
  #appraisal form .fieldset_listing_unit_number label,
  #appraisal form .fieldset_listing_street_name label {
    width: 33.33%;
  }
  #appraisal form .fieldset_listing_street_number input,
  #appraisal form .fieldset_listing_unit_number input,
  #appraisal form .fieldset_listing_street_name input {
    width: 100%;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #appraisal {
    margin: 0 auto;
  }
  #appraisal article {
    max-width: 1170px;
    margin: 0 auto;
  }
  #appraisal form {
    padding: 0 15px 15px 15px;
    max-width: 1170px;
    margin: 0 auto;
  }
  #appraisal form .fieldset_type {
    width: 50%;
    margin-right: 50px;
    padding-right: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal form .fieldset_listing_suburb_postcode,
  #appraisal form .fieldset_notes {
    padding-right: 0;
  }
  #appraisal form .fieldset_first_name,
  #appraisal form .fieldset_surname,
  #appraisal form .fieldset_email_address,
  #appraisal form .fieldset_mobile {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal form .fieldset_first_name label,
  #appraisal form .fieldset_surname label,
  #appraisal form .fieldset_email_address label,
  #appraisal form .fieldset_mobile label {
    width: 50%;
  }
  #appraisal form .fieldset_first_name input,
  #appraisal form .fieldset_surname input,
  #appraisal form .fieldset_email_address input,
  #appraisal form .fieldset_mobile input {
    width: 100%;
  }
  #appraisal form .fieldset_first_name,
  #appraisal form .fieldset_email_address,
  #appraisal form .fieldset_listing_unit_number,
  #appraisal form .fieldset_listing_street_number,
  #appraisal form .fieldset_type {
    padding-right: 15px;
  }
  #appraisal form .fieldset_listing_street_number,
  #appraisal form .fieldset_listing_unit_number,
  #appraisal form .fieldset_listing_street_name {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal form .fieldset_listing_street_number label,
  #appraisal form .fieldset_listing_unit_number label,
  #appraisal form .fieldset_listing_street_name label {
    width: 33.33%;
  }
  #appraisal form .fieldset_listing_street_number input,
  #appraisal form .fieldset_listing_unit_number input,
  #appraisal form .fieldset_listing_street_name input {
    width: 100%;
  }
}
/* Sneak Preview Banners */
.sneak-preview {
  display: block;
  position: absolute;
  top: 10px;
  right: 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: #c2272b;
  color: #fff !important;
  text-decoration: none;
  text-align: center !important;
  -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 #c2272b;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -7px;
}
.propertyListing {
  position: relative;
}
.sneak-preview.on-map {
  top: 40px;
  right: 15px;
}
@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: 10px;
    right: 10px;
  }
  .sneak-preview:after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 18px solid #c2272b;
    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;
    right: 10px;
  }
  .propertyListing .sneak-preview:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #c2272b;
    bottom: -12px;
    margin-left: -7px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
.panel-danger {
  border: 1px solid #a94442;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 10px 0;
  overflow: hidden;
}
.panel-danger .panel-heading {
  background-color: #ebcdcc;
  color: #a94442;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-bottom: 1px solid #a94442;
}
.panel-danger .panel-body {
  font-size: 13px;
  line-height: 22px;
  padding: 15px;
  color: #a94442;
}
.form-error {
  border: 1px solid #a94442;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  background-color: #ebcdcc;
  color: #a94442;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-bottom: 1px solid #a94442;
}
.alert-success,
.form-success {
  height: 42px;
  line-height: 42px;
  background-color: #eaf6ea;
  color: #5cb85c;
  border: 1px solid #5cb85c;
  text-align: center;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
}
.alert-success a,
.form-success a {
  display: none;
}
body {
  font-family: arial;
  position: relative;
  height: 100%;
  font-size: 14px;
  background: #b3b3b3;
}
.header-boa {
  width: 100%;
  height: 50px;
  background-color: #000000;
}
.header-boa .header-boa-container {
  max-width: 1170px;
  margin: 0 auto;
  height: 50px;
  padding: 0 15px 0;
}
.header-boa .header-boa-container #logo img {
  height: 36px !important;
  padding-top: 7px;
}
.header-boa:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.header-boa #logo {
  float: left;
}
.header-boa img {
  display: block;
}
.header-boa form {
  display: none;
  float: right;
}
#menuOpen {
  float: right;
  text-align: right;
  font-size: 40px;
  color: #ffffff;
  cursor: pointer;
  line-height: 50px;
}
#menu {
  background-color: #000000;
  padding: 20px;
  line-height: 42px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media (min-width: 980px) {
  #menu {
    max-width: calc(100% - 530px);
    display: flex;
    align-items: center;
  }
}
#menu ul li a {
  color: #ffffff;
  width: 100%;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid #828ea6;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #menu ul li a {
    font-size: 12px;
    line-height: 2;
  }
}
#menu ul li a:focus,
#menu ul li a:hover,
#menu ul li a:active #menu ul li a.active {
  color: #cd202c;
}
#menu ul li ol li a {
  font-size: 14px;
  padding-left: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
footer {
  max-width: 1170px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0 15px;
}
footer ul {
  padding: 0 15px;
  background-color: #000000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
footer ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
footer ul li {
  width: 50%;
  float: left;
  height: 75px;
  line-height: 75px;
}
footer ul li a {
  color: #ffffff;
  text-decoration: none;
}
footer ul li a span {
  color: #cd202c;
  font-size: 25px;
  vertical-align: sub;
}
footer ul li a i {
  color: #f37021;
  font-size: 16px !important;
  vertical-align: text-bottom;
}
footer .disclaimer {
  line-height: 46px;
  color: #000000;
  text-align: center;
  font-size: 10px;
}
footer a {
  text-decoration: none;
  color: #000000;
}
footer a:focus,
footer a:hover,
footer a:active {
  text-decoration: underline;
}
.item-image-alpha,
.agent-image-alpha {
  display: none;
  position: relative;
}
.item-image-alpha img,
.agent-image-alpha img {
  display: block;
}
.item-image-alpha span,
.agent-image-alpha span {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-weight: 600;
  padding: 0 15px;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  bottom: 0px;
  text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.image-wrapper {
  height: 400px;
}
.image-wrapper #item-image-slideshow-bravo {
  height: 400px;
}
.image-wrapper #item-image-slideshow-bravo .bx-wrapper {
  height: 400px;
}
.image-wrapper #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
  height: 400px;
}
.image-wrapper #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
  height: 400px;
}
.image-wrapper #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.image-wrapper #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li img {
  display: none;
}
.logo {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 55;
}
.logo img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 585px;
  width: 100%;
}
.homepage-charlie {
  max-width: 1170px;
  margin: 0 auto;
  background: #ffffff;
  padding: 15px 15px 0 !important;
}
.homepage-charlie #slideshow .bx-viewport {
  overflow: visible !important;
}
.homepage-charlie #slideshow ul li {
  overflow: hidden;
  position: relative;
}
.homepage-charlie #slideshow ul li a {
  width: 100%;
  background: #4e505d;
  display: block;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  padding: 0 20px;
  overflow: hidden;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.homepage-charlie #slideshow ul li a em {
  color: white;
  text-transform: uppercase;
  padding-right: 5px;
}
.homepage-charlie #slideshow .bx-controls {
  display: none;
}
.homepage-charlie #homeSearch {
  clear: both;
  padding: 8px 0 !important;
}
.homepage-charlie #homeSearch:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.homepage-charlie #homeSearch fieldset {
  display: block;
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.homepage-charlie #homeSearch fieldset label {
  display: block;
  height: 35px;
  line-height: 35px;
  color: #72727e;
  float: left;
  margin-bottom: 10px;
}
.homepage-charlie #homeSearch fieldset .propertyAction {
  float: left;
  width: 100%;
}
.homepage-charlie #homeSearch fieldset .propertyAction input {
  float: left;
  padding: 0px;
  border: 0px;
  margin: 10px 10px 0 0;
}
.homepage-charlie #homeSearch fieldset .propertyAction label {
  margin-right: 30px;
  color: #354c71;
}
.homepage-charlie #homeSearch fieldset select {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 29px;
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #72727e;
  border: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  float: left;
  margin-bottom: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.homepage-charlie #homeSearch fieldset select#LISTING_BEDROOMS {
  display: none;
}
.homepage-charlie #homeSearch fieldset .ms-parent {
  margin-bottom: 10px !important;
}
.homepage-charlie #homeSearch fieldset a {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  float: left;
  border: 1px solid #b7b7b7;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.homepage-bravo {
  max-width: 1170px;
  margin: 0 auto;
  background: #ffffff;
  padding: 8px 8px 0 !important;
}
.homepage-bravo #homeSearch {
  clear: both;
  padding: 8px 0 !important;
}
.homepage-bravo #homeSearch:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.homepage-bravo #homeSearch fieldset {
  display: block;
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.homepage-bravo #homeSearch fieldset label {
  display: block;
  height: 35px;
  line-height: 35px;
  color: #72727e;
  float: left;
  margin-bottom: 10px;
}
.homepage-bravo #homeSearch fieldset .propertyAction {
  float: left;
  width: 100%;
}
.homepage-bravo #homeSearch fieldset .propertyAction input {
  float: left;
  padding: 0px;
  border: 0px;
  margin: 10px 10px 0 0;
}
.homepage-bravo #homeSearch fieldset .propertyAction label {
  margin-right: 30px;
  color: #354c71;
}
.homepage-bravo #homeSearch fieldset select {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 29px;
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #72727e;
  border: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  float: left;
  margin-bottom: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.homepage-bravo #homeSearch fieldset .ms-parent {
  margin-bottom: 10px !important;
}
.homepage-bravo #homeSearch fieldset a {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  float: left;
  border: 1px solid #b7b7b7;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.homepage-bravo #quarter {
  padding: 0 6px !important;
}
.homepage-bravo #quarter ul {
  padding: 0 !important;
}
.ms-choice {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #72727e;
  border: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  float: left;
  margin-bottom: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ms-search,
input[type=text] {
  height: 26px;
  line-height: 26px;
}
.ms-drop {
  margin-left: -1px;
}
.ms-drop ul {
  padding: 10px 5px 5px !important;
}
.ms-drop ul > li {
  padding: 0 !important;
  float: none !important;
  width: 100% !important;
  text-align: left;
}
.ms-drop ul > li label,
#home #homeSearch fieldset .ms-drop ul > li label {
  float: none;
  margin: 0;
  line-height: inherit;
  height: auto;
}
.ms-choice {
  padding: 0;
  margin: 0;
}
.ms-choice span,
.ms-choice span.placeholder {
  padding-left: 15px;
  color: #72727e;
}
.ms-choice div,
.ms-choice div.open {
  background: transparent;
}
#title {
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px 15px 24px;
  background-color: #ffffff;
}
#title h1 {
  height: 35px;
  line-height: 35px;
  background-color: #000000;
  color: #ffffff;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#title h1 span {
  color: #fff;
}
#subTitle {
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px;
  background-color: #ffffff;
  line-height: 28px;
  text-align: center;
  color: #727177;
}
#subTitle a {
  color: #727177;
  text-decoration: none;
  padding-left: 5px;
}
#subTitle a.active {
  font-weight: bold;
  color: #000000;
}
#subTitle a:focus,
#subTitle a:hover,
#subTitle a:active {
  text-decoration: underline;
}
#refine {
  display: none;
}
#quarter ul {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#quarter ul li {
  /*padding: 0 15px;*/
  padding-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#half ul {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#half ul li {
  /*padding: 0 15px;*/
  margin-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.propertyListing {
  width: 100%;
  color: #354c71;
  line-height: 28px;
}
.propertyListing a.image {
  position: relative;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 63%;
  overflow: hidden;
}
.propertyListing a.image img {
  width: 100%;
  display: block;
}
.propertyListing a.image b {
  height: 35px;
  line-height: 35px;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 0 15px;
  color: white;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.propertyListing div {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 7px;
}
.propertyListing span {
  display: block;
}
.propertyListing a.button {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 10px 0 30px;
  color: #72727e;
  border: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  text-decoration: none;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.propertyListing h4 {
  line-height: 74px;
  color: #7c7c7c;
  text-transform: uppercase;
}
.propertyListing h4 a {
  float: right;
  text-transform: none;
  display: block;
}
.propertyListing a {
  line-height: 74px;
  color: #7c7c7c;
  text-decoration: none;
  text-align: right;
  display: none;
}
.ourTeamListing {
  width: 100%;
  color: #7c7c7c;
  line-height: 24px;
  overflow: hidden;
}
.ourTeamListing a.image {
  position: relative;
  display: block;
  margin-bottom: 13px;
  width: 100%;
  height: 0px;
  padding-bottom: 63%;
  overflow: hidden;
}
.ourTeamListing a.image img {
  width: 100%;
  display: block;
}
.ourTeamListing a.image b {
  height: 35px;
  line-height: 35px;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 0 15px;
  color: white;
  font-weight: 600;
  text-transform: capitalize;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ourTeamListing div {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 7px;
}
.ourTeamListing span {
  display: block;
  white-space: nowrap;
}
.ourTeamListing span em,
.ourTeamListing span > a {
  color: #354c71;
  text-decoration: none;
}
.ourTeamListing a.button {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #72727e;
  border: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 14px;
  margin: 15px 0 30px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#property {
  max-width: 1170px;
  margin: 0 auto;
  background: #ffffff;
  padding: 15px 15px 0;
}
#property .propertyLinks {
  margin-top: 10px;
}
#property .propertyLinks ul li {
  width: 100%;
}
#property .propertyLinks ul li a {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #72727e;
  border: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#property .propertyLinks ul li a span {
  color: #7c7c7c;
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
}
#property .description {
  /*border: 1px solid @header-border;*/
  padding: 10px;
  /*20px*/
  margin-bottom: 10px;
  line-height: 22px;
  color: #334d6e;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#property .description b {
  font-weight: 300;
}
#property .description h1 {
  color: #72727e;
  text-transform: uppercase;
}
#property .description .bbc {
  color: #72727e;
  display: block;
  margin-bottom: 10px;
}
#property .description > ul {
  margin-left: 20px;
  padding-left: 20px;
}
#property .description > ul li {
  list-style: disc;
}
#property .description h2 {
  padding: 20px 0 0;
}
#property .description #listing-open-form-alpha .opens-form fieldset input[type=text],
#property .description #listing-open-form-alpha .opens-form fieldset input[type=email],
#property .description #listing-open-form-alpha .opens-form fieldset input[type=submit] {
  width: 100%;
}
#property .description #listing-open-form-alpha em {
  margin-top: 0;
}
#property .description #listing-open-form-alpha .blurb {
  margin-bottom: 0;
}
#property .description #listing-open-form-alpha ul#opens {
  margin-top: 15px;
}
#property .description #listing-open-form-alpha .default-btn {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #72727e;
  border: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  text-decoration: none;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#property .description #listing-open-form-alpha .fieldset_contact_method label {
  display: inline-block;
  color: inherit;
  float: none;
  line-height: inherit;
  width: auto;
}
#property .linkset {
  padding: 0 10px 12px;
  border-bottom: 1px solid #b7b7b7;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#property .linkset h3 {
  color: #72727e;
  text-transform: uppercase;
  padding: 23px 0 13px;
}
#property .linkset a,
#property .linkset span {
  color: #334d6e;
  text-decoration: none;
  display: block;
  line-height: 37px;
}
#property .linkset a span,
#property .linkset span span {
  display: inline-block;
  font-size: 20px;
  padding-right: 5px;
  vertical-align: sub;
  color: #7c7c7c;
}
#property .linkset .toolboxButton {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #72727e;
  border: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-top: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#property .linkset .toolboxButton span {
  color: #7c7c7c;
  display: inline;
  margin-right: 0px;
  vertical-align: middle;
  font-size: 20px;
}
#property .staffMember {
  padding: 0 10px 32px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#property .staffMember h2 {
  color: #72727e;
  text-transform: uppercase;
  line-height: 55px;
}
#property .staffMember .staffImg {
  width: 40%;
  float: left;
}
#property .staffMember .staffImg img {
  width: 100%;
}
#property .staffMember div {
  width: 60%;
  float: left;
  padding-left: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#property .staffMember div a {
  color: #7c7c7c;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
#property .staffMember div p {
  color: #334d6e;
  line-height: 24px;
}
#property .staffMember div b {
  display: inline-block;
  width: 11px;
}
#property .staffMember div span a {
  float: left;
  font-size: 18px;
  margin-right: 15px;
  margin-top: 20px;
}
#property .staffMember ul li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#property .sale-method {
  color: #cd202c;
  font-weight: 600;
  margin-right: 5px;
}
.staffTitle {
  padding: 15px 15px 24px;
}
#staffMember {
  max-width: 1170px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0 15px 15px;
}
#staffMember .image {
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 63%;
  overflow: hidden;
}
#staffMember .image img {
  display: block;
  width: 100%;
}
#staffMember .right {
  padding: 15px 0 0;
  line-height: 22px;
  color: #334d6e;
}
#staffMember h1 {
  font-size: 14px;
  color: #72727e;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#staffMember h2 {
  color: #7c7c7c;
  text-decoration: none;
  display: block;
}
#staffMember p {
  color: #334d6e;
  line-height: 24px;
  padding-bottom: 17px;
}
#staffMember b {
  display: inline-block;
  width: 11px;
}
#staffMember h4 {
  line-height: 74px;
  color: #7c7c7c;
  text-transform: uppercase;
}
#staffMember h4 a {
  float: right;
  text-transform: none;
  display: block;
  line-height: 74px;
  color: #7c7c7c;
  text-decoration: none;
  text-align: right;
  margin-right: 15px;
}
#staffMember a {
  color: #334d6e;
  text-decoration: none;
}
#staffMember a:focus,
#staffMember a:hover,
#staffMember a:active {
  text-decoration: underline;
}
.contact-alpha {
  padding-bottom: 15px !important;
}
.contact-alpha .item-image-alpha {
  width: 100%;
  height: auto;
  border: 0px;
  margin-bottom: 15px;
}
.contact-alpha .item-image-alpha img {
  height: auto;
  width: 100%;
}
.contact-alpha .item-image-alpha span {
  display: none;
}
.contact-alpha .contact-form {
  clear: both;
  border-top: 1px solid #b7b7b7;
}
.contact-alpha .contact-form #w-form fieldset {
  /*width: 50%;
        float: left;*/
}
.contact-alpha .contact-form #w-form fieldset label {
  /*float: none;
          line-height: 35px;
          width: 100%;*/
}
.contact-alpha .contact-form #w-form fieldset input {
  /*float: none;
          line-height: 35px;
          width: 100%;*/
}
.contact-alpha .contact-form #w-form fieldset input[type=submit] {
  width: 100%;
}
.contact-alpha .office-contact-details-alpha-licence {
  display: none;
}
.contact-alpha .label {
  color: #7c7c7c;
}
#content {
  max-width: 1170px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0px 15px 0;
  color: #334d6e;
  line-height: 24px;
  padding-bottom: 17px;
}
#content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#content article {
  padding-bottom: 15px;
  border-bottom: 1px solid #b7b7b7;
  clear: both;
  height: auto;
  margin-bottom: 15px;
}
#content.last {
  border: 0px;
  padding-bottom: 32px;
}
#content .text b {
  font-weight: bold;
}
#content .text h2 {
  color: #7c7c7c;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#content .text h3 {
  color: #7c7c7c;
  display: block;
  margin: 15px 0;
}
#content .text .button {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  border: 1px solid #b7b7b7;
  margin: 15px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#content .images img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
/* form */
#w-form fieldset {
  display: block;
  margin-bottom: 10px;
}
#w-form fieldset label {
  display: block;
  color: #354c71;
  float: left;
  line-height: 35px;
  width: 30%;
}
#w-form fieldset input[type=text],
#w-form fieldset input[type=email],
#w-form fieldset select {
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 0 0 15px;
  width: 70%;
  color: #72727e;
  border: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  float: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#w-form fieldset select {
  width: 100%;
}
#w-form fieldset textarea {
  display: block;
  padding: 15px;
  width: 100%;
  color: #72727e;
  border: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  float: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#w-form fieldset input[type=submit] {
  width: 35%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  float: right;
  border: 1px solid #b7b7b7;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #ffffff;
}
#w-form fieldset input[type=text].fullwidth,
#w-form fieldset input[type=email].fullwidth {
  width: 100%;
}
#emailAFriendForm {
  margin: 0;
}
#emailAFriendForm input,
#emailAFriendForm textarea {
  width: 100%;
  margin-bottom: 8px;
}
#listings-slideshow-bravo {
  display: block;
  width: 100%;
  height: 0px;
  overflow: hidden;
  padding-bottom: 63%;
  position: relative;
  background-color: #b3b3b3;
}
#listings-slideshow-bravo li {
  width: 100% !important;
}
#listings-slideshow-bravo .address {
  height: 65px;
  line-height: 65px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0 15px;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 51;
  color: #ffffff;
  width: 100%;
  text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listings-slideshow-bravo .address #pager {
  float: right;
}
#listings-slideshow-bravo .address #pager span {
  display: inline-block;
  height: 10px;
  width: 10px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 28px 0 0 7px;
  overflow: hidden;
  background-color: #ffffff;
  cursor: pointer;
}
#listings-slideshow-bravo .address #pager span.active {
  background-color: #cd202c;
}
.contact-form-alpha #w-form fieldset {
  width: 100%;
}
.contact-form-alpha #w-form fieldset label,
.contact-form-alpha #w-form fieldset input {
  width: 100%;
}
#opens.opens-alpha {
  max-width: 1170px;
  background: #ffffff;
  padding: 0 15px 30px;
  margin: 0 auto;
  color: #354c71;
  line-height: 20px;
}
#opens.opens-alpha li {
  clear: both;
  border-top: 1px solid #b7b7b7;
  padding-top: 15px;
}
#opens.opens-alpha li:nth-child(2) {
  border: 0px;
}
#opens.opens-alpha li.opens-titles {
  color: #72727e;
  display: none;
}
#opens.opens-alpha li div {
  float: left;
  overflow: hidden;
}
#opens.opens-alpha li .opens-date::after {
  content: " -\00a0";
}
#opens.opens-alpha li .opens-suburb {
  clear: both;
}
#opens.opens-alpha li .opens-suburb::after {
  content: "\00a0";
}
#opens.opens-alpha li .opens-address {
  margin-bottom: 15px;
}
#opens.opens-alpha li .opens-bbc {
  display: none;
}
#opens.opens-alpha li .opens-price {
  display: none;
}
#opens.opens-alpha:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#opens.opens-alpha a {
  color: #354c71;
  text-decoration: none;
}
#opens.opens-alpha a:focus,
#opens.opens-alpha a:hover,
#opens.opens-alpha a:active {
  text-decoration: underline;
}
#content {
  max-width: 1170px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0px 15px 0;
  color: #334d6e;
  line-height: 24px;
  padding-bottom: 17px;
}
#content article {
  padding-bottom: 15px;
  border-bottom: 1px solid #b7b7b7;
  clear: both;
  height: auto;
  margin-bottom: 15px;
}
#content article.last {
  border: 0px;
  padding-bottom: 32px;
}
#content article .text h2 {
  color: #7c7c7c;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#content article .text h3 {
  color: #7c7c7c;
  display: block;
  margin: 15px 0;
}
#content article .text .button {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  border: 1px solid #b7b7b7;
  margin: 15px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#content article .images img {
  width: 100%;
  display: block;
}
.contact-phone {
  display: none;
}
#appraisal form,
#appraisal article {
  background-color: white;
}
#appraisal form input[type=submit],
#appraisal article input[type=submit] {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  float: right;
  border: 1px solid #b7b7b7;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #ffffff;
}
#appraisal form:after,
#appraisal article:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .image-wrapper {
    height: 600px;
  }
  .image-wrapper #item-image-slideshow-bravo {
    height: 600px;
  }
  .image-wrapper #item-image-slideshow-bravo .bx-wrapper {
    height: 600px;
  }
  .image-wrapper #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
    height: 600px;
  }
  .image-wrapper #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
    height: 600px;
  }
  .image-wrapper #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
    height: 600px;
  }
  .image-wrapper #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li img {
    display: none;
  }
  .logo {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 55;
  }
  .logo img {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 585px;
    width: 100%;
  }
  .header-boa {
    height: 96px;
  }
  .header-boa .header-boa-container {
    height: 96px;
  }
  .header-boa .header-boa-container #logo img {
    height: 70px !important;
    padding-top: 14px;
    padding-right: 20px;
  }
  .header-boa .header-boa-container form {
    display: block;
    margin: 35px 30px 0 0;
  }
  .header-boa .header-boa-container form label {
    display: none;
    color: #ffffff;
    float: left;
    line-height: 35px;
  }
  .header-boa .header-boa-container form input[type=text] {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 15px;
    width: 150px;
    color: #354c71;
    float: left;
    border: 1px solid #b7b7b7;
    margin-left: 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .header-boa .header-boa-container form a {
    display: block;
    line-height: 35px !important;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    float: left;
    margin-left: 15px;
  }
  .header-boa .header-boa-container form a:focus,
  .header-boa .header-boa-container form a:hover,
  .header-boa .header-boa-container form a:active {
    color: #cd202c;
  }
  footer ul li {
    width: 25%;
    text-align: center;
  }
  #menuOpen {
    line-height: 86px;
    margin-top: 11px;
  }
  .homepage-charlie {
    padding: 15px 15px 0 !important;
  }
  .homepage-charlie #slideshow {
    position: relative;
  }
  .homepage-charlie .item-images {
    display: none;
  }
  .homepage-charlie #slideshow ul li a {
    height: 65px;
    line-height: 65px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
  }
  .homepage-charlie #slideshow ul li a span {
    display: inline;
  }
  .homepage-charlie #slideshow .bx-controls {
    display: block;
    position: absolute;
    bottom: 27px;
    right: 20px;
    z-index: 51;
  }
  .homepage-charlie #slideshow .bx-controls .bx-pager-item {
    float: left;
  }
  .homepage-charlie #slideshow .bx-controls .bx-pager-item a {
    display: block;
    height: 10px;
    width: 10px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-left: 10px;
    overflow: hidden;
    text-indent: -999px;
    background-color: #ffffff;
  }
  .homepage-charlie #slideshow .bx-controls .bx-pager-item a.active {
    background-color: #cd202c;
  }
  .homepage-charlie #slideshow .bx-controls-direction {
    display: none !important;
  }
  .homepage-charlie #homeSearch fieldset {
    display: block;
    width: 50%;
    float: left;
  }
  .homepage-charlie #homeSearch fieldset:first-of-type,
  .homepage-charlie #homeSearch fieldset:last-of-type {
    width: 100%;
  }
  .homepage-bravo #homeSearch fieldset {
    display: block;
    width: 50%;
    float: left;
  }
  .item-image-alpha,
  .agent-image-alpha {
    width: 33.33%;
    float: left;
    height: 200px;
    overflow: hidden;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .item-image-alpha a,
  .agent-image-alpha a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .item-image-alpha span,
  .agent-image-alpha span {
    height: 65px;
    line-height: 65px;
  }
  #title {
    padding: 15px 15px 24px;
  }
  #title h1 {
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    padding: 0 25px;
  }
  #subTitle {
    padding: 0 15px;
    height: 65px;
    line-height: 65px;
    text-align: left;
  }
  #subTitle .pagination {
    float: right;
  }
  #refine {
    display: block;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    background-color: #ffffff;
    color: #727177;
    /* label{
      height: 35px;
      line-height: 35px;
      float: left;
      width: 10%;
    } */
  }
  #refine fieldset {
    border-bottom: 1px solid #bdbdbd;
    padding: 0 0 24px;
  }
  #refine select,
  #refine .ms-choice {
    /*width: 100%;*/
    display: block;
    height: 35px;
    line-height: 29px;
    padding: 0 0 0 10px;
    font-size: 14px;
    color: #72727e;
    border: 1px solid #b3b3b3;
    background-color: #f2f2f2;
    float: left;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #refine .ms-choice {
    line-height: 35px;
  }
  #refine .suburb,
  #refine .propertyType {
    width: 24.5%;
    margin-right: 1.25%;
    float: left;
  }
  #refine .priceFrom,
  #refine .priceTo {
    width: 15%;
    margin-right: 1.25%;
  }
  #refine .bedrooms {
    display: none;
  }
  #refine a {
    width: 13.75%;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000000;
    float: left;
    border: 1px solid #b7b7b7;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #refine:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #sort-select {
    width: 15%;
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 10px;
    font-size: 14px;
    color: #72727e;
    border: 1px solid #b3b3b3;
    background-color: #f2f2f2;
    float: left;
    margin-top: 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #quarter ul {
    padding: 0px;
    padding-left: 15px;
    margin: 0 auto;
  }
  #quarter ul li {
    width: 50%;
    float: left;
    padding: 0 15px 0 0;
  }
  #quarter ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #half ul {
    padding: 0px;
    margin: 0 auto;
  }
  #half ul li {
    width: 50%;
    float: left;
    padding: 0 15px 0 0;
  }
  #half ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .propertyListing a {
    display: block;
  }
  .propertyListing h4 a {
    display: none;
  }
  #property #slideshow {
    padding-top: 15px;
  }
  #property .left {
    float: left;
    width: 75.7%;
  }
  #property .right {
    float: right;
    width: 24.3%;
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #property:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #property .propertyLinks {
    margin-top: 20px;
  }
  #property .propertyLinks:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #property .propertyLinks ul li {
    width: 32%;
    float: left;
    margin: 0 2% 0 0;
    /*&.middle{
            margin: 0 2%;
          }*/
  }
  #property .propertyLinks ul li:last-child {
    margin: 0;
  }
  #property .propertyLinks ul li a {
    margin-bottom: 20px;
  }
  #property .propertyLinks ul li a em {
    display: none;
  }
  #property .linkset a span {
    display: none;
  }
  #property .description {
    margin-bottom: 20px;
  }
  #property .description #listing-open-form-alpha .default-btn {
    width: 50%;
    float: right;
  }
  #staffMember .staffImg {
    width: 100%;
  }
  #staffMember .staffImg div {
    width: 100%;
    margin-top: 10px;
  }
  #staffMember .left {
    float: left;
    width: 49.4%;
  }
  #staffMember .left #half ul li {
    margin-bottom: 0px;
  }
  #staffMember .left #half ul li .propertyListing a.button {
    margin-bottom: 15px;
  }
  #staffMember .right {
    float: left;
    width: 50.6%;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #staffMember:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #content article {
    float: left;
  }
  #content.layoutOne article .text {
    width: 70%;
    padding-right: 30px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #content.layoutOne article .text .button {
    width: 274px;
  }
  #content.layoutOne article .images {
    float: left;
    width: 30%;
  }
  #content.layoutTwo article .text {
    width: 50%;
    padding-right: 30px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #content.layoutTwo article .images {
    width: 50%;
    float: right;
  }
  #opens.opens-alpha li:nth-child(1) {
    border: 0px;
  }
  #opens.opens-alpha li:nth-child(2) {
    border-top: 1px solid #b7b7b7;
  }
  #opens.opens-alpha li div {
    margin-bottom: 15px;
  }
  #opens.opens-alpha li.opens-titles {
    display: block;
    text-transform: uppercase;
  }
  #opens.opens-alpha li .opens-date {
    width: 20%;
    font-weight: normal;
  }
  #opens.opens-alpha li .opens-time {
    width: 20%;
    font-weight: normal;
  }
  #opens.opens-alpha li .opens-suburb {
    width: 15%;
    clear: none;
  }
  #opens.opens-alpha li .opens-address {
    width: 25%;
  }
  #opens.opens-alpha li .opens-price {
    width: 20%;
    display: block;
  }
  #opens.opens-alpha li .opens-date::after {
    content: "";
  }
  #opens.opens-alpha li .opens-suburb::after {
    content: "";
  }
  #content article {
    float: left;
  }
  #item-alpha #content article {
    width: 100%;
  }
  #item-alpha #content article .text {
    float: left;
    width: 70%;
    padding-right: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #item-alpha #content article .images {
    float: left;
    width: 30%;
  }
  #item-bravo #content article {
    width: 100%;
  }
  #item-bravo #content article .text {
    float: left;
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #item-bravo #content article .images {
    float: left;
    width: 50%;
  }
  #content article .text .button {
    width: 40%;
    min-width: 274px;
    padding: 0 15px;
    overflow: hidden;
  }
  .contact-phone {
    display: block;
    padding-left: 15px;
  }
  #appraisal form input[type=submit],
  #appraisal article input[type=submit] {
    width: 35%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  .image-wrapper {
    height: 800px;
  }
  .image-wrapper #item-image-slideshow-bravo {
    height: 800px;
  }
  .image-wrapper #item-image-slideshow-bravo .bx-wrapper {
    height: 800px;
  }
  .image-wrapper #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
    height: 800px;
  }
  .image-wrapper #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
    height: 800px;
  }
  .image-wrapper #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
    height: 800px;
  }
  .image-wrapper #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li img {
    display: none;
  }
  #slideshow ul li {
    position: relative;
  }
  #slideshow ul li a {
    width: 100%;
    background: #4e505d;
    display: block;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    padding: 0 20px;
    overflow: hidden;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #slideshow ul li a em {
    color: white;
    text-transform: uppercase;
    padding-right: 5px;
    font-weight: 600;
  }
  #slideshow .bx-controls {
    display: block;
  }
  .header-boa .header-boa-container form {
    margin: 35px 0 0 0;
  }
  .header-boa .header-boa-container form label {
    display: block;
  }
  .header-boa .header-boa-container form input[type=text] {
    width: 252px;
  }
  #menu {
    float: left;
    width: auto;
    padding: 0px;
    background-color: transparent;
    height: 42px;
    margin-top: 32px;
  }
  #menu ul > li {
    /*width: 33.3%;*/
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #menu ul li > a {
    border: 0px;
    color: #ffffff;
  }
  #menu ul li ol {
    display: none;
    width: 300px;
    top: 42px;
    left: 0px;
    background-color: #000000;
  }
  #menu ul li ol li {
    display: block;
    float: none;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #menu ul li ol li a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 0px;
    display: block;
    padding-left: 0px;
    text-transform: none;
  }
  .home-boa #slideshow {
    float: left;
    width: 66%;
    height: 520px;
  }
  .home-boa #slideshow img {
    height: 520px;
  }
  .item-image-alpha,
  .agent-image-alpha {
    width: 34%;
    height: 260px;
    overflow: hidden;
    border-left: 1px solid #000000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
  }
  .item-image-alpha img,
  .agent-image-alpha img {
    /*width: 100%;*/
    height: 260px;
  }
  .agent-image-alpha,
  .item-image-alpha.bottom {
    width: 17%;
    border-top: 1px solid #000000;
  }
  .agent-image-alpha img,
  .item-image-alpha.bottom img {
    width: auto;
    height: 100%;
  }
  .homepage-charlie {
    padding: 15px 15px 0 !important;
  }
  .homepage-charlie #slideshow {
    position: relative;
  }
  .homepage-charlie .item-images {
    display: block;
  }
  .homepage-charlie #slideshow ul li a {
    height: 65px;
    line-height: 65px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
  }
  .homepage-charlie #slideshow ul li a span {
    display: inline;
  }
  .homepage-charlie #slideshow .bx-controls {
    display: block;
    position: absolute;
    bottom: 27px;
    right: 20px;
    z-index: 51;
  }
  .homepage-charlie #slideshow .bx-controls .bx-pager-item {
    float: left;
  }
  .homepage-charlie #slideshow .bx-controls .bx-pager-item a {
    display: block;
    height: 10px;
    width: 10px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-left: 10px;
    overflow: hidden;
    text-indent: -999px;
    background-color: #ffffff;
  }
  .homepage-charlie #slideshow .bx-controls .bx-pager-item a.active {
    background-color: #cd202c;
  }
  .homepage-charlie #slideshow .bx-controls-direction {
    display: none !important;
  }
  .homepage-charlie #homeSearch fieldset {
    width: 25%;
  }
  /* ---------- */
  .homepage-charlie #homeSearch fieldset {
    padding: 0;
  }
  .homepage-charlie #homeSearch fieldset:first-of-type {
    width: 100%;
  }
  .homepage-charlie #homeSearch fieldset:nth-of-type(2),
  .homepage-charlie #homeSearch fieldset:nth-of-type(3) {
    width: 40%;
    float: left;
    padding: 0;
  }
  .homepage-charlie #homeSearch fieldset:nth-of-type(4) {
    width: 20%;
    float: left;
  }
  .homepage-charlie #homeSearch fieldset select,
  .homepage-charlie #homeSearch fieldset .ms-parent {
    width: 49% !important;
    margin-right: 1%;
  }
  /* ---------- */
  .homepage-charlie #homeSearch fieldset .ms-parent {
    margin-bottom: 0 !important;
  }
  .homepage-bravo {
    padding: 8px 15px 0 !important;
  }
  .homepage-bravo #homeSearch fieldset {
    width: 25%;
  }
  .homepage-bravo #homeSearch fieldset .ms-parent {
    margin-bottom: 0 !important;
  }
  #quarter ul {
    padding: 0 0 0 15px;
    position: relative;
  }
  #quarter ul li {
    width: 25%;
    padding: 0 15px 0 0;
  }
  #property .propertyLinks ul li a em {
    display: inline;
  }
  #property .description h1 {
    float: left;
  }
  #property .description .bbc {
    float: right;
  }
  #property .description p {
    clear: both;
  }
  #property .description #listing-open-form-alpha .default-btn {
    width: 32%;
    margin-top: -15px;
  }
  #property .linkset a span {
    display: inline-block;
  }
  #property .staffMember .staffImg {
    width: 45%;
  }
  #property .staffMember div {
    width: 55%;
    margin-top: 0px;
  }
  #content.layoutTwo article .text .button {
    width: 208px;
    float: none;
    margin-right: 10px;
  }
  .contact-form-alpha #w-form fieldset {
    width: 50%;
    float: left;
  }
  .contact-form-alpha #w-form fieldset.fieldset_subject,
  .contact-form-alpha #w-form fieldset.fieldset_first_name,
  .contact-form-alpha #w-form fieldset.fieldset_email_address {
    padding-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .contact-form-alpha #w-form fieldset.fieldset_first_name {
    clear: left;
  }
  .contact-form-alpha #w-form fieldset.fieldset_notes,
  .contact-form-alpha #w-form fieldset.fieldset_submit {
    width: 100%;
    margin-bottom: 15px;
  }
  #content.layoutTwo article .text .button {
    width: 208px;
    float: none;
    margin-right: 10px;
    margin-top: 30px;
  }
  #opens.opens-alpha li .opens-date {
    width: 15%;
    font-weight: normal;
  }
  #opens.opens-alpha li .opens-time {
    width: 15%;
    font-weight: normal;
  }
  #opens.opens-alpha li .opens-suburb {
    width: 10%;
    clear: none;
  }
  #opens.opens-alpha li .opens-address {
    width: 25%;
  }
  #opens.opens-alpha li .opens-bbc {
    width: 17%;
    display: block;
  }
  #opens.opens-alpha li .opens-price {
    width: 18%;
    display: block;
  }
  .contact-phone {
    display: block;
    padding-left: 15px;
  }
}
@media only print and (min-width: 768px), only screen and (min-width: 980px) and (min-width: 768px) {
  #menu ul li ol {
    z-index: 10;
    top: 22px;
    padding: 30px 0 20px;
  }
}
.static_social {
  display: none;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .static_social {
    display: block;
    position: fixed;
    bottom: 25%;
    left: 0;
    z-index: 59;
    margin-top: -110px;
  }
  .static_social a {
    display: block;
    height: 55px;
    width: 55px;
    overflow: hidden;
    text-align: left;
    background-color: #717171;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .static_social a span {
    width: 250px;
    line-height: 55px;
  }
  .static_social a span i {
    line-height: 55px;
    display: inline-block;
    width: 55px;
    font-size: 24px;
    text-align: center;
  }
  .static_social a:nth-child(odd) {
    background-color: #4d4d4d;
  }
  .static_social a:hover {
    width: 250px;
    background-color: #45619d;
  }
  .static_social a.twitter:hover {
    background-color: #55ACEE;
  }
  .static_social a.pinterest:hover {
    background-color: #BD2126;
  }
  .static_social a.instagram:hover {
    background-color: #125688;
  }
  .static_social a.youtube:hover {
    background-color: #cc181e;
  }
  .static_social a.google:hover {
    background-color: #f44336;
  }
  .static_social a.linkedin:hover {
    background-color: #0177B5;
  }
  .static_social a.subscribe {
    background-color: #cd202c;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
}
.propertyListing .videoButton {
  height: auto;
  margin: 0;
  line-height: 20px;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 5px 8px;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 25px;
  text-decoration: none;
  font-weight: normal;
  font-weight: 400;
}
.listing-show-bravo .videoButton {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 58;
  padding: 10px 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  text-decoration: none;
  font-weight: normal;
  font-weight: 400;
}
.listing-show-bravo .videoButton i {
  margin-right: 5px;
  font-size: 25px;
  vertical-align: text-bottom;
}
.listing-show-bravo .tourButton {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 58;
  padding: 10px 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  text-decoration: none;
  font-weight: normal;
  font-weight: 400;
}
.listing-show-bravo .tourButton i {
  margin-right: 5px;
  font-size: 25px;
  vertical-align: text-bottom;
}
#offices-google-map-bravo,
.listing-show-bravo #map_canvas {
  display: block;
  width: 100%;
  height: 200px;
}
@media only print, only screen and (min-width: 640px) {
  #offices-google-map-bravo,
  .listing-show-bravo #map_canvas {
    height: 400px;
  }
}
@media only print, only screen and (min-width: 980px) {
  #offices-google-map-bravo,
  .listing-show-bravo #map_canvas {
    height: 600px;
  }
}
@media only print {
  body {
    width: 900px;
    background: white;
  }
  header nav,
  header #menuOpen,
  header form {
    display: none;
  }
  .header-boa .header-boa-container form {
    display: none;
  }
  header {
    background-color: #000000;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  #property .linkset.tools,
  #property .propertyLinks,
  #property .inspection-widget {
    display: none;
  }
  #property .staffMember span,
  #property .staffMember h2 {
    display: none;
  }
  #property .staffMember li {
    padding-top: 20px;
  }
  #property .staffMember div p b {
    display: none;
  }
  footer {
    display: none;
  }
}
