/* Template .less files */
/* Global .less files */
.two-col,
.three-col,
.four-col-desktop,
.three-three-one-col,
.two-col-tablet,
.three-col-tablet,
.two-col-desktop,
.three-col-desktop,
.four-col-desktop,
.flex-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.two-col li,
.three-col li,
.four-col-desktop li,
.three-three-one-col li,
.two-col-tablet li,
.three-col-tablet li,
.two-col-desktop li,
.three-col-desktop li,
.four-col-desktop li,
.flex-wrapper li {
  width: 100%;
}
.flex-wrapper {
  width: 100%;
}
.two-col .left-col {
  align-self: flex-start;
  width: 50%;
}
.two-col .right-col {
  align-self: flex-end;
  width: 50%;
}
.four-col-desktop {
  width: 100%;
}
.hide-mobile,
.hide-mobile-text {
  display: none;
}
.show-only-mobile {
  display: flex;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .two-col-tablet li,
  .four-col-desktop li {
    width: 50%;
  }
  .three-col-tablet li {
    width: 33.33%;
  }
  .three-three-one-col li {
    width: 33.33%;
  }
  .hide-mobile {
    display: flex;
  }
  .hide-mobile-text {
    display: inline;
  }
  .show-only-mobile {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .two-col-desktop .left-col {
    width: 50%;
  }
  .two-col-desktop .right-col {
    width: 50%;
  }
  .four-col-desktop li {
    width: 25%;
  }
  .four-col-desktop li {
    width: 25%;
  }
}
/* Custom select field */
/* Use function to add hover styles to avoid hover related double tap bug */
/* Adding 'disabled' state to buttons for form submissions */
#homepage-echo-slideshow #item-image-slideshow-bravo,
#homepage-echo-slideshow #item-image-slideshow-bravo .bx-wrapper,
#homepage-echo-slideshow #item-image-slideshow-bravo .bx-viewport {
  height: 0px;
  overflow: hidden;
  padding-bottom: 50%;
}
#homepage-echo-slideshow #item-image-slideshow-bravo .images span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (min-width: 640px) {
  #homepage-echo-slideshow {
    /* Tablet */
  }
}
@media only screen and (min-width: 980px) {
  #homepage-echo-slideshow {
    /* Desktop */
  }
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #listing-show-delta .info {
    width: 70%;
    float: left;
  }
  #listing-show-delta .tools {
    width: 30%;
    float: left;
  }
  #listing-show-delta:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
#maintainence-title {
  max-width: 1130px;
  display: block;
  margin: 0 auto;
  padding: 8px;
}
#maintenance-request-wrapper .documents-container article {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#maintenance-request-wrapper .documents-container article .text {
  margin: 4px;
  border: 1px solid #d1d1d1;
}
#maintenance-request-wrapper .documents-container article .text .document-wrapper {
  text-align: center;
}
#maintenance-request-wrapper .documents-container article .text .document-wrapper .document a {
  background-color: transparent;
}
#maintenance-request-wrapper .documents-container article .text .document-wrapper .document a i {
  font-size: 27px;
  padding-top: 8px;
  color: #d1d1d1;
  transition: all 0.7s;
}
#maintenance-request-wrapper .documents-container article .text .document-wrapper .document a i:hover {
  transition: all 0.7s;
  color: #014785;
}
#maintenance-request-wrapper .documents-container article:nth-child(odd) .text {
  margin-left: 0;
}
#maintenance-request-wrapper .documents-container article:nth-child(even) .text {
  margin-right: 0;
}
#maintenance-request-wrapper #w-form label {
  width: 100%;
  display: block;
}
#maintenance-request-wrapper #w-form select {
  width: 100%;
  display: flex;
}
#maintenance-request-wrapper #w-form fieldset input {
  width: 100%;
}
#maintenance-request-wrapper #w-form fieldset textarea {
  width: 100%;
}
#maintenance-request-wrapper #w-form fieldset input,
#maintenance-request-wrapper #w-form fieldset textarea,
#maintenance-request-wrapper #w-form fieldset select {
  margin: 8px 0;
}
#maintenance-request-wrapper #w-form .select_office {
  margin: 8px 0;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #maintenance-request-wrapper .documents-container article {
    width: 25%;
    padding: 3px;
  }
  #maintenance-request-wrapper .documents-container article:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
  }
  #maintenance-request-wrapper .documents-container article:nth-child(4) {
    padding-right: 0;
    padding-left: 0;
  }
  #maintenance-request-wrapper .document a i {
    font-size: 30px !important;
  }
  #maintenance-request-wrapper #w-form fieldset {
    padding: 6px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #maintenance-request-wrapper #w-form .fieldset:nth-child(odd) {
    padding-left: 0;
  }
  #maintenance-request-wrapper #w-form .fieldset:nth-child(even) {
    padding-right: 0;
  }
  #maintenance-request-wrapper #w-form .fieldset_state {
    width: 31%;
  }
  #maintenance-request-wrapper #w-form .fieldset_state select {
    float: right;
  }
  #maintenance-request-wrapper #w-form .fieldset_postcode {
    width: 19%;
  }
  #maintenance-request-wrapper #w-form .fieldset_notes {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #maintenance-request-wrapper #w-form input[type=submit] {
    float: right;
    display: block;
    margin-bottom: 12px;
  }
  #footer-echo {
    clear: both;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #maintenance-request-wrapper article {
    margin-bottom: 0;
  }
  #maintenance-request-wrapper article h2 {
    display: block;
  }
  #maintenance-request-wrapper article .text .document-wrapper {
    padding: 8px;
  }
  #maintenance-request-wrapper article .text .document-wrapper .document a i {
    padding-bottom: 8px;
    font-size: 40px !important;
  }
  #maintenance-request-wrapper #w-form select {
    margin-left: 0;
  }
  #maintenance-request-wrapper #w-form fieldset {
    padding: 10px;
  }
  #maintenance-request-wrapper #w-form fieldset:nth-child(odd) {
    padding-left: 0;
  }
  #maintenance-request-wrapper #w-form fieldset:nth-child(even) {
    padding-left: 0;
  }
  #maintenance-request-wrapper #w-form .fieldset_address_line_1,
  #maintenance-request-wrapper #w-form .fieldset_suburb {
    padding-right: 10px !important;
  }
  #maintenance-request-wrapper #w-form input[type="submit"] {
    margin-bottom: 73px;
  }
  #maintenance-request-wrapper #contact-office_id {
    margin-left: 0 !important;
  }
  #footer-echo {
    clear: both;
  }
}
#refine-agents-bravo form {
  display: block;
}
#refine-agents-bravo form h2 {
  text-align: center;
}
#refine-agents-bravo form fieldset {
  width: 100%;
  display: block;
}
#refine-agents-bravo form select {
  width: 100%;
  display: block;
}
#refine-agents-bravo form a {
  width: 100%;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #refine-agents-bravo form fieldset {
    width: 40%;
    float: left;
  }
  #refine-agents-bravo form .field-go {
    width: 20%;
    float: left;
  }
  #refine-agents-bravo form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #refine-agents-bravo form fieldset {
    width: 43%;
  }
  #refine-agents-bravo form .field-go {
    width: 14%;
  }
}
#search-form-echo form {
  display: block;
}
#search-form-echo form h2 {
  text-align: center;
}
#search-form-echo form fieldset {
  width: 100%;
  display: block;
}
#search-form-echo form select {
  width: 100%;
  display: block;
}
#search-form-echo form select:disabled {
  color: gray;
  opacity: 0.5;
}
#search-form-echo form a {
  width: 100%;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #search-form-echo form fieldset {
    width: 50%;
    float: left;
  }
  #search-form-echo form .field-go {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #search-form-echo form .field-category,
  #search-form-echo form .field-suburb {
    width: 21%;
  }
  #search-form-echo form .field-bedroom,
  #search-form-echo form .field-method {
    width: 10%;
  }
  #search-form-echo form .field-price-from,
  #search-form-echo form .field-price-to {
    width: 14%;
  }
  #search-form-echo form .field-go {
    width: 10%;
    float: left;
    clear: none;
  }
}
#search-map-alpha .map-overlay {
  position: relative;
}
#search-map-alpha .map-overlay #map-canvas {
  height: 400px;
  width: 100%;
}
#search-map-alpha .map-overlay #no-map-results {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: none;
}
#search-map-alpha .map-overlay #no-map-results div {
  background-color: #ebcdcc;
  color: #A94442;
  line-height: 22px;
  padding: 10px;
  text-align: center;
  border: 1px solid #A94442;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#search-map-alpha .map-overlay #no-map-results div a {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}
#search-map-alpha .map-overlay .map-links {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: none;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #search-map-alpha .map-overlay #map-canvas {
    height: 500px;
  }
  #search-map-alpha .map-links a {
    width: 30%;
    float: right;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #search-map-alpha .map-overlay #map-canvas {
    height: 700px;
  }
  #search-map-alpha .map-links a {
    width: 20%;
  }
}
/* Local Files */
#agents-charlie h2 {
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
  padding: 8px;
}
#agents-charlie ul {
  padding: 0 4px;
}
#agents-charlie ul li {
  padding: 0 4px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agents-charlie ul li .card .image {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agents-charlie ul li .card .image img {
  width: 100%;
}
#agents-charlie ul li .card .info {
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  font-size: 13px;
  line-height: 22px;
}
#agents-charlie ul li .card .info .mobile-only {
  display: none;
}
#agents-charlie ul li .card .info .name {
  font-size: 15px;
  font-weight: bold;
  display: block;
}
#agents-charlie ul li .card .info a {
  color: inherit;
  text-decoration: none;
}
#agents-charlie ul li .card .info a:focus,
#agents-charlie ul li .card .info a:hover,
#agents-charlie ul li .card .info a:active {
  color: #2296fd;
}
#agents-charlie ul li .card .info .links {
  padding-top: 8px;
  text-align: right;
}
#agents-charlie ul li .card .info .links a {
  text-decoration: none;
  font-size: 13px;
  color: #014785;
  padding-left: 20px;
}
#agents-charlie ul li .card .info .links a:focus,
#agents-charlie ul li .card .info .links a:hover,
#agents-charlie ul li .card .info .links a:active {
  color: #2296fd;
}
#agents-charlie ul li .card .info .links a.listings {
  display: none;
}
#agents-charlie ul li .card .info .links a i {
  font-size: 19px;
  vertical-align: sub;
  margin-left: 5px;
}
@media only screen and (min-width: 640px) {
  #agents-charlie h2 {
    padding: 12px;
    text-transform: capitalize;
  }
  #agents-charlie ul {
    padding: 0 6px;
  }
  #agents-charlie ul li {
    padding: 0 6px 12px;
  }
  #agents-charlie ul li .card .image {
    width: 40%;
    height: 215px;
    overflow: hidden;
    float: left;
    border-bottom: 10px solid #fff;
  }
  #agents-charlie ul li .card .image img {
    width: 100%;
  }
  #agents-charlie ul li .card .info {
    padding: 12px;
    width: 60%;
    height: 215px;
    float: left;
    border-left: 1px solid #d1d1d1;
  }
  #agents-charlie ul li .card .info .links {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-top: 1px solid #d1d1d1;
    text-align: right;
    padding: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agents-charlie ul li .card .info .links a {
    padding-left: 20px;
    padding-right: 0px;
  }
  #agents-charlie ul li .card:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  #agents-charlie h2 {
    padding: 20px;
  }
  #agents-charlie ul {
    padding: 0 10px;
  }
  #agents-charlie ul li {
    padding: 0 10px 20px;
  }
  #agents-charlie ul li .card .image {
    width: 30%;
  }
  #agents-charlie ul li .card .info {
    padding: 20px;
    width: 70%;
    float: left;
  }
  #agents-charlie ul li .card .info .links a.listings {
    display: inline-block;
  }
}
#agent-show-bravo .container {
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agent-show-bravo .container .card .image {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agent-show-bravo .container .card .image img {
  width: 100%;
}
#agent-show-bravo .container .card .info {
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  font-size: 13px;
  line-height: 22px;
}
#agent-show-bravo .container .card .info h2 {
  font-size: 15px;
  font-weight: bold;
}
#agent-show-bravo .container .card .info a {
  color: inherit;
  text-decoration: none;
}
#agent-show-bravo .container .card .info a:focus,
#agent-show-bravo .container .card .info a:hover,
#agent-show-bravo .container .card .info a:active {
  color: #2296fd;
}
#agent-show-bravo .container .card .info .social-links {
  padding-top: 8px;
  line-height: 33px;
}
#agent-show-bravo .container .card .info .social-links a {
  display: inline-block;
  margin-right: 20px;
  width: 100%;
}
#agent-show-bravo .container .card .info .social-links a i {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 19.5px;
}
#agent-show-bravo .container .card .info .social-links a:hover .fa-facebook-official,
#agent-show-bravo .container .card .info .social-links a:focus .fa-facebook-official,
#agent-show-bravo .container .card .info .social-links a:active .fa-facebook-official {
  color: #46629E;
}
#agent-show-bravo .container .card .info .social-links a:hover .fa-twitter,
#agent-show-bravo .container .card .info .social-links a:focus .fa-twitter,
#agent-show-bravo .container .card .info .social-links a:active .fa-twitter {
  color: #5EA9DD;
}
#agent-show-bravo .container .card .info .social-links a:hover .fa-youtube-play,
#agent-show-bravo .container .card .info .social-links a:focus .fa-youtube-play,
#agent-show-bravo .container .card .info .social-links a:active .fa-youtube-play {
  color: #E22D24;
}
#agent-show-bravo .container .card .info .agent-form-alpha form {
  display: none;
  margin-top: 8px;
}
#agent-show-bravo .container .card .info .agent-form-alpha input {
  margin-bottom: 8px;
}
#agent-show-bravo .container .card .info .agent-form-alpha textarea {
  display: block;
  margin-bottom: 8px;
}
#agent-show-bravo .container .card .info .links {
  padding-top: 8px;
  text-align: left;
}
#agent-show-bravo .container .card .info .links a {
  cursor: pointer;
  width: 100%;
  display: block;
  text-decoration: none;
  font-size: 13px;
  color: #014785;
}
#agent-show-bravo .container .card .info .links a:focus,
#agent-show-bravo .container .card .info .links a:hover,
#agent-show-bravo .container .card .info .links a:active {
  color: #2296fd;
}
#agent-show-bravo .container .card .info .links a i {
  font-size: 19px;
  vertical-align: sub;
  margin-left: 5px;
}
@media only screen and (min-width: 640px) {
  #agent-show-bravo .container {
    padding: 12px;
  }
  #agent-show-bravo .container .card {
    position: relative;
  }
  #agent-show-bravo .container .card .image {
    width: 30%;
    height: 100%;
    overflow: hidden;
    float: left;
    position: absolute;
    border-bottom: 10px solid #fff;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
  }
  #agent-show-bravo .container .card .image img {
    width: 100%;
  }
  #agent-show-bravo .container .card .info {
    padding: 12px;
    width: 70%;
    /*height: 215px;*/
    float: right;
    padding-bottom: 59px;
    border-left: 1px solid #d1d1d1;
  }
  #agent-show-bravo .container .card .info .social-links {
    padding-top: 12px;
    padding-bottom: 15px;
  }
  #agent-show-bravo .container .card .info .social-links a {
    margin-right: 15px;
    width: auto;
  }
  #agent-show-bravo .container .card .info .links a {
    width: auto;
    display: inline-block;
  }
  #agent-show-bravo .container .card .info .agent-form-alpha form {
    margin-top: 12px;
  }
  #agent-show-bravo .container .card .info .agent-form-alpha input,
  #agent-show-bravo .container .card .info .agent-form-alpha textarea {
    margin-bottom: 12px;
  }
  #agent-show-bravo .container .card .info .agent-form-alpha fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-bravo .container .card .info .agent-form-alpha .fieldset_first_name,
  #agent-show-bravo .container .card .info .agent-form-alpha .fieldset_email_address {
    padding-right: 6px;
  }
  #agent-show-bravo .container .card .info .agent-form-alpha .fieldset_surname,
  #agent-show-bravo .container .card .info .agent-form-alpha .fieldset_mobile {
    padding-left: 6px;
  }
  #agent-show-bravo .container .card .info .agent-form-alpha .fieldset_notes,
  #agent-show-bravo .container .card .info .agent-form-alpha .fieldset_submit {
    clear: both;
    float: none;
    width: 100%;
  }
  #agent-show-bravo .container .card .info .agent-form-alpha .fieldset_submit {
    text-align: right;
  }
  #agent-show-bravo .container .card .info .agent-form-alpha .fieldset_submit input {
    display: inline-block;
    width: 25%;
    margin-bottom: 0;
  }
  #agent-show-bravo .container .card .info .links {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-top: 1px solid #d1d1d1;
    text-align: right;
    padding: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-bravo .container .card .info .links a {
    padding-left: 20px;
    padding-right: 0px;
  }
  #agent-show-bravo .container .card:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  #agent-show-bravo .container {
    padding: 20px;
  }
  #agent-show-bravo .container .card .image {
    width: 20%;
  }
  #agent-show-bravo .container .card .info {
    padding: 20px;
    width: 80%;
    padding-bottom: 67px;
  }
  #agent-show-bravo .container .card .info .social-links {
    padding-top: 20px;
    padding-bottom: 0;
  }
  #agent-show-bravo .container .card .info .agent-form-alpha form {
    margin-top: 20px;
  }
  #agent-show-bravo .container .card .info .agent-form-alpha input,
  #agent-show-bravo .container .card .info .agent-form-alpha textarea {
    margin-bottom: 10px;
  }
  #agent-show-bravo .container .card .info .agent-form-alpha .fieldset_first_name,
  #agent-show-bravo .container .card .info .agent-form-alpha .fieldset_email_address {
    padding-right: 5px;
  }
  #agent-show-bravo .container .card .info .agent-form-alpha .fieldset_surname,
  #agent-show-bravo .container .card .info .agent-form-alpha .fieldset_mobile {
    padding-left: 5px;
  }
  #agent-show-bravo .container .card .info .agent-form-alpha .fieldset_submit input {
    width: 15%;
  }
  #agent-show-bravo .container .card .info .links {
    padding: 12px 20px;
  }
}
#blog-golf .top-section .search-sort {
  margin-top: 8px;
}
#blog-golf ul {
  padding: 8px 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#blog-golf ul li {
  padding: 0 8px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#blog-golf ul .propertyListing div {
  /*border: none;*/
  /*padding-bottom: 0;*/
  /*margin-bottom: 0;*/
}
#blog-golf ul .propertyListing .button {
  /*margin-top: 0;*/
}
#blog-golf ul .propertyListing a {
  color: #014785;
}
#blog-golf ul .propertyListing a:hover {
  color: #2296fd;
}
#blog-golf ul .propertyListing .tags-wrapper em:last-child {
  display: none;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #blog-golf ul {
    padding: 12px 6px 0;
  }
  #blog-golf ul li {
    padding: 0 6px 12px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #blog-golf .top-section .search-sort {
    margin-top: 0;
    width: 150px;
    float: right;
  }
  #blog-golf .top-section .search-sort .field-go {
    height: 0;
  }
  #blog-golf .top-section h1 {
    padding-bottom: 0;
  }
  #blog-golf ul {
    padding: 20px 10px 0;
  }
  #blog-golf ul li {
    padding: 0 10px 20px;
  }
}
.blog-show-alpha {
  max-width: 1130px;
  margin: 0 auto;
  display: block;
}
.blog-show-alpha #blog-show .wrapper {
  width: 100%;
}
.blog-show-alpha #blog-show .wrapper article .top-section .right aside {
  color: #ffffff;
  font-weight: bold;
  padding: 8px 0;
  display: block;
  text-align: center;
}
.blog-show-alpha #blog-show .wrapper article .blog-image {
  margin: 8px 8px 0 8px;
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  -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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
}
.blog-show-alpha #blog-show .wrapper article .blog-image .image {
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
.blog-show-alpha #blog-show .wrapper article .blog-text {
  margin: 0 8px 8px 8px;
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  -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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 12px;
  font-size: 13px;
  line-height: 22px;
}
.blog-show-alpha #blog-show .wrapper article .blog-text h2 {
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 8px;
}
.blog-show-alpha #blog-show .wrapper article .blog-text b {
  font-weight: bold;
}
.blog-show-alpha #blog-show .wrapper article .blog-text i {
  font-style: italic;
}
.blog-show-alpha #blog-show .wrapper article .blog-text a {
  color: #014785;
}
.blog-show-alpha #blog-show .wrapper article .blog-text a:hover {
  color: #2296fd;
}
.blog-show-alpha #blog-show .wrapper article .right-content ul li a {
  color: #014785;
}
.blog-show-alpha #blog-show .wrapper article .right-content ul li a:focus,
.blog-show-alpha #blog-show .wrapper article .right-content ul li a:hover,
.blog-show-alpha #blog-show .wrapper article .right-content ul li a:active {
  color: #2296fd;
}
.blog-show-alpha #blog-show .wrapper article .right-content .download-file {
  display: none;
}
.blog-show-alpha #blog-show .wrapper article .right-content .tags-wrapper {
  margin: 0 8px 0 8px;
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  -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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 12px;
  font-size: 13px;
  line-height: 22px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blog-show-alpha #blog-show .wrapper article .right-content .tags-wrapper p {
  display: none;
}
.blog-show-alpha #blog-show .wrapper article .right-content .tags-wrapper h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
.blog-show-alpha #blog-show .wrapper article .right-content .tags {
  color: #014785;
}
.blog-show-alpha #blog-show .wrapper article .right-content .tags:hover {
  color: #2296fd;
}
.blog-show-alpha #blog-show .wrapper article .right-content .social.wrapper {
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  -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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 8px 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: none;
}
.blog-show-alpha #blog-show .wrapper article .right-content .social.wrapper h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
.blog-show-alpha #blog-show .wrapper article .right-content .social.wrapper a {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  text-align: center;
  font-size: 19.5px;
  color: #6a6a6a;
}
.blog-show-alpha #blog-show .wrapper article .right-content .social.wrapper a:hover {
  color: #2296fd;
}
.blog-show-alpha #blog-show .wrapper article .right-content .social.wrapper a.breadcrumb-back {
  display: inline;
  text-decoration: none;
}
.blog-show-alpha #blog-show .wrapper article .right-content .author-wrapper {
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  -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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 8px 8px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: none;
}
.blog-show-alpha #blog-show .wrapper article .right-content .author-wrapper em {
  display: none;
}
.blog-show-alpha #blog-show .wrapper article .right-content .author-wrapper h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
.blog-show-alpha #blog-show .wrapper article .right-content .author-wrapper .image {
  background-position: 50% 50%;
  background-size: cover;
}
.blog-show-alpha #blog-show .wrapper article .right-content .latest-articles {
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  -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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 8px 8px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: none;
}
.blog-show-alpha #blog-show .wrapper article .right-content .latest-articles h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
.blog-show-alpha #blog-show .wrapper article .right-content .latest-articles a {
  display: block;
  width: 100%;
  line-height: 25px;
  color: #014785;
}
.blog-show-alpha #blog-show .wrapper article .right-content .latest-articles a:hover {
  color: #2296fd;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  .blog-show-alpha #blog-show {
    position: relative;
  }
  .blog-show-alpha #blog-show .wrapper {
    display: inline-block;
  }
  .blog-show-alpha #blog-show .wrapper article .inner-wrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    padding: 12px;
  }
  .blog-show-alpha #blog-show .wrapper article .blog-image {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 70%;
    float: left;
    margin: 0;
    padding: 12px;
  }
  .blog-show-alpha #blog-show .wrapper article .blog-text {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 70%;
    float: left;
    margin: 0;
    padding: 12px;
    margin-bottom: 12px;
  }
  .blog-show-alpha #blog-show .wrapper article .right-content {
    width: 30%;
    position: absolute;
    top: 133px;
    right: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 24px;
  }
  .blog-show-alpha #blog-show .wrapper article .right-content div {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 10px;
  }
  .blog-show-alpha #blog-show .wrapper article .right-content .tags-wrapper {
    margin-left: 0;
    padding-top: 10px;
    margin-top: 10px;
  }
  .blog-show-alpha #blog-show .wrapper article .right-content h2:first-child {
    padding-top: 0;
  }
  .blog-show-alpha #blog-show .wrapper article .right-content .tags h2 {
    margin-bottom: 0;
  }
  .blog-show-alpha #blog-show .wrapper article .right-content .social.wrapper {
    margin-left: 0;
    display: inline-block;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
  }
  .blog-show-alpha #blog-show .wrapper article .right-content .author-wrapper {
    margin-left: 0;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
    margin-bottom: 0;
  }
  .blog-show-alpha #blog-show .wrapper article .right-content .author .image {
    display: none;
  }
  .blog-show-alpha #blog-show .wrapper article .right-content .latest-articles {
    margin-left: 0;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  .blog-show-alpha #blog-show {
    position: relative;
  }
  .blog-show-alpha #blog-show .wrapper {
    display: inline-block;
  }
  .blog-show-alpha #blog-show .wrapper article .top-section .right aside {
    float: left;
    padding: 0;
    height: 42px;
    line-height: 42px;
    text-align: left;
  }
  .blog-show-alpha #blog-show .wrapper article .inner-wrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    padding: 20px;
  }
  .blog-show-alpha #blog-show .wrapper article .blog-image {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 70%;
    float: left;
    margin: 0;
    padding: 20px;
  }
  .blog-show-alpha #blog-show .wrapper article .blog-text {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 70%;
    float: left;
    margin: 0;
    padding: 20px;
    margin-bottom: 20px;
  }
  .blog-show-alpha #blog-show .wrapper article .right-content {
    width: 30%;
    position: absolute;
    top: 163px;
    right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 30px;
  }
  .blog-show-alpha #blog-show .wrapper article .right-content div {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 10px;
  }
  .blog-show-alpha #blog-show .wrapper article .right-content .tags-wrapper {
    margin-left: 0;
    padding-top: 10px;
    margin-top: 0;
  }
  .blog-show-alpha #blog-show .wrapper article .right-content h2:first-child {
    padding-top: 0;
  }
  .blog-show-alpha #blog-show .wrapper article .right-content .tags h2 {
    margin-bottom: 0;
  }
  .blog-show-alpha #blog-show .wrapper article .right-content .social.wrapper {
    margin-left: 0;
    display: inline-block;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
  }
  .blog-show-alpha #blog-show .wrapper article .right-content .social.wrapper h2 {
    margin-bottom: 16px;
  }
  .blog-show-alpha #blog-show .wrapper article .right-content .author-wrapper {
    margin-left: 0;
  }
  .blog-show-alpha #blog-show .wrapper article .right-content .author h2 {
    margin-bottom: 12px;
  }
  .blog-show-alpha #blog-show .wrapper article .right-content .author .image {
    display: none;
  }
}
#contact-charlie {
  font-size: 13px;
  line-height: 22px;
}
#contact-charlie h2 {
  font-size: 15px;
  padding: 8px 8px 0;
  font-weight: bold;
}
#contact-charlie .container {
  padding: 0 8px 8px;
}
#contact-charlie .container .card {
  margin-top: 8px;
}
#contact-charlie .container .card .address {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 8px;
  position: static;
  width: auto;
  height: auto;
  float: none;
}
#contact-charlie .container .card .address text-wrapper {
  flex: 1;
  padding: 8px;
}
#contact-charlie .container .card .address .office-contact-details-alpha {
  position: static !important;
}
#contact-charlie .container .card .address .office-contact-details-alpha .office-name {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: bold;
}
#contact-charlie .container .card .address .office-contact-details-alpha a {
  color: inherit;
  text-decoration: none;
}
#contact-charlie .container .card .address .office-contact-details-alpha a:focus,
#contact-charlie .container .card .address .office-contact-details-alpha a:hover,
#contact-charlie .container .card .address .office-contact-details-alpha a:active {
  color: #2296fd;
}
#contact-charlie .container .card .address .item-image-alpha {
  display: none;
}
#contact-charlie .container .card.text p {
  padding: 4px 8px 8px;
}
#contact-charlie .container .card .map {
  padding: 10px;
}
#contact-charlie .container .card .map #offices-google-map-bravo {
  min-height: 200px;
}
#contact-charlie .container .card .form-title,
#contact-charlie .container .card .enquiry-form {
  padding: 8px;
}
#contact-charlie .container .card .form-title h3,
#contact-charlie .container .card .enquiry-form h3 {
  font-weight: bold;
}
#contact-charlie .container .card .form-title label,
#contact-charlie .container .card .enquiry-form label {
  padding-top: 16px;
  padding-bottom: 8px;
  display: block;
}
#contact-charlie .container .card .form-title .fieldset_subject,
#contact-charlie .container .card .enquiry-form .fieldset_subject {
  padding-bottom: 16px;
}
#contact-charlie .container .card .form-title .fieldset_subject label,
#contact-charlie .container .card .enquiry-form .fieldset_subject label {
  padding-top: 0;
}
#contact-charlie .container .card .form-title .fieldset_first_name,
#contact-charlie .container .card .enquiry-form .fieldset_first_name {
  clear: both;
}
#contact-charlie .container .card .form-title textarea,
#contact-charlie .container .card .enquiry-form textarea {
  display: block;
}
#contact-charlie .container .card .form-title input[type=submit],
#contact-charlie .container .card .enquiry-form input[type=submit] {
  margin-top: 8px;
}
#contact-charlie .container .card .form-title .fieldset_captcha,
#contact-charlie .container .card .enquiry-form .fieldset_captcha {
  margin-top: 8px;
}
@media only print, only screen and (min-width: 640px) {
  #contact-charlie h2 {
    padding: 12px 12px 0;
  }
  #contact-charlie .container {
    padding: 0 12px 12px;
  }
  #contact-charlie .container .card {
    margin-top: 12px;
    position: relative;
  }
  #contact-charlie .container .card .text-wrapper {
    flex: 3;
    padding: 12px;
  }
  #contact-charlie .container .card .address {
    padding: 0;
    flex-direction: row;
    position: static !important;
  }
  #contact-charlie .container .card .address .office-contact-details-alpha .office-name {
    margin-bottom: 6px;
  }
  #contact-charlie .container .card .address .item-image-alpha {
    display: block;
    flex: 1;
    position: static !important;
  }
  #contact-charlie .container .card .address .item-image-alpha img {
    width: 100% !important;
    float: none !important;
  }
  #contact-charlie .container .card .address .item-image-alpha span {
    display: none;
  }
  #contact-charlie .container .card .map {
    flex: 3;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left: 1px solid #d1d1d1;
    color: red;
  }
  #contact-charlie .container .card .map #offices-google-map-bravo {
    min-height: 400px;
  }
  #contact-charlie .container .card .form-title {
    padding: 12px;
    width: 25%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-charlie .container .card .enquiry-form {
    padding: 12px 6px;
    width: 75%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left: 1px solid #d1d1d1;
  }
  #contact-charlie .container .card .enquiry-form h3 {
    font-weight: normal;
  }
  #contact-charlie .container .card .enquiry-form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 6px;
  }
  #contact-charlie .container .card .enquiry-form fieldset label {
    padding-top: 12px;
    padding-bottom: 6px;
  }
  #contact-charlie .container .card .enquiry-form .fieldset_first_name label,
  #contact-charlie .container .card .enquiry-form .fieldset_surname label {
    padding-top: 0px;
  }
  #contact-charlie .container .card .enquiry-form .fieldset_notes {
    clear: both;
    width: 100%;
    float: none;
  }
  #contact-charlie .container .card .enquiry-form .fieldset_submit {
    width: 100%;
    float: none;
  }
  #contact-charlie .container .card .enquiry-form .fieldset_submit input[type=submit] {
    width: 100px;
    float: right;
    margin-top: 12px;
  }
  #contact-charlie .container .card:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #contact-charlie .container .card.text p {
    padding: 6px 12px 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  #contact-charlie h2 {
    padding: 20px 20px 0;
  }
  #contact-charlie .container {
    padding: 0 20px 20px;
  }
  #contact-charlie .container .card {
    margin-top: 20px;
  }
  #contact-charlie .container .card .address {
    padding: 0;
    width: 100%;
    float: none;
  }
  #contact-charlie .container .card .address .text-wrapper {
    padding: 20px;
  }
  #contact-charlie .container .card .address .office-contact-details-alpha .office-name {
    margin-bottom: 10px;
  }
  #contact-charlie .container .card .address .office-contact-details-alpha-licence {
    display: none;
  }
  #contact-charlie .container .card .map {
    border-left: 1px solid #d1d1d1;
  }
  #contact-charlie .container .card .form-title {
    padding: 20px;
  }
  #contact-charlie .container .card .enquiry-form {
    padding: 20px 10px;
  }
  #contact-charlie .container .card .enquiry-form fieldset {
    padding: 0 10px;
  }
  #contact-charlie .container .card .enquiry-form fieldset label {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #contact-charlie .container .card .enquiry-form .fieldset_submit input[type=submit] {
    margin-top: 20px;
  }
  #contact-charlie .container .card .enquiry-form .fieldset_captcha {
    margin-top: 20px;
  }
  #contact-charlie .container .card.text p {
    padding: 10px 20px 20px;
  }
}
#item-echo a,
#items-delta a {
  color: #014785;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#item-echo a:hover,
#items-delta a:hover {
  color: #0270d1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#item-echo a.default-btn,
#items-delta a.default-btn {
  color: white;
}
#item-echo .container,
#items-delta .container {
  padding: 0 8px 8px;
}
#item-echo .container article,
#items-delta .container article {
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  -moz-box-sizing: border-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);
  -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;
  margin-top: 8px;
}
#item-echo .container article .images img,
#items-delta .container article .images img {
  width: 100%;
}
#item-echo .container article .text,
#items-delta .container article .text {
  padding: 8px;
  font-size: 13px;
  line-height: 22px;
}
#item-echo .container article .text h2,
#items-delta .container article .text h2 {
  font-weight: bold;
  margin-bottom: 4px;
}
#item-echo .container article .text .default-btn,
#items-delta .container article .text .default-btn {
  margin-top: 8px;
}
@media only screen and (min-width: 640px) {
  #item-echo .container,
  #items-delta .container {
    padding: 0 12px 12px;
  }
  #item-echo .container article,
  #items-delta .container article {
    background-color: #fff;
    color: #6a6a6a;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    -moz-box-sizing: border-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);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    margin-top: 12px;
  }
  #item-echo .container article .images,
  #items-delta .container article .images {
    width: 30%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
  }
  #item-echo .container article .images img,
  #items-delta .container article .images img {
    width: 100%;
  }
  #item-echo .container article .images:after,
  #items-delta .container article .images:after {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -1px;
    background-color: #d1d1d1;
  }
  #item-echo .container article .text,
  #items-delta .container article .text {
    padding: 12px;
    width: 70%;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
  }
  #item-echo .container article .text h2,
  #items-delta .container article .text h2 {
    font-weight: bold;
    margin-bottom: 6px;
  }
  #item-echo .container article .text:before,
  #items-delta .container article .text:before {
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #d1d1d1;
  }
  #item-echo .container article .text .default-btn,
  #items-delta .container article .text .default-btn {
    margin-top: 12px;
    width: auto;
    display: inline-block;
    padding: 0 15px;
  }
  #item-echo .container article .text .default-btn i,
  #items-delta .container article .text .default-btn i {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 980px) {
  #item-echo .container,
  #items-delta .container {
    padding: 0 20px 20px;
  }
  #item-echo .container article,
  #items-delta .container article {
    background-color: #fff;
    color: #6a6a6a;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    -moz-box-sizing: border-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);
    -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-top: 20px;
  }
  #item-echo .container article .text,
  #items-delta .container article .text {
    padding: 20px;
  }
  #item-echo .container article .text h2,
  #items-delta .container article .text h2 {
    margin-bottom: 10px;
  }
  #item-echo .container article .text .default-btn,
  #items-delta .container article .text .default-btn {
    margin-top: 20px;
  }
}
#listing-show-delta {
  padding-bottom: 8px;
}
#listing-show-delta #listing-property-id {
  display: none;
  margin-top: 15px;
}
#listing-show-delta .tenancy-application-btn {
  color: white !important;
  margin-top: 8px;
}
#listing-show-delta .top-wrapper {
  position: relative;
}
#listing-show-delta .top-wrapper .listing-overlay {
  position: absolute;
  bottom: 20px;
  left: 10px;
  background-color: rgba(1, 71, 133, 0.5);
  z-index: 70;
  font-size: 14px;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer;
}
#listing-show-delta .top-wrapper .listing-overlay:hover {
  background-color: #014785;
}
#listing-show-delta .top-wrapper .listing-overlay i {
  padding-right: 10px;
  font-size: 18px;
}
#listing-show-delta .top-wrapper .listing-overlay.two {
  bottom: 70px;
}
#listing-show-delta .info {
  padding: 8px 8px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-delta .info .card {
  position: relative;
}
#listing-show-delta .info .card .placeholder {
  padding: 10px;
}
#listing-show-delta .info .card .placeholder div {
  /*height: 0px;
					padding-bottom: 60%;
	  				overflow: hidden;
	  				background: url(/assets/layout/_global/images/image-placeholder.png) 50% 50% no-repeat;
	  				background-size: cover;*/
}
#listing-show-delta .info .card .bx-wrapper {
  padding: 10px;
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
  border-bottom: 10px solid #fff;
}
#listing-show-delta .info .card .description {
  border-top: 1px solid #d1d1d1;
  padding: 8px 8px 12px;
  font-size: 13px;
  line-height: 22px;
}
#listing-show-delta .info .card .description h2 {
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 8px;
}
#listing-show-delta .info .card .description a {
  text-decoration: none;
  color: #014785;
}
#listing-show-delta .info .card .description a:focus,
#listing-show-delta .info .card .description a:hover,
#listing-show-delta .info .card .description a:active {
  color: #2296fd;
}
#listing-show-delta .info .card .description b {
  font-weight: bold;
}
#listing-show-delta .info .card .description ul {
  margin-top: 8px;
}
#listing-show-delta .info .card .description ul li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 28px;
}
#listing-show-delta .info .card.enquiry {
  margin-top: 8px;
}
#listing-show-delta .info .card.enquiry h2 {
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
  padding: 8px 8px 0;
}
#listing-show-delta .info .card #enquiry-form {
  padding: 8px 8px 0;
}
#listing-show-delta .info .card #enquiry-form form {
  /*display: none;*/
}
#listing-show-delta .info .card #enquiry-form input {
  margin-bottom: 8px;
}
#listing-show-delta .tools {
  padding: 8px 8px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-delta .tools .linkset,
#listing-show-delta .tools .linkset-tools {
  padding: 8px;
  border-bottom: 1px solid #d1d1d1;
  font-size: 13px;
  line-height: 22px;
}
#listing-show-delta .tools .linkset h3,
#listing-show-delta .tools .linkset-tools h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
#listing-show-delta .tools .linkset h3:not(:first-child),
#listing-show-delta .tools .linkset-tools h3:not(:first-child) {
  margin-top: 10px;
}
#listing-show-delta .tools .linkset a,
#listing-show-delta .tools .linkset-tools a {
  display: block;
  text-decoration: none;
  color: inherit;
}
#listing-show-delta .tools .linkset a:focus,
#listing-show-delta .tools .linkset-tools a:focus,
#listing-show-delta .tools .linkset a:hover,
#listing-show-delta .tools .linkset-tools a:hover,
#listing-show-delta .tools .linkset a:active,
#listing-show-delta .tools .linkset-tools a:active {
  color: #2296fd;
}
#listing-show-delta .tools .linkset .default-btn,
#listing-show-delta .tools .linkset-tools .default-btn,
#listing-show-delta .tools .linkset .one-form-btn,
#listing-show-delta .tools .linkset-tools .one-form-btn {
  color: white;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-top: 15px;
}
#listing-show-delta .tools .linkset .default-btn:focus,
#listing-show-delta .tools .linkset-tools .default-btn:focus,
#listing-show-delta .tools .linkset .one-form-btn:focus,
#listing-show-delta .tools .linkset-tools .one-form-btn:focus,
#listing-show-delta .tools .linkset .default-btn:hover,
#listing-show-delta .tools .linkset-tools .default-btn:hover,
#listing-show-delta .tools .linkset .one-form-btn:hover,
#listing-show-delta .tools .linkset-tools .one-form-btn:hover,
#listing-show-delta .tools .linkset .default-btn:active,
#listing-show-delta .tools .linkset-tools .default-btn:active,
#listing-show-delta .tools .linkset .one-form-btn:active,
#listing-show-delta .tools .linkset-tools .one-form-btn:active {
  color: white;
}
#listing-show-delta .tools .linkset span,
#listing-show-delta .tools .linkset-tools span {
  display: block;
}
#listing-show-delta .tools .linkset i,
#listing-show-delta .tools .linkset-tools i {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  text-align: center;
  font-size: 19.5px;
}
#listing-show-delta .tools .linkset .apply-now,
#listing-show-delta .tools .linkset-tools .apply-now {
  color: white;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-top: 15px;
}
#listing-show-delta .tools .linkset .apply-now:focus,
#listing-show-delta .tools .linkset-tools .apply-now:focus,
#listing-show-delta .tools .linkset .apply-now:hover,
#listing-show-delta .tools .linkset-tools .apply-now:hover,
#listing-show-delta .tools .linkset .apply-now:active,
#listing-show-delta .tools .linkset-tools .apply-now:active {
  color: white;
}
#listing-show-delta .tools .linkset .apply-now span,
#listing-show-delta .tools .linkset-tools .apply-now span {
  display: none;
}
#listing-show-delta .tools .linkset-tools {
  line-height: 30px;
}
#listing-show-delta .tools #emailAFriendFormDiv input {
  margin-bottom: 10px;
}
#listing-show-delta .tools .map {
  padding: 10px;
}
#listing-show-delta .staff {
  padding: 8px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-delta .staff .staff-member {
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  -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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-delta .staff .staff-member a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: 13px;
  line-height: 22px;
}
#listing-show-delta .staff .staff-member a:focus,
#listing-show-delta .staff .staff-member a:hover,
#listing-show-delta .staff .staff-member a:active {
  color: #2296fd;
}
#listing-show-delta .staff .staff-member .name {
  font-size: 15px;
  font-weight: bold;
}
#listing-show-delta .staff .staff-member .email {
  position: absolute;
  bottom: 8px;
  left: 8px;
  color: #014785;
}
#listing-show-delta .staff .staff-member .staff-image {
  float: right;
  text-align: right;
  height: 115px;
  max-width: 115px;
  overflow: hidden;
}
#listing-show-delta .staff .staff-member .staff-image img {
  height: 115px;
}
#listing-show-delta .staff .staff-member:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#listing-show-delta .opens {
  margin: 8px 0 0;
  padding: 8px;
  width: auto;
  height: auto;
  line-height: initial;
}
#listing-show-delta .opens h2 {
  font-size: 17px;
  line-height: 26px;
  padding: 0 0 8px;
  font-weight: bold;
}
@media only screen and (min-width: 640px) {
  #listing-show-delta {
    padding-bottom: 12px;
  }
  #listing-show-delta .tenancy-application-btn {
    margin-top: 12px;
  }
  #listing-show-delta .info {
    padding: 12px 0 0 12px;
  }
  #listing-show-delta .info .card .description {
    padding: 12px 12px 18px;
  }
  #listing-show-delta .info .card .description ul {
    margin-top: 6px;
  }
  #listing-show-delta .info .card .description ul li {
    margin-left: 32px;
  }
  #listing-show-delta .info .card.enquiry {
    margin-top: 12px;
  }
  #listing-show-delta .info .card.enquiry h2 {
    padding: 12px 12px 0;
  }
  #listing-show-delta .info .card #enquiry-form {
    padding: 12px 12px 0;
  }
  #listing-show-delta .info .card #enquiry-form h2 {
    margin-top: 12px;
  }
  #listing-show-delta .info .card #enquiry-form fieldset {
    width: 50%;
    padding-right: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
  }
  #listing-show-delta .info .card #enquiry-form .fieldset_surname,
  #listing-show-delta .info .card #enquiry-form .fieldset_mobile,
  #listing-show-delta .info .card #enquiry-form .fieldset_submit {
    padding-right: 0px;
  }
  #listing-show-delta .info .card #enquiry-form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-delta .info .card #enquiry-form input {
    margin-bottom: 12px;
  }
  #listing-show-delta .tools {
    float: right;
    padding: 12px 12px 0;
  }
  #listing-show-delta .tools .linkset,
  #listing-show-delta .tools .linkset-tools {
    padding: 12px;
  }
  #listing-show-delta .staff {
    padding: 12px 0 0;
  }
  #listing-show-delta .staff .left,
  #listing-show-delta .staff .right {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    float: left;
  }
  #listing-show-delta .staff .left {
    padding-right: 6px;
  }
  #listing-show-delta .staff .right {
    padding-left: 6px;
  }
  #listing-show-delta .staff .single {
    padding: 0;
    width: 100%;
  }
  #listing-show-delta .staff .staff-member {
    padding: 12px;
  }
  #listing-show-delta .staff .staff-member .email {
    bottom: 12px;
    left: 12px;
  }
  #listing-show-delta .staff:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-delta .opens {
    margin: 12px 0 0;
    padding: 12px;
  }
  #listing-show-delta .opens h2 {
    padding: 0 0 12px;
  }
}
@media only screen and (min-width: 980px) {
  #listing-show-delta {
    padding-bottom: 20px;
  }
  #listing-show-delta .tenancy-application-btn {
    margin-top: 20px;
  }
  #listing-show-delta h1 {
    padding: 0;
  }
  #listing-show-delta .info {
    padding: 20px 0 0 20px;
  }
  #listing-show-delta .info .card .description {
    padding: 20px 20px 30px;
  }
  #listing-show-delta .info .card .description ul {
    margin-top: 10px;
  }
  #listing-show-delta .info .card .description ul li {
    margin-left: 40px;
  }
  #listing-show-delta .info .card.enquiry {
    margin-top: 20px;
  }
  #listing-show-delta .info .card.enquiry h2 {
    padding: 20px 20px 0;
  }
  #listing-show-delta .info .card #enquiry-form {
    padding: 20px 20px 0;
  }
  #listing-show-delta .info .card #enquiry-form fieldset {
    /*width: 33.33%;*/
    padding-right: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
  }
  #listing-show-delta .info .card #enquiry-form .fieldset_surname,
  #listing-show-delta .info .card #enquiry-form .fieldset_mobile {
    padding-left: 10px;
  }
  #listing-show-delta .info .card #enquiry-form .fieldset_notes {
    width: 100%;
    padding: 0;
  }
  #listing-show-delta .info .card #enquiry-form .fieldset_submit {
    width: 25%;
    float: right;
  }
  #listing-show-delta .info .card #enquiry-form input {
    margin-bottom: 20px;
  }
  #listing-show-delta .tools {
    padding: 20px 20px 0;
  }
  #listing-show-delta .tools .linkset,
  #listing-show-delta .tools .linkset-tools {
    padding: 20px;
  }
  #listing-show-delta .staff {
    padding: 20px 0 0;
  }
  #listing-show-delta .staff .left {
    padding-right: 10px;
  }
  #listing-show-delta .staff .right {
    padding-left: 10px;
  }
  #listing-show-delta .staff .single {
    padding: 0;
    width: 100%;
  }
  #listing-show-delta .staff .staff-member {
    width: 100%;
    float: left;
    padding: 20px;
    border-left: 1px solid #d1d1d1;
  }
  #listing-show-delta .staff .staff-member .email {
    bottom: 20px;
    left: 20px;
  }
  #listing-show-delta .opens {
    margin: 20px 0 0;
    padding: 20px;
  }
  #listing-show-delta .opens h2 {
    padding: 0 0 20px;
  }
}
#maintenance-request-page h1 {
  max-width: 1130px;
  margin: 0 auto;
  color: #fff;
  background-color: #014785;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
#maintenance-request-page #maintenance-request-wrapper {
  padding: 0 8px 8px;
}
#maintenance-request-page #maintenance-request-wrapper form {
  padding: 8px;
  background: white;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  -moz-box-sizing: border-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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#maintenance-request-page #maintenance-request-wrapper form fieldset {
  padding-bottom: 8px;
}
#maintenance-request-page #maintenance-request-wrapper form fieldset input,
#maintenance-request-page #maintenance-request-wrapper form fieldset select,
#maintenance-request-page #maintenance-request-wrapper form fieldset textarea {
  margin-top: 5px;
}
#maintenance-request-page #maintenance-request-wrapper form:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #maintenance-request-page h1 {
    font-size: 32px;
    line-height: 40px;
  }
  #maintenance-request-page #maintenance-request-wrapper {
    padding: 0 12px 12px;
  }
  #maintenance-request-page #maintenance-request-wrapper form {
    padding: 12px;
  }
  #maintenance-request-page #maintenance-request-wrapper form input[type=submit] {
    width: 100px;
  }
  #maintenance-request-page #maintenance-request-wrapper #w-form .fieldset_state select {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #maintenance-request-page h1 {
    padding: 20px 20px 40px;
  }
  #maintenance-request-page #maintenance-request-wrapper {
    padding: 0 20px 20px;
  }
  #maintenance-request-page #maintenance-request-wrapper form {
    padding: 20px;
  }
}
.offices-alpha ul {
  padding: 8px 8px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.offices-alpha ul li {
  padding-bottom: 8px;
}
.offices-alpha ul li .officeListing {
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  -moz-box-sizing: border-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);
  -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;
  font-size: 13px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
}
.offices-alpha ul li .officeListing .image {
  border-right: none !important;
}
.offices-alpha ul li .officeListing .image img {
  display: block;
}
.offices-alpha ul li .officeListing .info {
  display: flex;
  flex-flow: column wrap;
}
.offices-alpha ul li .officeListing .text-wrapper {
  display: flex;
  flex: 2;
  flex-direction: column;
}
.offices-alpha ul li .officeListing .text-wrapper .info-wrapper {
  padding: 8px 0;
  flex-grow: 1;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
}
.offices-alpha ul li .officeListing .text-wrapper .info-wrapper .office-name {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  padding: 0 8px;
  margin: 0;
}
.offices-alpha ul li .officeListing .text-wrapper .info-wrapper span {
  display: block;
  padding: 0 8px;
}
.offices-alpha ul li .officeListing .text-wrapper .info-wrapper span.address {
  padding: 8px;
}
.offices-alpha ul li .officeListing .text-wrapper .info-wrapper span.phone a,
.offices-alpha ul li .officeListing .text-wrapper .info-wrapper span.email a {
  color: #014785;
  text-decoration: none;
}
.offices-alpha ul li .officeListing .text-wrapper .info-wrapper span.phone a:hover,
.offices-alpha ul li .officeListing .text-wrapper .info-wrapper span.email a:hover {
  color: #2296fd;
}
.offices-alpha ul li .officeListing .text-wrapper .cta-wrapper {
  display: flex;
  justify-content: flex-end;
  flex: 0 1 50px;
  border-left: 1px solid #d1d1d1;
}
.offices-alpha ul li .officeListing .text-wrapper .button {
  margin: 0 20px 0 0;
  padding: 0;
  text-decoration: none;
  display: block;
  line-height: 50px;
  color: #014785;
  width: auto;
  position: static;
  border: none;
}
.offices-alpha ul li .officeListing .text-wrapper .button:focus,
.offices-alpha ul li .officeListing .text-wrapper .button:hover,
.offices-alpha ul li .officeListing .text-wrapper .button:active {
  color: #2296fd;
}
.offices-alpha ul li .officeListing .text-wrapper .button i {
  font-size: 19px;
  vertical-align: sub;
  margin-left: 5px;
}
@media only print, only screen and (min-width: 640px) {
  .offices-alpha ul {
    padding: 12px 12px 0;
  }
  .offices-alpha ul li {
    padding-bottom: 12px;
  }
  .offices-alpha ul li .officeListing {
    position: relative;
    flex-direction: row;
  }
  .offices-alpha ul li .officeListing .image-wrapper {
    flex: 1;
  }
  .offices-alpha ul li .officeListing .image {
    padding: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-right: 1px solid #d1d1d1;
    width: auto !important;
  }
  .offices-alpha ul li .officeListing .info {
    flex: 3;
  }
  .offices-alpha ul li .officeListing .text-wrapper {
    padding: 0;
  }
  .offices-alpha ul li .officeListing .text-wrapper .info-wrapper {
    padding: 12px;
  }
  .offices-alpha ul li .officeListing .text-wrapper .info-wrapper .office-name {
    width: auto;
    font-weight: bold;
    border: 0;
    line-height: 22px;
    padding: 0;
  }
  .offices-alpha ul li .officeListing .text-wrapper .info-wrapper span {
    overflow: hidden;
    padding: 0;
  }
  .offices-alpha ul li .officeListing .text-wrapper .info-wrapper span.address {
    padding: 8px 0;
  }
  .offices-alpha ul li .officeListing .button {
    margin: 0 20px 0 0;
  }
}
@media only print, only screen and (min-width: 980px) {
  .offices-alpha ul {
    padding: 20px 20px 0;
  }
  .offices-alpha ul li {
    padding-bottom: 20px;
  }
  .offices-alpha ul li .officeListing .image {
    padding: 20px;
  }
  .offices-alpha ul li .officeListing .text-wrapper {
    padding: 0;
  }
  .offices-alpha ul li .officeListing .text-wrapper .info-wrapper {
    padding: 20px;
  }
}
#opens-delta .container,
#auctions-charlie .container {
  padding: 8px;
}
#opens-delta .container h2,
#auctions-charlie .container h2 {
  padding: 8px 0;
  font-weight: bold;
  font-size: 15px;
}
#opens-delta .container ul,
#auctions-charlie .container ul {
  margin-bottom: 8px;
}
#opens-delta .container ul li a,
#auctions-charlie .container ul li a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 8px;
  line-height: 22px;
}
#opens-delta .container ul li a:focus,
#auctions-charlie .container ul li a:focus,
#opens-delta .container ul li a:hover,
#auctions-charlie .container ul li a:hover,
#opens-delta .container ul li a:active,
#auctions-charlie .container ul li a:active {
  color: #2296fd;
}
#opens-delta .container ul li a b,
#auctions-charlie .container ul li a b {
  font-weight: bold;
  float: left;
}
#opens-delta .container ul li a em,
#auctions-charlie .container ul li a em {
  display: block;
  padding-bottom: 0;
  float: right;
}
#opens-delta .container ul li a .price,
#auctions-charlie .container ul li a .price {
  clear: left;
  float: left;
}
#opens-delta .container ul li a .bbc,
#auctions-charlie .container ul li a .bbc {
  clear: right;
  float: right;
  padding-bottom: 4px;
}
#opens-delta .container ul li a input,
#auctions-charlie .container ul li a input {
  display: none;
  width: 15px;
  height: 15px;
}
#opens-delta .container ul li a span,
#auctions-charlie .container ul li a span {
  clear: both;
  margin: 0 0 8px;
}
@media only screen and (min-width: 640px) {
  #opens-delta .container,
  #auctions-charlie .container {
    padding: 12px;
  }
  #opens-delta .container h2,
  #auctions-charlie .container h2 {
    padding: 12px 0;
  }
  #opens-delta .container ul,
  #auctions-charlie .container ul {
    margin-bottom: 12px;
  }
  #opens-delta .container ul li a,
  #auctions-charlie .container ul li a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 0 12px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #d1d1d1;
    overflow: hidden;
  }
  #opens-delta .container ul li a:focus,
  #auctions-charlie .container ul li a:focus,
  #opens-delta .container ul li a:hover,
  #auctions-charlie .container ul li a:hover,
  #opens-delta .container ul li a:active,
  #auctions-charlie .container ul li a:active {
    color: #2296fd;
  }
  #opens-delta .container ul li a b,
  #auctions-charlie .container ul li a b {
    font-weight: normal;
    display: inline-block;
    float: left;
    width: 25%;
  }
  #opens-delta .container ul li a em,
  #auctions-charlie .container ul li a em {
    display: inline-block;
    padding-bottom: 0;
    float: left;
    clear: none;
    width: 35%;
  }
  #opens-delta .container ul li a .price,
  #auctions-charlie .container ul li a .price {
    display: none;
    clear: none;
  }
  #opens-delta .container ul li a .bbc,
  #auctions-charlie .container ul li a .bbc {
    clear: none;
    float: left;
  }
  #opens-delta .container ul li a span,
  #auctions-charlie .container ul li a span {
    float: right;
    width: auto;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    margin-top: 6px;
    clear: none;
  }
  #opens-delta .container ul li a:after,
  #auctions-charlie .container ul li a:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  #opens-delta .container,
  #auctions-charlie .container {
    padding: 20px;
  }
  #opens-delta .container h2,
  #auctions-charlie .container h2 {
    padding: 20px 0;
  }
  #opens-delta .container h2 span,
  #auctions-charlie .container h2 span {
    padding-left: 73%;
    font-weight: normal;
  }
  #opens-delta .container ul,
  #auctions-charlie .container ul {
    margin-bottom: 20px;
  }
  #opens-delta .container ul li a,
  #auctions-charlie .container ul li a {
    padding: 0 20px;
    border-bottom: 1px solid #d1d1d1;
  }
  #opens-delta .container ul li a:focus,
  #auctions-charlie .container ul li a:focus,
  #opens-delta .container ul li a:hover,
  #auctions-charlie .container ul li a:hover,
  #opens-delta .container ul li a:active,
  #auctions-charlie .container ul li a:active {
    color: #2296fd;
  }
  #opens-delta .container ul li a b,
  #auctions-charlie .container ul li a b {
    font-weight: normal;
    display: inline-block;
    float: left;
    width: 15%;
  }
  #opens-delta .container ul li a em,
  #auctions-charlie .container ul li a em {
    display: inline-block;
    padding-bottom: 0;
    float: left;
    width: 30%;
  }
  #opens-delta .container ul li a .price,
  #auctions-charlie .container ul li a .price {
    width: 25%;
    float: left;
    display: block;
  }
  #opens-delta .container ul li a .bbc,
  #auctions-charlie .container ul li a .bbc {
    width: 15%;
  }
  #opens-delta .container ul li a span,
  #auctions-charlie .container ul li a span {
    float: right;
    width: auto;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    margin-top: 6px;
  }
  #opens-delta .container ul li a input,
  #auctions-charlie .container ul li a input {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
    margin-left: 5%;
  }
  #opens-delta .container ul li a:after,
  #auctions-charlie .container ul li a:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
#place-show-bravo {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  padding: 0 0 8px 0;
  max-width: 1130px;
  margin: 0 auto;
  background-color: #f1f1f1;
}
#place-show-bravo #item-image-slideshow-bravo {
  margin: 8px 8px 0 8px;
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  -moz-box-sizing: border-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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#place-show-bravo #item-image-slideshow-bravo .bx-wrapper {
  padding: 10px 10px 0px 10px;
  overflow: hidden;
  border-bottom: 10px solid #ffffff;
}
#place-show-bravo #item-image-slideshow-bravo ul li {
  height: 0px;
  padding-bottom: 20%;
  background-size: cover;
  background-position: 50% 50%;
}
#place-show-bravo #item-image-slideshow-bravo .bx-controls {
  display: none;
}
#place-show-bravo .overlay {
  display: none;
}
#place-show-bravo .container .left {
  margin: 0 8px 8px 8px;
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  -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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 12px;
  font-size: 13px;
  line-height: 22px;
}
#place-show-bravo .container .left h1 {
  display: none;
}
#place-show-bravo .container .left .position {
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 8px;
  width: 100%;
  display: block;
}
#place-show-bravo .container .right {
  display: none;
  margin: 0 8px 0 8px;
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  -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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 12px;
  font-size: 13px;
  line-height: 22px;
}
#place-show-bravo .container .right p {
  display: none;
}
#place-show-bravo .container .right h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
#place-show-bravo .container .right a {
  color: #014785;
}
#place-show-bravo .container .right a:focus,
#place-show-bravo .container .right a:hover,
#place-show-bravo .container .right a:active {
  color: #2296fd;
}
#place-show-bravo .container .right .social-links {
  display: none;
}
#place-show-bravo .bottom {
  margin: 0 8px 8px 8px;
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  -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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 12px;
}
#place-show-bravo .bottom h1 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
#place-show-bravo .bottom a {
  line-height: 20px;
  color: #014785;
  display: block;
  width: 100%;
  text-align: left;
}
#place-show-bravo .bottom a:focus,
#place-show-bravo .bottom a:hover,
#place-show-bravo .bottom a:active {
  color: #2296fd;
}
#place-show-bravo .bottom a h4 {
  display: none;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #place-show-bravo {
    display: inline-block;
    width: 100%;
  }
  #place-show-bravo .bx-wrapper {
    padding: 0 !important;
  }
  #place-show-bravo #item-image-slideshow-bravo {
    margin: 12px 12px 0 12px;
    padding: 12px 12px 0 12px;
  }
  #place-show-bravo .container .left {
    padding: 12px 12px 18px;
    margin: 0 12px 12px 12px;
  }
  #place-show-bravo .bottom {
    margin: 0 12px 6px 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #place-show-bravo {
    display: block;
  }
  #place-show-bravo #item-image-slideshow-bravo {
    margin: 20px 20px 0 20px;
    padding: 20px 20px 10px 20px;
  }
  #place-show-bravo .container .left {
    padding: 20px 20px 30px;
    margin: 0 20px 20px 20px;
  }
  #place-show-bravo .bottom {
    margin: 0 20px 20px 20px;
  }
}
#suburb-profile-show-alpha {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  padding: 0 0 8px 0;
}
#suburb-profile-show-alpha .gallery-slideshow {
  margin: 8px 8px 0 8px;
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  -moz-box-sizing: border-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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#suburb-profile-show-alpha .gallery-slideshow .bx-wrapper {
  padding: 10px;
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
  border-bottom: 10px solid #ffffff;
}
#suburb-profile-show-alpha .gallery-slideshow ul li img {
  width: 100%;
}
#suburb-profile-show-alpha .top-content {
  margin: 0 8px 8px 8px;
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  -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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 12px;
  font-size: 13px;
  line-height: 22px;
}
#suburb-profile-show-alpha .top-content h2 {
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 8px;
}
#suburb-profile-show-alpha .left-content {
  margin: 0 8px 0 8px;
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  -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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 12px;
  font-size: 13px;
  line-height: 22px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#suburb-profile-show-alpha .left-content p {
  display: none;
}
#suburb-profile-show-alpha .left-content h2 {
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 8px;
}
#suburb-profile-show-alpha .left-content ul li a {
  color: #014785;
}
#suburb-profile-show-alpha .left-content ul li a:focus,
#suburb-profile-show-alpha .left-content ul li a:hover,
#suburb-profile-show-alpha .left-content ul li a:active {
  color: #2296fd;
}
#suburb-profile-show-alpha .right-content {
  margin: 0 8px 0 8px;
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  -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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 12px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: none;
}
#suburb-profile-show-alpha .right-content h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
#suburb-profile-show-alpha .right-content .second-heading {
  margin-top: 8px;
}
#suburb-profile-show-alpha .right-content a {
  line-height: 20px;
  color: #014785;
  display: block;
  width: 100%;
  text-align: left;
}
#suburb-profile-show-alpha .right-content a:focus,
#suburb-profile-show-alpha .right-content a:hover,
#suburb-profile-show-alpha .right-content a:active {
  color: #2296fd;
}
#suburb-profile-show-alpha .right-content .mb-link-heading,
#suburb-profile-show-alpha .right-content .mb-link {
  display: none;
}
#suburb-profile-show-alpha .social-header-links {
  display: none;
}
#suburb-profile-show-alpha .map-wrapper {
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  -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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 8px 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: none;
}
#suburb-profile-show-alpha .map-wrapper #map_canvas {
  height: 430px;
}
#global-site-links {
  clear: both;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profile-show-alpha {
    display: inline-block;
    width: 100%;
  }
  #suburb-profile-show-alpha .left-wrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    width: 70%;
  }
  #suburb-profile-show-alpha .bx-wrapper {
    padding: 12px 12px 60% 12px !important;
    border-bottom: 12px solid #ffffff;
  }
  #suburb-profile-show-alpha .right-wrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    width: 30%;
  }
  #suburb-profile-show-alpha .gallery-slideshow {
    margin: 12px 12px 0 12px;
    padding: 0;
  }
  #suburb-profile-show-alpha .top-content {
    padding: 12px 12px 18px;
    margin: 0 12px 0 12px;
  }
  #suburb-profile-show-alpha .left-content {
    margin: 12px 12px 0 0;
  }
  #suburb-profile-show-alpha .right-content {
    margin: 0 12px 0 0;
  }
  #suburb-profile-show-alpha .map-wrapper {
    margin: 0 12px 6px 0;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profile-show-alpha {
    display: table;
    max-width: 1130px;
    margin: 0 auto;
  }
  #suburb-profile-show-alpha .left-wrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    width: 70%;
  }
  #suburb-profile-show-alpha .right-wrapper {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    width: 30%;
  }
  #suburb-profile-show-alpha .gallery-slideshow {
    margin: 20px 20px 0 20px;
  }
  #suburb-profile-show-alpha .gallery-slideshow .bx-wrapper {
    padding: 20px 20px 60% 20px !important;
    border-bottom: 20px solid #ffffff;
  }
  #suburb-profile-show-alpha .top-content {
    padding: 20px 20px 30px;
    margin: 0 20px 0 20px;
  }
  #suburb-profile-show-alpha .left-content {
    margin: 20px 20px 0 0;
  }
  #suburb-profile-show-alpha .right-content {
    margin: 0 20px 0 0;
  }
  #suburb-profile-show-alpha .map-wrapper {
    margin: 0 20px 20px 0;
  }
}
#suburb-profiles-alpha ul {
  padding: 8px 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#suburb-profiles-alpha ul li {
  padding: 0 8px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#suburb-profiles-alpha ul .propertyListing div {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#suburb-profiles-alpha ul .propertyListing .button {
  margin-top: 0;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profiles-alpha ul {
    padding: 12px 6px 0;
  }
  #suburb-profiles-alpha ul li {
    padding: 0 6px 12px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profiles-alpha .top-section h1 {
    padding-bottom: 0;
  }
  #suburb-profiles-alpha ul {
    padding: 20px 10px 0;
  }
  #suburb-profiles-alpha ul li {
    padding: 0 10px 20px;
  }
}
/* Sneak Preview Banners */
.sneak-preview {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  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;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.sneak-preview:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #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: 20px;
    right: 20px;
  }
  .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: 20px;
    right: 20px;
  }
  .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 */
}
/* 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;
}
#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 8px 0 0;
  padding: 0;
}
#listing-open-form-alpha .blurb {
  margin: 0 0 8px;
  display: none;
}
#listing-open-form-alpha .opens-form {
  display: none;
}
#listing-open-form-alpha .opens-form fieldset {
  margin-top: 8px;
}
#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: 8px;
}
#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: 8px;
}
#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 12px 0 0;
  }
  #listing-open-form-alpha .blurb {
    margin: 0 0 12px;
  }
  #listing-open-form-alpha .opens-form fieldset {
    margin-top: 12px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 6px 0 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_surname,
  #listing-open-form-alpha .opens-form fieldset.fieldset_mobile {
    padding: 0 0 0 6px;
  }
  #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 10px 0 0;
  }
  #listing-open-form-alpha .blurb {
    margin: 0 0 20px;
    clear: both;
  }
  #listing-open-form-alpha .opens-form fieldset {
    margin-top: 20px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px 0 0;
  }
  #listing-open-form-alpha .opens-form fieldset.fieldset_surname,
  #listing-open-form-alpha .opens-form fieldset.fieldset_mobile {
    padding: 0 0 0 10px;
  }
  #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;
  }
}
body {
  font-family: 'Raleway', arial, sans-serif;
  font-size: 13px;
  color: #6a6a6a;
}
.default-btn {
  display: block;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #014785;
  /*&._loading{
		background:red !important;
	}*/
}
.default-btn:focus,
.default-btn:hover,
.default-btn:active {
  color: #fff;
  background-color: #2296fd;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#header-diamondback {
  display: block;
  height: 50px;
  background-color: #014785;
}
#header-diamondback section {
  max-width: 1130px;
  padding: 0 8px;
  margin: 0 auto;
  background-color: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Menu */
}
#header-diamondback section #logo {
  height: 50px;
  line-height: 50px;
  float: left;
  overflow: hidden;
}
#header-diamondback section #logo img {
  vertical-align: middle;
  max-height: 40px;
}
#header-diamondback section #menuOpen {
  float: right;
  color: #fff;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
#header-diamondback section #menuOpen i {
  font-size: 25px;
  line-height: inherit;
}
#header-diamondback section nav {
  background-color: #01396c;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header-diamondback section nav ul {
  /* Parent */
}
#header-diamondback section nav ul li {
  width: 100%;
  /* Link */
  /* Dropdown */
}
#header-diamondback section nav ul li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  background-color: #014785;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 30px;
  padding: 4px 8px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header-diamondback section nav ul li a:focus,
#header-diamondback section nav ul li a:hover,
#header-diamondback section nav ul li a:active {
  background-color: #0162b8;
}
#header-diamondback section nav ul li ol li {
  padding: 0px;
  /* Sublink */
}
#header-diamondback section nav ul li ol li a {
  background-color: transparent;
  font-size: 13px;
  padding: 4px 16px;
}
#header-diamondback section nav ul li ol li a:focus,
#header-diamondback section nav ul li ol li a:hover,
#header-diamondback section nav ul li ol li a:active {
  background-color: #027dea;
}
section {
  max-width: 1130px;
  margin: 0 auto;
  background-color: #f1f1f1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#footer-bravo {
  max-width: 1130px;
  margin: 0 auto;
  background-color: #014785;
  color: #fff;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#footer-bravo ul {
  border: 1px solid #027dea;
  padding: 8px 8px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#footer-bravo ul li a {
  display: block;
  padding-bottom: 8px;
}
#footer-bravo ul li a span {
  color: #2296fd;
  font-size: 26px;
  vertical-align: middle;
  padding-right: 5px;
}
#footer-bravo a {
  color: #fff;
  text-decoration: none;
}
#footer-bravo a:focus,
#footer-bravo a:hover,
#footer-bravo a:active {
  color: #2296fd;
}
#footer-bravo .disclaimer {
  text-align: center;
  font-size: 11px;
  line-height: 22px;
  padding-top: 8px;
}
.card {
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  -moz-box-sizing: border-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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
select,
input[type=text],
input[type=email],
textarea,
.ms-choice {
  height: 42px;
  line-height: 38px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cfcfcf;
  padding: 0 0 0 8px;
  color: #6a6a6a;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  font-family: arial;
}
select span,
input[type=text] span,
input[type=email] span,
textarea span,
.ms-choice span,
select span.placeholder,
input[type=text] span.placeholder,
input[type=email] span.placeholder,
textarea span.placeholder,
.ms-choice span.placeholder {
  float: none !important;
  padding: 0 0 0 8px !important;
  text-align: left !important;
  color: #6a6a6a !important;
  font-weight: normal !important;
}
select div,
input[type=text] div,
input[type=email] div,
textarea div,
.ms-choice div,
select div.open,
input[type=text] div.open,
input[type=email] div.open,
textarea div.open,
.ms-choice div.open {
  background: transparent;
}
.ms-search input[type=text] {
  height: 26px;
  line-height: 26px;
}
.ms-drop {
  margin-left: -1px;
}
.ms-drop ul {
  padding: 5px !important;
}
.ms-drop ul > li {
  padding: 0 !important;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  color: #6a6a6a;
}
.ms-choice {
  height: 42px;
  line-height: 42px;
  padding: 0;
  margin: 0;
}
textarea {
  height: 84px;
  line-height: 22px;
  padding: 8px;
}
input[type=submit] {
  display: block;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #014785;
  /*&._loading{
		background:red !important;
	}*/
  cursor: pointer;
}
input[type=submit]:disabled {
  background: #ccc;
}
input[type=submit]:disabled:hover,
input[type=submit]:disabled:active,
input[type=submit]:disabled:focus {
  background: #ccc;
}
input[type=submit]:focus,
input[type=submit]:hover,
input[type=submit]:active {
  color: #fff;
  background-color: #2296fd;
}
.new-listings-alpha ul,
#listings-delta ul {
  padding: 8px 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.new-listings-alpha ul li,
#listings-delta ul li {
  padding: 0 8px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.new-listings-alpha .loading-spinner,
#listings-delta .loading-spinner {
  padding: 8px 0 16px;
  font-size: 24px;
  text-align: center;
  opacity: .5;
  display: none;
}
.propertyListing {
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  -moz-box-sizing: border-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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 10px 0;
}
.propertyListing .videoButton {
  position: absolute;
  bottom: 148px;
  right: 10px;
  width: 20px;
  line-height: 40px;
  height: 36px;
  border: none;
}
.propertyListing .videoButton i {
  color: white;
  font-size: 20px;
}
.propertyListing .image {
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
  position: relative;
}
.propertyListing .image img {
  width: 100%;
  display: block;
}
.propertyListing .image b {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 36px;
  line-height: 36px;
  padding: 0 11px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.propertyListing div {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 10px;
  margin-left: -10px;
  width: 100%;
  margin-bottom: 10px;
}
.propertyListing span {
  display: block;
  line-height: 28px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
}
.propertyListing a.button {
  display: block;
  margin-top: 10px;
  line-height: 40px;
  border-top: 1px solid #d1d1d1;
  padding: 0 10px;
  margin-left: -10px;
  width: 100%;
  text-align: right;
  text-decoration: none;
  font-size: 13px;
  color: #014785;
}
.propertyListing a.button:focus,
.propertyListing a.button:hover,
.propertyListing a.button:active {
  color: #2296fd;
}
.propertyListing a.button i {
  font-size: 19px;
  vertical-align: sub;
  margin-left: 5px;
}
.homepage-echo-search .container h1 {
  color: #014785;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
}
#search-form-echo form,
#refine-agents-bravo form {
  padding: 8px 8px 0;
}
#search-form-echo form fieldset,
#refine-agents-bravo form fieldset {
  margin-bottom: 8px;
}
#search-form-echo form fieldset a,
#refine-agents-bravo form fieldset a {
  display: block;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #014785;
  /*&._loading{
		background:red !important;
	}*/
}
#search-form-echo form fieldset a:disabled,
#refine-agents-bravo form fieldset a:disabled {
  background: #ccc;
}
#search-form-echo form fieldset a:disabled:hover,
#refine-agents-bravo form fieldset a:disabled:hover,
#search-form-echo form fieldset a:disabled:active,
#refine-agents-bravo form fieldset a:disabled:active,
#search-form-echo form fieldset a:disabled:focus,
#refine-agents-bravo form fieldset a:disabled:focus {
  background: #ccc;
}
#search-form-echo form fieldset a:focus,
#refine-agents-bravo form fieldset a:focus,
#search-form-echo form fieldset a:hover,
#refine-agents-bravo form fieldset a:hover,
#search-form-echo form fieldset a:active,
#refine-agents-bravo form fieldset a:active {
  color: #fff;
  background-color: #2296fd;
}
#item-video-alpha {
  padding: 0 0 8px;
  text-align: center;
}
#item-video-alpha img {
  display: block;
}
#item-video-alpha div h3 {
  color: #014785;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding: 8px;
}
#item-video-alpha div a {
  display: block;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #014785;
  /*&._loading{
		background:red !important;
	}*/
  width: auto;
  display: inline-block;
  padding: 0 15px;
}
#item-video-alpha div a:disabled {
  background: #ccc;
}
#item-video-alpha div a:disabled:hover,
#item-video-alpha div a:disabled:active,
#item-video-alpha div a:disabled:focus {
  background: #ccc;
}
#item-video-alpha div a:focus,
#item-video-alpha div a:hover,
#item-video-alpha div a:active {
  color: #fff;
  background-color: #2296fd;
}
.top-section,
.staffTitle {
  max-width: 1130px;
  margin: 0 auto;
  background-color: #014785;
  border-top: 1px solid #027dea;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.top-section h1,
.staffTitle h1 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.top-section .links,
.staffTitle .links {
  padding: 8px 0 0;
  text-align: center;
}
.top-section .links li,
.staffTitle .links li {
  /*float: left;*/
  display: inline-block;
}
.top-section .links li a,
.staffTitle .links li a {
  display: block;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #014785;
  /*&._loading{
		background:red !important;
	}*/
  width: auto;
  padding: 0 15px;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #01396c;
}
.top-section .links li a:disabled,
.staffTitle .links li a:disabled {
  background: #ccc;
}
.top-section .links li a:disabled:hover,
.staffTitle .links li a:disabled:hover,
.top-section .links li a:disabled:active,
.staffTitle .links li a:disabled:active,
.top-section .links li a:disabled:focus,
.staffTitle .links li a:disabled:focus {
  background: #ccc;
}
.top-section .links li a:focus,
.staffTitle .links li a:focus,
.top-section .links li a:hover,
.staffTitle .links li a:hover,
.top-section .links li a:active,
.staffTitle .links li a:active {
  color: #fff;
  background-color: #2296fd;
}
.top-section .links li .print-btn,
.staffTitle .links li .print-btn {
  display: none;
}
.top-section .links:after,
.staffTitle .links:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.top-section span,
.staffTitle span {
  color: #fff;
  font-weight: bold;
  padding: 8px 0;
  display: block;
  text-align: center;
}
.top-section #search-form-echo,
.staffTitle #search-form-echo,
.top-section #refine-agents-bravo,
.staffTitle #refine-agents-bravo {
  display: none;
}
#pagination-alpha {
  padding: 8px 8px 0;
  text-align: right;
}
#pagination-alpha a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  -moz-box-sizing: border-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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-left: 0px;
}
#pagination-alpha a:first-child {
  border-left: 1px solid #d1d1d1;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
#pagination-alpha a:last-child {
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
#pagination-alpha a.active {
  background-color: #0270d1;
  color: #fff;
}
.bottom-pagination #pagination-alpha {
  padding: 0 8px 8px;
}
.success-message,
.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;
}
.form-success {
  display: none;
}
.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-bottom: 20px;
  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: 8px;
  color: #A94442;
}
.form-error {
  display: none;
  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-bottom: 20px;
  overflow: hidden;
  background-color: #ebcdcc;
  color: #A94442;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-bottom: 1px solid #A94442;
}
#global-site-links {
  display: none;
}
#global-site-links .staff {
  padding: 0 8px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#global-site-links .staff .staff-member {
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  -moz-box-sizing: border-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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#global-site-links .staff .staff-member .staff-heading {
  display: none;
}
#global-site-links .staff .staff-member .details {
  padding: 8px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#global-site-links .staff .staff-member .details .name {
  font-size: 15px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: 13px;
  line-height: 22px;
}
#global-site-links .staff .staff-member .details .name:focus,
#global-site-links .staff .staff-member .details .name:hover,
#global-site-links .staff .staff-member .details .name:active {
  color: #2296fd;
}
#global-site-links .staff .staff-member .details .default-btn {
  width: 70px;
  position: absolute;
  bottom: 8px;
  left: 8px;
}
#global-site-links .staff .staff-member .details .staff-image {
  float: right;
  text-align: right;
  height: 115px;
  max-width: 115px;
  overflow: hidden;
}
#global-site-links .staff .staff-member .details .staff-image img {
  height: 115px;
}
#global-site-links .staff .staff-member .details .staff-image span {
  display: none;
}
#global-site-links .staff .staff-member .details:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#global-site-links .staff .staff-member:first-child {
  margin-bottom: 8px;
}
#no-results {
  padding: 8px;
  font-size: 13px;
  line-height: 22px;
}
#no-results .card {
  padding: 8px 8px 16px;
}
#no-results .card h2 {
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 8px;
}
#no-results .card a {
  display: block;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #014785;
  /*&._loading{
		background:red !important;
	}*/
  margin-top: 8px;
  width: 100px;
}
#no-results .card a:disabled {
  background: #ccc;
}
#no-results .card a:disabled:hover,
#no-results .card a:disabled:active,
#no-results .card a:disabled:focus {
  background: #ccc;
}
#no-results .card a:focus,
#no-results .card a:hover,
#no-results .card a:active {
  color: #fff;
  background-color: #2296fd;
}
#flash-message {
  line-height: 42px;
  background-color: #c7e6c7;
  color: #5CB85C;
  border: 1px solid #5CB85C;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
  margin-bottom: 8px;
}
#flash-message a {
  display: none;
}
#appraisal {
  padding: 8px;
}
#appraisal article,
#appraisal form {
  padding: 8px;
  font-size: 13px;
  line-height: 22px;
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  -moz-box-sizing: border-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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#appraisal article {
  margin-bottom: 8px;
}
#appraisal article h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
}
#appraisal form fieldset {
  padding-top: 8px;
}
#appraisal form .fieldset_type {
  padding-top: 0px;
}
#appraisal form #flash-message {
  margin: 0 0 8px;
}
#search-map-alpha .description {
  margin: 8px 8px 0;
  padding: 8px;
  font-size: 13px;
  line-height: 22px;
}
#search-map-alpha .description .close {
  float: right;
  cursor: pointer;
  font-size: 17px;
}
#search-map-alpha .description b {
  font-weight: bold;
}
#search-map-alpha .description h2 {
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #014785;
}
#search-map-alpha .description h2 i {
  font-size: 23px;
  vertical-align: top;
  margin-right: 5px;
}
#search-map-alpha .map-holder {
  padding: 8px;
}
#search-map-alpha .map-holder .map-overlay {
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  -moz-box-sizing: border-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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
}
#search-map-alpha .map-holder .map-overlay #no-map-results {
  padding: 20px;
}
#search-map-alpha .map-holder .map-overlay .map-links {
  padding: 20px;
}
#media-alpha .container {
  margin: 8px;
  padding: 8px;
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  -moz-box-sizing: border-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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#media-alpha .container .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#media-alpha .container .video-container iframe,
#media-alpha .container .video-container object,
#media-alpha .container .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #header-diamondback {
    height: 85px;
  }
  #header-diamondback section {
    padding: 0 12px;
  }
  #header-diamondback section #logo {
    height: 85px;
    line-height: 85px;
  }
  #header-diamondback section #logo img {
    max-height: 75px;
  }
  #header-diamondback section #menuOpen {
    height: 85px;
    line-height: 85px;
  }
  #header-diamondback section #menuOpen i {
    font-size: 30px;
  }
  #footer-bravo {
    padding: 12px;
  }
  #footer-bravo .disclaimer {
    padding-top: 12px;
  }
  .new-listings-alpha ul,
  #listings-delta ul {
    padding: 12px 6px 0;
  }
  .new-listings-alpha ul li,
  #listings-delta ul li {
    padding: 0 6px 12px;
  }
  .new-listings-alpha ul li img,
  #listings-delta ul li img {
    width: 100%;
  }
  .new-listings-alpha .loading-spinner,
  #listings-delta .loading-spinner {
    padding: 12px 0 24px;
  }
  .homepage-echo-search .container h1 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 12px;
  }
  #search-form-echo form,
  #refine-agents-bravo form {
    padding: 12px 6px 0;
  }
  #search-form-echo form fieldset,
  #refine-agents-bravo form fieldset {
    padding: 0 6px;
    margin-bottom: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #search-form-echo form .field-go,
  #refine-agents-bravo form .field-go {
    margin-bottom: 0px;
  }
  #refine-agents-bravo form {
    padding: 12px 0 0;
  }
  #refine-agents-bravo form fieldset {
    padding: 0;
    margin: 0;
  }
  #refine-agents-bravo form fieldset select {
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #refine-agents-bravo form .field-office select {
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
  }
  #refine-agents-bravo form .field-role select {
    border: 0px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
  }
  #refine-agents-bravo form .field-go {
    padding-left: 12px;
  }
  #refine-agents-bravo form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #item-video-alpha {
    padding: 0 0 12px;
  }
  #item-video-alpha div h3 {
    padding: 12px;
  }
  .top-section,
  .staffTitle {
    padding: 12px;
  }
  .top-section h1,
  .staffTitle h1 {
    font-size: 32px;
    line-height: 40px;
    /*padding: 0 0 @global-padding-tablet;*/
  }
  .top-section .links,
  .staffTitle .links {
    padding: 12px 0 0;
  }
  .top-section .links li a,
  .staffTitle .links li a {
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .top-section span,
  .staffTitle span {
    padding: 12px 0;
  }
  .top-section #search-form-echo,
  .staffTitle #search-form-echo,
  .top-section #refine-agents-bravo,
  .staffTitle #refine-agents-bravo {
    display: block;
  }
  .top-section #search-form-echo form,
  .staffTitle #search-form-echo form,
  .top-section #refine-agents-bravo form,
  .staffTitle #refine-agents-bravo form {
    padding: 0;
  }
  .top-section #search-form-echo form fieldset a,
  .staffTitle #search-form-echo form fieldset a,
  .top-section #refine-agents-bravo form fieldset a,
  .staffTitle #refine-agents-bravo form fieldset a {
    background-color: #0270d1;
  }
  .top-section #search-form-echo form fieldset a:focus,
  .staffTitle #search-form-echo form fieldset a:focus,
  .top-section #refine-agents-bravo form fieldset a:focus,
  .staffTitle #refine-agents-bravo form fieldset a:focus,
  .top-section #search-form-echo form fieldset a:hover,
  .staffTitle #search-form-echo form fieldset a:hover,
  .top-section #refine-agents-bravo form fieldset a:hover,
  .staffTitle #refine-agents-bravo form fieldset a:hover,
  .top-section #search-form-echo form fieldset a:active,
  .staffTitle #search-form-echo form fieldset a:active,
  .top-section #refine-agents-bravo form fieldset a:active,
  .staffTitle #refine-agents-bravo form fieldset a:active {
    background-color: #2296fd;
  }
  #pagination-alpha {
    padding: 12px 12px 0;
  }
  .bottom-pagination #pagination-alpha {
    padding: 0 12px 12px;
  }
  .panel-danger .panel-body {
    padding: 12px;
  }
  #global-site-links {
    display: block;
  }
  #global-site-links .staff {
    padding: 0 12px 0;
  }
  #global-site-links .staff .left,
  #global-site-links .staff .right {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #global-site-links .staff .right {
    display: none;
  }
  #global-site-links .staff .staff-member:first-child {
    margin-bottom: 12px;
  }
  #global-site-links .staff .staff-member .staff-heading {
    display: block;
    width: 50%;
    float: left;
    padding: 24px 18px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 20px;
    line-height: 25px;
    color: inherit;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  #global-site-links .staff .staff-member .details {
    padding: 12px;
    width: 50%;
    float: left;
    border-left: 1px solid #d1d1d1;
  }
  #global-site-links .staff .staff-member .details .default-btn {
    bottom: 8px;
    left: 8px;
  }
  #global-site-links .staff .staff-member:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #global-site-links .staff:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #global-site-links.global-site-links-home {
    padding: 24px 0 0;
  }
  #global-site-links.global-site-links-home .staff .staff-member:first-child {
    margin-bottom: 0;
  }
  #no-results {
    padding: 12px;
  }
  #no-results .card {
    padding: 12px 12px 24px;
  }
  #no-results .card h2 {
    padding: 0 0 12px;
  }
  #no-results .card a {
    margin-top: 12px;
  }
  #flash-message {
    margin-bottom: 12px;
  }
  #appraisal {
    padding: 12px;
  }
  #appraisal article,
  #appraisal form {
    background-color: #fff;
    color: #6a6a6a;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    -moz-box-sizing: border-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);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #appraisal article {
    padding: 12px;
    margin-bottom: 12px;
  }
  #appraisal article h2 {
    margin-bottom: 6px;
  }
  #appraisal form {
    padding: 12px 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal form fieldset {
    padding: 12px 6px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    width: 50%;
  }
  #appraisal form #flash-message {
    margin: 0 6px 12px;
  }
  #appraisal form .fieldset_type {
    padding-top: 0;
  }
  #appraisal form .fieldset_first_name {
    clear: both;
  }
  #appraisal form .fieldset_listing_unit_number,
  #appraisal form .fieldset_listing_street_number {
    width: 25%;
  }
  #appraisal form .fieldset_listing_suburb_postcode {
    width: 100%;
  }
  #appraisal form .fieldset_notes {
    width: 100%;
  }
  #appraisal form .fieldset_notes label {
    padding-top: 18px;
  }
  #appraisal form .fieldset_notes textarea {
    display: block;
  }
  #appraisal form input[type=submit] {
    padding: 0;
    width: 100px;
    float: right;
    margin: 12px 6px 0;
  }
  #appraisal form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #search-map-alpha .description {
    margin: 12px 12px 0;
    padding: 12px;
  }
  #search-map-alpha .map-holder {
    padding: 12px;
  }
  #media-alpha .container {
    margin: 12px;
    padding: 12px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #header-diamondback {
    height: 85px;
  }
  #header-diamondback section {
    /* Menu */
  }
  #header-diamondback section #logo {
    height: 85px;
    line-height: 85px;
  }
  #header-diamondback section #logo img {
    max-height: 75px;
  }
  #header-diamondback section #menuOpen {
    display: none;
  }
  #header-diamondback section nav {
    background-color: transparent;
    padding: 0px;
  }
  #header-diamondback section nav ul {
    width: auto;
    float: right;
    /* Parent */
  }
  #header-diamondback section nav ul li {
    width: auto;
    height: 85px;
    line-height: 85px;
    display: inline-block;
    /* Link */
    /* Dropdown */
  }
  #header-diamondback section nav ul li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    display: inline-block;
    background-color: transparent;
    color: #fff;
    width: auto;
    margin-bottom: 0;
    padding: 4px 8px;
    margin-left: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #header-diamondback section nav ul li a:focus,
  #header-diamondback section nav ul li a:hover,
  #header-diamondback section nav ul li a:active {
    background-color: #0162b8;
  }
  #header-diamondback section nav ul li ol {
    top: 65px;
    left: 10px;
    background-color: #01396c;
    width: 150px;
    padding: 10px;
    -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 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  }
  #header-diamondback section nav ul li ol li {
    width: 100%;
    padding: 0px;
    font-size: 13px;
    line-height: 22px;
    height: auto;
    margin-top: 5px;
    /* Sublink */
  }
  #header-diamondback section nav ul li ol li a {
    width: 150px;
    background-color: transparent;
    font-size: 13px;
    margin: 0px;
    padding: 0 10px;
  }
  #header-diamondback section nav ul li ol li a:focus,
  #header-diamondback section nav ul li ol li a:hover,
  #header-diamondback section nav ul li ol li a:active {
    background-color: #027dea;
  }
  #header-diamondback section nav ul li ol li:first-child {
    margin-top: 0px;
  }
  #footer-bravo {
    padding: 20px;
  }
  #footer-bravo ul {
    padding: 20px;
  }
  #footer-bravo ul li a {
    display: block;
    padding-bottom: 0;
  }
  #footer-bravo .disclaimer {
    padding-top: 20px;
  }
  .new-listings-alpha ul,
  #listings-delta ul {
    padding: 20px 10px 0;
  }
  .new-listings-alpha ul li,
  #listings-delta ul li {
    padding: 0 10px 20px;
  }
  .new-listings-alpha ul li img,
  #listings-delta ul li img {
    width: 100%;
  }
  .new-listings-alpha .loading-spinner,
  #listings-delta .loading-spinner {
    padding: 20px 0 40px;
  }
  .homepage-echo-search {
    position: relative;
    height: 0px;
  }
  .homepage-echo-search .container {
    position: absolute;
    height: 180px;
    width: 100%;
    top: -180px;
    left: 0px;
    z-index: 51;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .homepage-echo-search .container h1 {
    color: #fff;
    margin-top: 17px;
    margin-bottom: 13px;
    padding-bottom: 20px;
  }
  #search-form-echo form {
    padding: 0 20px;
  }
  #search-form-echo form fieldset {
    padding: 0;
    margin: 0;
  }
  #search-form-echo form fieldset select,
  #search-form-echo form fieldset .ms-choice {
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #search-form-echo form .field-method select {
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
  }
  #search-form-echo form .field-price-to select {
    border: 0px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
  }
  #search-form-echo form .field-go {
    padding-left: 20px;
  }
  #search-form-echo form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #refine-agents-bravo form {
    padding: 0;
  }
  #refine-agents-bravo form .field-go {
    padding-left: 20px;
  }
  #item-video-alpha {
    padding: 0;
    position: relative;
  }
  #item-video-alpha div {
    position: absolute;
    height: 180px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 51;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px 20px 0;
  }
  #item-video-alpha div h3 {
    padding: 0 0 20px;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    margin-top: 17px;
    margin-bottom: 13px;
  }
  .top-section,
  .staffTitle {
    padding: 20px;
  }
  .top-section h1,
  .staffTitle h1 {
    padding: 0 0 20px;
  }
  .top-section .links,
  .staffTitle .links {
    padding: 0px;
    float: left;
  }
  .top-section .links li,
  .staffTitle .links li {
    float: left;
    display: block;
  }
  .top-section .links li a,
  .staffTitle .links li a {
    margin-right: 12px;
    margin-bottom: 0px;
  }
  .top-section .links li .print-btn,
  .staffTitle .links li .print-btn {
    display: block;
  }
  .top-section span,
  .staffTitle span {
    float: right;
    padding: 0;
    height: 42px;
    line-height: 42px;
    text-align: right;
  }
  .top-section .links.right,
  .staffTitle .links.right {
    float: right;
  }
  .top-section span.left,
  .staffTitle span.left {
    float: left;
  }
  .top-section:after,
  .staffTitle:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #pagination-alpha {
    padding: 20px 20px 0;
  }
  .bottom-pagination #pagination-alpha {
    padding: 0 20px 20px;
  }
  .panel-danger contact-form-alpha .panel-body {
    padding: 20px;
  }
  #global-site-links .staff {
    padding: 0 20px 0;
  }
  #global-site-links .staff .left,
  #global-site-links .staff .right {
    width: 50%;
    float: left;
  }
  #global-site-links .staff .left {
    padding-right: 10px;
  }
  #global-site-links .staff .right {
    display: block;
    padding-left: 10px;
  }
  #global-site-links .staff .staff-member:first-child {
    margin-bottom: 20px;
  }
  #global-site-links .staff .staff-member .staff-heading {
    padding: 40px 30px 0;
  }
  #global-site-links .staff .staff-member .details {
    width: 50%;
    float: left;
    padding: 20px;
    border-left: 1px solid #d1d1d1;
  }
  #global-site-links .staff .staff-member .details .default-btn {
    bottom: 20px;
    left: 20px;
  }
  #global-site-links .staff .staff-member .details .ofi-link {
    height: 115px;
    display: block;
    background-color: #f1f1f1;
    text-align: center;
    padding-top: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: inherit;
    text-decoration: none;
  }
  #global-site-links .staff .staff-member .details .ofi-link span {
    font-size: 32px;
    display: block;
    padding: 15px 0 0;
    margin: 0 auto;
    color: #014785;
    font-weight: bold;
  }
  #global-site-links.global-site-links-home {
    padding: 20px 0 0;
  }
  #global-site-links.global-site-links-home .staff .staff-member:first-child {
    margin-bottom: 0;
  }
  #no-results {
    padding: 20px;
  }
  #no-results .card {
    padding: 20px 20px 40px;
  }
  #no-results .card h2 {
    padding: 0 0 20px 0;
  }
  #no-results .card a {
    margin-top: 20px;
  }
  #flash-message {
    margin-bottom: 20px;
  }
  #appraisal {
    padding: 20px;
  }
  #appraisal article {
    padding: 20px;
    margin-bottom: 20px;
  }
  #appraisal article h2 {
    margin-bottom: 10px;
  }
  #appraisal form {
    padding: 20px 10px;
  }
  #appraisal form fieldset {
    padding: 20px 10px 0;
  }
  #appraisal form .fieldset_notes {
    padding-top: 30px;
  }
  #appraisal form input[type=submit] {
    margin: 20px 10px 0;
  }
  #appraisal form #flash-message {
    margin: 0 10px 20px;
  }
  #search-map-alpha .description {
    margin: 20px 20px 0;
    padding: 20px;
  }
  #search-map-alpha .map-holder {
    padding: 20px;
  }
  #media-alpha .container {
    margin: 20px;
    padding: 20px;
  }
}
.slideshow-alpha#slideshow {
  height: 0px;
  overflow: hidden;
  padding-bottom: 60%;
}
.slideshow-alpha#slideshow .bx-wrapper {
  height: 0px;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}
.slideshow-alpha#slideshow .bx-wrapper .bx-viewport {
  height: 0px;
  overflow: hidden;
  padding-bottom: 60%;
}
.slideshow-alpha#slideshow .bx-wrapper .bx-viewport li {
  height: 0px;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}
.slideshow-alpha#slideshow .bx-wrapper .bx-viewport li img {
  display: block;
}
.slideshow-alpha#slideshow .bx-wrapper .bx-viewport li a {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.slideshow-alpha#slideshow .bx-wrapper .bx-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 60;
}
.slideshow-alpha#slideshow .bx-wrapper .bx-controls .bx-pager div {
  display: inline-block;
}
.slideshow-alpha#slideshow .bx-wrapper .bx-controls-direction {
  display: none;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
/* here i am */
.slideshow-alpha#slideshow {
  margin: 0 0 24px;
}
.slideshow-alpha#slideshow .bx-wrapper {
  /*.bx-controls-direction{
				display: none;
			}*/
}
.slideshow-alpha#slideshow .bx-wrapper .bx-viewport li a {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-size: 18px;
  line-height: 27px;
  margin-top: -6%;
}
.slideshow-alpha#slideshow .bx-wrapper .bx-viewport li a span em {
  font-weight: normal;
  font-size: 15px;
  display: block;
}
.slideshow-alpha#slideshow .bx-wrapper .bx-controls {
  bottom: 8px;
}
.slideshow-alpha#slideshow .bx-wrapper .bx-controls .bx-pager div a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  width: 15px;
  height: 15px;
  -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-color: rgba(255, 255, 255, 0.6);
  text-indent: -999px;
  overflow: hidden;
  margin: 0 4px;
}
.slideshow-alpha#slideshow .bx-wrapper .bx-controls .bx-pager div a.active {
  background-color: #fff;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .slideshow-alpha#slideshow {
    margin: 0 0 36px;
  }
  .slideshow-alpha#slideshow .bx-wrapper {
    /*.bx-controls-direction{
				display: none;
			}*/
  }
  .slideshow-alpha#slideshow .bx-wrapper .bx-viewport li a {
    font-size: 33px;
    line-height: 42px;
  }
  .slideshow-alpha#slideshow .bx-wrapper .bx-viewport li a span em {
    font-size: 28px;
  }
  .slideshow-alpha#slideshow .bx-wrapper .bx-controls {
    bottom: 12px;
  }
  .slideshow-alpha#slideshow .bx-wrapper .bx-controls .bx-pager div a {
    margin: 0 6px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .slideshow-alpha#slideshow {
    margin: 0;
  }
  .slideshow-alpha#slideshow .bx-wrapper {
    /*.bx-controls-direction{
				display: none;
			}*/
  }
  .slideshow-alpha#slideshow .bx-wrapper .bx-viewport li a {
    font-size: 38px;
    line-height: 47px;
  }
  .slideshow-alpha#slideshow .bx-wrapper .bx-viewport li a span em {
    font-size: 31px;
  }
  .slideshow-alpha#slideshow .bx-wrapper .bx-controls {
    margin: 10px;
  }
  .slideshow-alpha#slideshow .bx-wrapper .bx-controls .bx-pager div a {
    margin: 0 5px;
  }
}
/* global */
#homepage-foxtrot span.heading {
  display: block;
  text-align: center;
}
#search-form-bravo > fieldset:nth-child(2) > div > button > span {
  color: black;
  padding-left: 14px;
}
#slideshow div div.bx-viewport ul li a {
  text-decoration: none;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
#slideshow div div.bx-viewport ul li a span {
  font-weight: bold;
}
#slideshow div div.bx-viewport ul li a span em {
  font-weight: normal;
  display: block;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #slideshow div div.bx-viewport ul li a {
    text-decoration: none;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  }
  #slideshow div div.bx-viewport ul li a span {
    font-weight: bold;
  }
  #slideshow div div.bx-viewport ul li a span em {
    font-weight: normal;
    display: block;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #homepage-foxtrot #quarter {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 auto;
    max-width: 1130px;
  }
  #homepage-foxtrot #quarter ul {
    width: 100%;
    padding: 5px;
  }
  #homepage-foxtrot #quarter ul li {
    padding: 0 5px 10px;
    float: left;
    margin: 0;
  }
  #homepage-foxtrot #quarter ul li div {
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-foxtrot #slideshow div div.bx-viewport ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 42px;
  }
  #homepage-foxtrot #slideshow div div.bx-viewport ul li a span {
    font-size: 33px;
  }
  #homepage-foxtrot #slideshow div div.bx-viewport ul li a span em {
    font-size: 38px;
  }
}
/*diamondback*/
#homepage-foxtrot span.heading {
  font-weight: bold;
  font-size: 17px;
  color: #014785;
  margin: 16px 0 16px;
}
#homepage-foxtrot #search-form-echo {
  padding: 8px;
}
#homepage-foxtrot #search-form-echo form {
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  -moz-box-sizing: border-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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px;
}
#homepage-foxtrot .activity-buttons {
  text-align: center;
  margin: 8px 0 0;
}
#homepage-foxtrot .activity-buttons a {
  display: block;
  color: #014785;
  text-decoration: none;
  width: 33%;
  text-align: center;
  float: left;
}
#homepage-foxtrot .activity-buttons a i {
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  background-color: #014785;
  font-size: 23px;
  margin: 0 auto;
}
#homepage-foxtrot .activity-buttons a span {
  display: block;
  padding-top: 8px;
}
#homepage-foxtrot .activity-buttons a.active,
#homepage-foxtrot .activity-buttons a:focus,
#homepage-foxtrot .activity-buttons a:hover,
#homepage-foxtrot .activity-buttons a:active {
  color: #2296fd;
}
#homepage-foxtrot .activity-buttons a.active i,
#homepage-foxtrot .activity-buttons a:focus i,
#homepage-foxtrot .activity-buttons a:hover i,
#homepage-foxtrot .activity-buttons a:active i {
  color: #fff;
  background-color: #2296fd;
}
#homepage-foxtrot .activity-buttons a#activity-lease-btn {
  width: 34%;
}
#homepage-foxtrot .activity-buttons:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-foxtrot span.heading {
    font-size: 21px;
    margin: 24px 0 24px;
  }
  #homepage-foxtrot .activity-buttons {
    margin: 12px auto 0;
    width: 80%;
  }
  #homepage-foxtrot .activity-buttons a i {
    height: 75px;
    width: 75px;
    line-height: 75px;
    font-size: 30px;
  }
  #homepage-foxtrot .activity-buttons a span {
    padding-top: 12px;
    font-size: 17px;
    font-weight: bold;
  }
  #homepage-foxtrot #search-form-echo {
    padding: 12px;
  }
  #homepage-foxtrot #search-form-echo form {
    background-color: #fff;
    color: #6a6a6a;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    -moz-box-sizing: border-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);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 12px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #homepage-foxtrot span.heading {
    font-size: 25px;
    margin: 40px 0 40px;
  }
  #homepage-foxtrot .activity-buttons {
    margin: 20px auto;
    width: 50%;
  }
  #homepage-foxtrot .activity-buttons a i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 23px;
  }
  #homepage-foxtrot .activity-buttons a span {
    padding-top: 10px;
  }
  #homepage-foxtrot .four-col-desktop {
    padding-bottom: 20px;
  }
  #homepage-foxtrot #search-form-echo {
    padding: 0 20px 20px;
  }
  #homepage-foxtrot #search-form-echo form {
    background-color: #fff;
    color: #6a6a6a;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    -moz-box-sizing: border-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);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 20px;
  }
  #homepage-foxtrot #search-form-echo form fieldset select,
  #homepage-foxtrot #search-form-echo form fieldset .ms-choice {
    border: 1px solid #cfcfcf;
    border-right: 0px;
  }
  #homepage-foxtrot #search-form-echo form .field-method select {
    border: 1px solid #cfcfcf;
    border-right: 0px;
  }
  #homepage-foxtrot #search-form-echo form .field-price-to select {
    border: 1px solid #cfcfcf;
  }
}
/* global */
.homepage-charlie .item-images {
  display: none;
}
.homepage-charlie .item-images .item-image-alpha a img {
  width: 100%;
  display: block;
}
.homepage-charlie #homeSearch {
  clear: both;
  padding: 8px;
}
.homepage-charlie #homeSearch form fieldset {
  text-align: center;
}
.homepage-charlie #homeSearch form fieldset label {
  display: block;
  font-size: 15px;
}
.homepage-charlie #homeSearch form fieldset .propertyAction span label {
  display: inline-block;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .homepage-charlie .item-images {
    display: block;
  }
  .homepage-charlie .item-images .item-image-alpha {
    width: 33.33%;
    float: left;
    display: block;
  }
  .homepage-charlie .item-images .item-image-alpha a {
    display: block;
    height: 0px;
    padding-bottom: 60%;
    overflow: hidden;
  }
  .homepage-charlie #homeSearch form fieldset {
    width: 50%;
    float: left;
  }
  .homepage-charlie #homeSearch form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .homepage-charlie #homeSearch:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .homepage-charlie:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .homepage-charlie #homeSearch form fieldset {
    width: 25%;
  }
  .homepage-charlie #quarter ul li {
    margin: 12px 11px;
    width: 48%;
    float: left;
    box-sizing: border-box;
  }
  .homepage-charlie:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
/* diamondback */
.homepage-charlie #homeSearch {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
}
.homepage-charlie #homeSearch form {
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  -moz-box-sizing: border-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);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px;
}
.homepage-charlie #homeSearch form fieldset {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.homepage-charlie #homeSearch form fieldset label {
  font-size: 15px;
  margin: 10px 0;
}
.homepage-charlie #homeSearch form fieldset .propertyAction span {
  padding: 10px;
}
.homepage-charlie #homeSearch form fieldset .propertyAction span label {
  font-size: 14px;
  margin-top: -10px;
  color: #354c71;
}
.homepage-charlie #homeSearch form fieldset select,
.homepage-charlie #homeSearch form fieldset a,
.homepage-charlie #homeSearch form fieldset .ms-parent {
  margin-top: 8px;
}
.homepage-charlie #search-submit {
  display: block;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #014785;
  /*&._loading{
		background:red !important;
	}*/
}
.homepage-charlie #search-submit:disabled {
  background: #ccc;
}
.homepage-charlie #search-submit:disabled:hover,
.homepage-charlie #search-submit:disabled:active,
.homepage-charlie #search-submit:disabled:focus {
  background: #ccc;
}
.homepage-charlie #search-submit:focus,
.homepage-charlie #search-submit:hover,
.homepage-charlie #search-submit:active {
  color: #fff;
  background-color: #2296fd;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .homepage-charlie .item-images {
    display: block;
    margin: 12px 0;
    padding: 12px 6px;
  }
  .homepage-charlie .item-images:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .homepage-charlie .item-images .item-image-container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 6px;
    width: 33.33%;
    float: left;
  }
  .homepage-charlie .item-images .item-image-container .item-image-alpha {
    background-size: cover;
    width: 100%;
    border: 10px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0px 0px 0px 1px #d1d1d1, 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .homepage-charlie .item-images .item-image-container .item-image-alpha a {
    padding: 10px 10px 60%;
    position: relative;
  }
  .homepage-charlie .item-images .item-image-container .item-image-alpha a img {
    width: 100%;
  }
  .homepage-charlie .item-images .item-image-container .item-image-alpha a span {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    height: 36px;
    line-height: 36px;
    padding: 0 11px;
  }
  .homepage-charlie #homeSearch {
    padding: 12px;
  }
  .homepage-charlie #homeSearch form {
    padding: 12px 0 12px 12px;
  }
  .homepage-charlie #homeSearch form fieldset {
    padding: 0 12px 0 0;
  }
  .homepage-charlie #homeSearch form fieldset label {
    font-size: 16px;
    margin: 30px 0 15px 0;
  }
  .homepage-charlie #homeSearch form fieldset .propertyAction span {
    padding: 10px 10px 10px 0;
  }
  .homepage-charlie #homeSearch form fieldset .propertyAction span label {
    font-size: 14px;
    margin-top: -10px;
    color: #354c71;
  }
  .homepage-charlie #homeSearch form fieldset select,
  .homepage-charlie #homeSearch form fieldset a,
  .homepage-charlie #homeSearch form fieldset .ms-parent {
    margin-top: 12px;
  }
  .homepage-charlie:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .homepage-charlie .item-images {
    padding: 20px 10px 0;
  }
  .homepage-charlie .item-images .item-image-alpha {
    width: 33.33%;
    float: left;
  }
  .homepage-charlie #homeSearch {
    padding: 20px 20px 0;
  }
  .homepage-charlie #homeSearch form {
    padding: 10px 0 10px 10px;
  }
  .homepage-charlie #homeSearch form fieldset {
    width: 25%;
    float: left;
    padding: 0 10px 0 0;
  }
  .homepage-charlie #homeSearch form fieldset label {
    text-align: left;
    font-size: 16px;
    margin: 20px 0 13.33333333px 0;
  }
  .homepage-charlie #homeSearch form fieldset .propertyAction span {
    float: left;
  }
  .homepage-charlie #homeSearch form fieldset .propertyAction span label {
    font-size: 14px;
  }
  .homepage-charlie #homeSearch form fieldset select,
  .homepage-charlie #homeSearch form fieldset a,
  .homepage-charlie #homeSearch form fieldset .ms-parent {
    margin-top: 10px;
  }
  .homepage-charlie #homeSearch form fieldset select:first-child {
    margin-top: 0;
  }
  .homepage-charlie:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
/* global */
#homepage-golf {
  max-width: 1130px;
  position: relative;
  margin: 0 auto;
}
#homepage-golf .logo {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 55;
  color: #fff;
}
#homepage-golf .logo img {
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
#homepage-golf .logo form a i {
  display: none;
}
.ui-autocomplete {
  background-color: #fff;
}
.ui-autocomplete li {
  text-align: left;
}
.ui-autocomplete li.ui-state-focus {
  cursor: pointer;
}
.ui-helper-hidden-accessible {
  display: none;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-golf {
    max-width: 1130px;
    position: relative;
    margin: 0 auto;
  }
  #homepage-golf .logo {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 55;
    color: #fff;
  }
  #homepage-golf .logo img {
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  }
  #homepage-golf .logo form {
    margin: 0 auto;
    width: 70%;
  }
  #homepage-golf .logo form select {
    width: 15%;
    float: left;
    display: block;
  }
  #homepage-golf .logo form .suburb-autocomplete {
    margin: 0;
    width: 75%;
    float: left;
    display: block;
    padding: 0px;
  }
  #homepage-golf .logo form #search-submit {
    float: left;
    width: 10%;
  }
  #homepage-golf .logo form #search-submit span {
    display: none;
  }
  #homepage-golf .logo form #search-submit i {
    display: inline;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
#homepage-golf-slideshow #item-image-slideshow-bravo {
  width: 100%;
  height: 400px;
}
#homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper {
  width: 100%;
  height: 400px;
}
#homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
  width: 100%;
  height: 400px;
}
#homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
  width: 100%;
}
#homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
}
#homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li img {
  display: none;
}
#homepage-golf {
  position: relative;
}
#homepage-golf .logo {
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#homepage-golf .logo h1 {
  font-size: 23px;
  margin: 5px 0 40px 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#homepage-golf .logo form {
  width: 90%;
  margin: 0 auto;
}
#homepage-golf .logo form select {
  height: 32px;
}
#homepage-golf .logo form .suburb-autocomplete {
  margin: 8px 0;
}
#homepage-golf .logo form .suburb-autocomplete #tags {
  height: 32px;
  line-height: 32px;
}
#homepage-golf .logo form a {
  display: block;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #fff;
  background-color: #014785;
  /*&._loading{
		background:red !important;
	}*/
  height: 32px;
  line-height: 32px;
}
#homepage-golf .logo form a:disabled {
  background: #ccc;
}
#homepage-golf .logo form a:disabled:hover,
#homepage-golf .logo form a:disabled:active,
#homepage-golf .logo form a:disabled:focus {
  background: #ccc;
}
#homepage-golf .logo form a:focus,
#homepage-golf .logo form a:hover,
#homepage-golf .logo form a:active {
  color: #fff;
  background-color: #2296fd;
}
#homepage-golf .logo form a i {
  display: none;
}
#homepage-golf h2 {
  font-size: 18px;
  text-align: center;
  padding: 8px 0 0 0;
  background-color: #f1f1f1;
  color: #014785;
}
.ui-autocomplete {
  background-color: #fff;
  color: #6a6a6a;
}
.ui-autocomplete li {
  text-align: left;
  padding: 3px 10px;
}
.ui-autocomplete li.ui-state-focus {
  color: #fff;
  background-color: #014785;
  cursor: pointer;
}
.ui-helper-hidden-accessible {
  display: none;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-golf-slideshow #item-image-slideshow-bravo {
    width: 100%;
    height: 450px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper {
    width: 100%;
    height: 450px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
    width: 100%;
    height: 450px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
    width: 100%;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li img {
    display: none;
  }
  #homepage-golf {
    position: relative;
  }
  #homepage-golf .logo h1 {
    font-size: 33px;
    margin: 10px 0 20px 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  #homepage-golf .logo form {
    width: 70%;
  }
  #homepage-golf .logo form select {
    border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    line-height: 42px;
    height: 42px;
  }
  #homepage-golf .logo form .suburb-autocomplete {
    margin: 0;
  }
  #homepage-golf .logo form .suburb-autocomplete #tags {
    line-height: 42px;
    height: 42px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #homepage-golf .logo form #search-submit {
    border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    line-height: 42px;
    height: 42px;
  }
  #homepage-golf .logo form #search-submit i {
    font-size: 23px;
    line-height: 42px;
  }
  #homepage-golf h2 {
    font-size: 25px;
    padding: 12px 0 0 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #homepage-golf-slideshow #item-image-slideshow-bravo {
    width: 100%;
    height: 700px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper {
    width: 100%;
    height: 700px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
    width: 100%;
    height: 700px;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
    width: 100%;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
  }
  #homepage-golf-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li img {
    display: none;
  }
  #homepage-golf {
    position: relative;
  }
  #homepage-golf .logo h1 {
    font-size: 33px;
    margin: 10px 0 20px 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  #homepage-golf h2 {
    font-size: 30px;
    padding: 20px 0 0 0;
  }
}
@media print {
  section,
  .top-section,
  .staffTitle {
    width: 1130px;
    background-color: #fff;
  }
  header,
  footer {
    width: 1130px;
    margin: 0 auto;
    background-color: #014785;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  nav {
    display: none;
  }
  footer {
    clear: both;
  }
  footer .four-col-desktop,
  footer span {
    display: none;
  }
  .top-section,
  .staffTitle {
    display: none;
  }
  #opens-delta,
  #auctions-charlie {
    width: 1130px;
  }
  #opens-delta .container,
  #auctions-charlie .container {
    width: 100%;
    overflow: hidden;
    padding: 0;
  }
  #opens-delta .container h2,
  #auctions-charlie .container h2 {
    display: none;
    padding: 20px 0;
  }
  #opens-delta .container h2 span,
  #auctions-charlie .container h2 span {
    display: none;
  }
  #opens-delta .container ul,
  #auctions-charlie .container ul {
    margin-bottom: 20px;
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #opens-delta .container ul li,
  #auctions-charlie .container ul li {
    display: none;
  }
  #opens-delta .container ul li a,
  #auctions-charlie .container ul li a {
    padding: 0;
    border-bottom: 1px solid #d1d1d1;
    line-height: 30px;
  }
  #opens-delta .container ul li a b,
  #auctions-charlie .container ul li a b {
    font-weight: normal;
    display: inline-block;
    float: left;
    width: 20%;
  }
  #opens-delta .container ul li a em,
  #auctions-charlie .container ul li a em {
    display: inline-block;
    padding-bottom: 0;
    float: left;
    width: 35%;
  }
  #opens-delta .container ul li a .price,
  #auctions-charlie .container ul li a .price {
    width: 30%;
    float: left;
    display: block;
    clear: none;
  }
  #opens-delta .container ul li a .bbc,
  #auctions-charlie .container ul li a .bbc {
    width: 15%;
    float: left;
    clear: none;
  }
  #opens-delta .container ul li a span,
  #auctions-charlie .container ul li a span {
    display: none;
  }
  #opens-delta .container ul li a input,
  #auctions-charlie .container ul li a input {
    display: none;
  }
  #opens-delta .container ul li a:after,
  #auctions-charlie .container ul li a:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #opens-delta .container .opens-print,
  #auctions-charlie .container .opens-print,
  #opens-delta .container .auctions-print,
  #auctions-charlie .container .auctions-print {
    display: block;
  }
  #listing-show-delta .top-section {
    border-top: transparent;
    display: block;
  }
  #listing-show-delta .top-section h1 {
    color: #6a6a6a;
    padding-top: 18px;
    font-size: 30px;
    padding-bottom: 10px;
  }
  #listing-show-delta .card {
    box-shadow: none;
  }
  #listing-show-delta .info {
    width: 65% !important;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-delta .info .card.opens,
  #listing-show-delta .info .card.enquiry {
    display: none;
  }
  #listing-show-delta .info .staff-member {
    margin-bottom: 8px;
    box-shadow: none;
  }
  #listing-show-delta .info .left,
  #listing-show-delta .info .right {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-delta .info .left .email,
  #listing-show-delta .info .right .email {
    display: none;
  }
  #listing-show-delta .info .left {
    padding-right: 4px;
  }
  #listing-show-delta .info .right {
    padding-left: 4px;
  }
  #listing-show-delta .tools {
    width: 35% !important;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 20px;
  }
  #listing-show-delta > div.tools > div > div:nth-child(4) {
    display: none;
  }
}
#wheels-debug-area,
.cfdebug {
  display: none;
}
.testimonial-text {
  width: 100% !important;
  display: block !important;
}
.testimonial-text b {
  font-weight: bold !important;
}
.testimonial-text i {
  font-style: italic !important;
}
.testimonial-from {
  width: 100% !important;
  display: block !important;
  padding-top: 8px !important;
  padding-bottom: 24px !important;
}
.alert.alert-info {
  display: none;
}
.modal-enquiry {
  padding: 8px 0;
  background-color: white;
}
.modal-enquiry h2 {
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
  padding: 0 8px 0;
}
.modal-enquiry #enquiry-form {
  padding: 8px 8px 0;
}
.modal-enquiry #enquiry-form form {
  /*display: none;*/
}
.modal-enquiry #enquiry-form input[type=text] {
  margin-bottom: 8px;
}
.modal-enquiry #enquiry-form ul {
  clear: both;
}
.modal-enquiry #enquiry-form ul li {
  margin-bottom: 8px;
}
.modal-enquiry #enquiry-form ul li input[type=checkbox] {
  display: none;
}
.modal-enquiry #enquiry-form ul li input[type=checkbox] + label {
  cursor: pointer;
  font-weight: 400;
  position: relative;
  padding-top: 0;
}
.modal-enquiry #enquiry-form ul li input[type=checkbox] + label:before {
  content: " ";
  height: 15px;
  width: 15px;
  border: 1px solid #969696;
  padding: 0;
  vertical-align: sub;
  display: inline-block;
  margin-right: 7px;
}
.modal-enquiry #enquiry-form ul li input[type=checkbox]:checked + label:after {
  content: " ";
  height: 10px;
  width: 6px;
  border-bottom: 2px solid #969696;
  border-right: 2px solid #969696;
  position: absolute;
  top: -1px;
  left: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
@media only screen and (min-width: 640px) {
  .modal-enquiry {
    padding: 12px 0;
  }
  .modal-enquiry h2 {
    padding: 0 12px 0;
  }
  .modal-enquiry #enquiry-form {
    padding: 12px 12px 0;
  }
  .modal-enquiry #enquiry-form h2 {
    margin-top: 12px;
  }
  .modal-enquiry #enquiry-form fieldset {
    width: 50%;
    padding-right: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
  }
  .modal-enquiry #enquiry-form .fieldset_surname,
  .modal-enquiry #enquiry-form .fieldset_mobile,
  .modal-enquiry #enquiry-form .fieldset_submit {
    padding-right: 0px;
  }
  .modal-enquiry #enquiry-form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .modal-enquiry #enquiry-form input[type=text] {
    margin-bottom: 12px;
  }
  .modal-enquiry #enquiry-form ul {
    /*width: 50%;*/
  }
  .modal-enquiry #enquiry-form ul li {
    width: 50%;
    float: left;
    margin-bottom: 12px;
  }
  .modal-enquiry #enquiry-form ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 980px) {
  .modal-enquiry {
    padding: 20px 0;
  }
  .modal-enquiry h2 {
    padding: 0 20px 0;
  }
  .modal-enquiry #enquiry-form {
    padding: 20px 20px 0;
  }
  .modal-enquiry #enquiry-form fieldset {
    /*width: 33.33%;*/
    padding-right: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
  }
  .modal-enquiry #enquiry-form .fieldset_surname,
  .modal-enquiry #enquiry-form .fieldset_mobile {
    padding-left: 10px;
  }
  .modal-enquiry #enquiry-form .fieldset_notes {
    width: 100%;
    padding: 0;
  }
  .modal-enquiry #enquiry-form .fieldset_submit {
    /*width: 25%;*/
    float: right;
  }
  .modal-enquiry #enquiry-form input[type=text] {
    margin-bottom: 20px;
  }
  .modal-enquiry #enquiry-form ul li {
    margin-bottom: 20px;
  }
}
