/*
 * NOTE: If you add a new style to this class that uses a custom font, remember to modify print.css also to remove the custom font.
 */

@import url("screen/undohtml.css?v26");
@import url("font/font.css?v32");
@import url("screen/common.css?v61");
@import url("screen/layout.css?v68");
@import url("screen/forms.css?v33");
@import url("screen/lists.css?v38");
@import url("screen/rolodex.css?v26");
@import url("screen/mapping.css?v37");
@import url("screen/sitemap.css?v26");
@import url("listing.css?v99");

#standard #sub_navigation *:link,
#standard #sub_navigation *:visited {
  color: #3c475b;
  text-decoration: none;
}

#standard #footer *:link,
#standard #footer *:visited,
#minimal #footer *:link,
#minimal #footer *:visited,
#light #footer *:link,
#light #footer *:visited {
  color: #515b6e;
  text-decoration: none;
}

#standard #footer *:link,
#standard #footer *:visited,
#minimal #footer *:link,
#minimal #footer *:visited,
#light #footer *:link,
#light #footer *:visited {
  padding: 0 0.2em 0 0.2em;
}

#light #sub_navigation {
  color: #fafbfc;
}

#sub_navigation *:link, #sub_navigation *:visited {
  text-decoration: underline;
}

#standard #sub_navigation *:link:hover, #standard #sub_navigation *:visited:hover,
#standard #footer *:link:hover, #standard #footer *:visited:hover,
#minimal #footer *:link:hover, #minimal #footer *:visited:hover {
  color: #0063e6 !important;
  text-decoration: underline;
}

#siteSectionTabs {
  margin-left: 0.5em;
}

#standard #promotion {
  height: 70px;
  padding: 3px 0;
}

#standard #navigation {
  height: 2.5em;
  background: #464646 url("../image/background-grey.gif") repeat-x bottom !important;
  border-left: 1px solid #464646;
  border-right: 1px solid #464646;
  margin: 0 -1px;
}

#standard #sub_navigation {
  border-bottom: 1px solid #C6C6C6;
  height: 2em;
  line-height: 2em;
  background: #e7f2ff url("../image/gradient-subnav-light-blue.gif") repeat-x bottom !important;
  padding-left: 1em;
}

/** Styles specific to listing pages. */
#layout_03.listing #left_container {
  font-size: 1.0em;
}
#layout_03.listing #left_container dl {
  font-size: 1.0em;
  margin-left: 0.5em;
}
#layout_03.listing #left_container p {
  font-size: 1.2em;
  margin: 0 0 0 0.5em;
}
#layout_03.listing #left_container h3 {
  font-size: 1.1em;
}
#layout_03.listing #left_container dt {
  font-weight: normal;
  font-size: 1.1em;
  margin-top: 0.5em;
}
#layout_03.listing #left_container dd {
  font-weight: normal;
  font-size: 1.2em;
}
#layout_03.listing #left_container div.quarter_column {
  padding: 0 !important;
  margin: 0 !important;
  width: 8.35em !important;
}
#layout_03.listing #left_container div.column div.mediumLightBox {
  margin: 0 !important;
}
/** Add a blue background to the left column for the listing pages. */
#layout_03.listing #left_container {
  background-color: #eaeff1;
  margin-top: 1em;
}

/** Style specific to search result screens - namely advanced search and email direct. */
#advancedSearchlayout.searchResults #left_container {
  font-size: 1.0em;
}
#advancedSearchlayout.searchResults #left_container dl {
  font-size: 1.0em;
}
#advancedSearchlayout.searchResults #left_container h2 {
  font-size: 2.2em;
  letter-spacing: -1px;
  font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
}
#advancedSearchlayout.searchResults #left_container h3 {
  font-size: 1.3em;
}
#advancedSearchlayout.searchResults #left_container dt {
  font-weight: normal;
}
#advancedSearchlayout.searchResults #left_container dd {
  font-weight: normal;
}
#advancedSearchlayout.searchResults #left_container div.quarter_column {
  padding: 0 !important;
  margin: 0 !important;
  width: 8.35em !important;
}
#advancedSearchlayout.searchResults #left_container div.column div.mediumLightBox {
  margin: 0 !important;
}
#advancedSearchlayout.searchResults h1 {
  color: #3c475b;
  border-bottom: none;
  margin-bottom: 3px !important;
  line-height: 1.1em;
}
#blockSizeFieldset label, #dwellingSizeFieldset label, #dateAvailableFieldset label, #netLettableFieldset label {
  font-size: 1.2em;
}

/* Remove vertical spacing from columns within forms */
#layout_01 #left_container form div.quarter_column,
#layout_01 #left_container form div.one_third_column,
#layout_01 #left_container form div.half_column,
#layout_01 #left_container form div.two_thirds_column,
#layout_01 #left_container form div.three_quarter_column,
#layout_01 #left_container form div.column {
  padding: 0 0 0 0.5em !important;
}
#layout_01 #left_container form div.half_column {
  width: 47em;
}

#layout_01 #left_container form div.header h1 {
  margin-bottom: 0.5em !important;
}

/* Set clear to none for columns within wrappers. */
div.one_column_wrapper div.column,
div.two_column_wrapper div.column,
div.three_column_wrapper div.column,
div.four_column_wrapper div.column,
div.five_column_wrapper div.column,
div.six_column_wrapper div.column {
  clear: none !important;
}

#logon, #logout {
  float: right;
  margin: 0;
  padding: 0 1em 0 0;
  font-size: 1.1em;
}

#logout {
  text-transform: uppercase;
}

#breadCrumbs {
  padding: .5em 0;
  color: #b6bbc2;
  margin: 0;
  font: 13px/1.4 'Source Sans Pro', sans-serif !important;
}
#breadCrumbs li {
  display: inline;
}
.breadCrumbSelected {
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
  color: #b6bbc2;
}
.breadCrumb {
  text-decoration: none;
  color: #a9afba;
  text-transform: capitalize;
}
.breadCrumb:hover,
.breadCrumbHome:hover {
  text-decoration: underline;
}
.breadCrumb:hover {
  color: #a9afba;
}
.breadCrumbHome {
  text-decoration: none;
  color: #3c475b;
  text-transform: capitalize;
}

#pageTitle {
  position: relative;
  height: 2em;
  margin: .5em 0 0 0;
}
#pageTitle h1 {
  color: #3c475b;
  margin: 0;
  border: 0;
  text-decoration: none;
  background-color: #ffffff;
  padding: 0;
}
.section_heading {
  background-color: transparent;
  color: #3c475b;
  font-size: 1.7em;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  padding: .5em 0 .1em 0;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}

table {
  border-collapse: collapse;
  border-style: none;
  font-size: 1.2em;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

tr, td, th {
  padding: 0.5em;
  margin: 0;
}

td, th {
  border-bottom: 2px solid #ffffff;
  vertical-align: top;
}

/* Add this class to things which are there to provide semantics, but shouldn't be visible to normal users (e.g. most form legends) */
.accessibility_element {
  position: absolute;
  top: -10000em;
  left: -10000em;
}

div.spacer1 {
  display: none;
}
div.spacer2 {
  display: none;
}
div.spacer3 {
  display: none;
}
div.spacer4 {
  display: none;
}

.primary_colour {
  background: none;
}
.secondary_colour {
  background: none;
}

#tabList {
  position: absolute;
  top: 0.1em;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 1.85em;
  line-height: 1.85em;
  display: inline;
  overflow: hidden;
  font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
  word-spacing: -1px;
}
#tabList li {
  color: #C6C6C6;
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}
#tabList a {
  padding: 0.1em 0.2em 0.2em 0.2em;
  overflow: hidden;
  text-decoration: none;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  word-spacing: 0;
}
#tabList a:hover {
  color: #fafbfc !important;
  background: #909090 url("../image/button-grey.gif") repeat-x bottom !important;
}
#tabList a.selected {
  background: #fc5938 url("../image/button-red.gif") repeat-x bottom !important;
}

.section_heading {
  margin: 0 0 2px 0;
}

h1.mapMenuRow, .mapMenuRow dd, .mapMenuRow li {
  margin: 0 0 2px 1px;
}
.mapMenuRow dd {
  line-height: 1.3em;
  font-size: 1.1em !important;
  color: #3c475b;
  display: block;
  margin-bottom: 1px;
}
.mapMenuRow .fa-angle-double-right {
  margin-right: 10px;
}
.mapMenuRow dd a {
  display: inline-block;
  padding: 2px 0 2px 0;
  transition: color .2s ease-in;
}
.mapMenuRow li a {
  line-height: 1.6em;
  font-size: 1.1em !important;
  padding: 0.3em 0 0.3em 1.7em;
  background-color: #eaeff1;
  color: #3c475b;
  display: block;
  margin-bottom: 1px;
  letter-spacing: 0.1em;
}
.mapMenuRow dd a:hover, .mapMenuRow li a:hover {
  color: #0063e6;
}
.mapMenuRow p {
  padding: 0.5em 0 0 1.5em;
  margin: 0 0 0 -0.7em;
}
.mapMenuRow a {
  text-decoration: none;
}

.primaryLinks li, .secondaryLinks li {
  margin: 0 0 2px 0;
}
.primaryLinks li a, .secondaryLinks li a {
  font-size: 16px !important;
  display: block;
  transition: color .2s ease-in;
}
.primaryLinks, .secondaryLinks {
  margin-top: 1.5em;
}
.primaryLinks ul {
  margin-bottom: 0;
}

.noLink {
  color: #C3C3C3;
  padding: .3em 0 .3em 0;
  display: inline-block;
}

/* MENU BLOCK STYLES */
div.menu_link p {
  color: #000;
  text-decoration: none;
  text-transform: none;
}
div.menu_link :link h2, div.menu_link h2 :link {
  color: #3c475b;
  text-decoration: underline;
}
div.menu_link :visited h2, div.menu_link h2 :visited {
  text-decoration: underline;
}
div.menu_link :visited:hover h2, div.menu_link h2 :visited:hover {
  color: #0063e6;
  text-decoration: underline;
}
div.menu_link :link:hover h2, div.menu_link h2 :link:hover {
  color: #0063e6;
  text-decoration: underline;
}

/* Images */
.map,
img.photo,
img.agent_photo {
  clear: none;
  margin: .5em 0 .5em .5em;
  background-color: #ffffff;
}

/* Google Street View on Listing Photos page. */
#streetViewPano {
  border: 1px solid #c9c9c9;
  padding: 3px;
  width: 600px;
  height: 400px;
  margin: 0 auto;
}

/* Display Agent Logos Centered */
img.logo {
  display: block;
  margin: 0 auto;
}

img.agent_photo {
  margin-left: 0;
  margin-right: 4px;
}
img.agent_logo {
  margin-right: 0;
}
img.agentTinyLogo {
  max-width: 120px;
  max-height: 42px;
  white-space: nowrap;
  overflow: visible;
}
.agent-logo-header {
  max-width: 284px;
  max-height: 145px;
}
.agencyTinyLogoBrowseListingPage,
.agencyTinyLogoBrowseNewDevListingPage {
  white-space: nowrap;
  overflow: visible;
  position: absolute;
  right: 0;
}
.agencyTinyLogoBrowseListingPage {
  bottom: 0;
}
.agencyTinyLogoBrowseNewDevListingPage {
  bottom: .5em;
}

/* Unordered Lists */

ul.links {
  margin: 0 0 1em 0;
  font-size: 1em;
  line-height: 1.2em;
}
ul, ol {
  font-size: 1.2em !important;
  line-height: 1.2em;
  margin: 0 0 0.5em;
}
ul li, ol li {
  margin-bottom: 0.5em;
}
/* Form Styling */
form.standard {
  float: left;
  background-color: #eaeff1;
  padding: 0 0 1.5em 0;
  border: 1px solid #c9c9c9;
}
form.private_listing {
  float: left;
  background-color: #eaeff1;
  padding: 0 0 .5em 0;
  border: 1px solid #c9c9c9;
  width: 97.8em;
}

#layout_01 #left_container form.private_listing div.column {
  width: 97.3em;
}

form.private_listing .right_button {
  float: right;
  margin-right: 1.5em;
}

form.private_listing .noPhotos {
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #000;
  background-color: #ddd;
  width: 25em;
  text-align: center;
}

form.private_listing div h1 {
  width: 98.7%;
}
form.private_listing div h2 {
  width: 98.7%;
}

/* Please note that the attribute selectors for input tags only work in good browsers. */
input, select, button, textarea, input[type="checkbox"], input[type="radio"] {
  border: 1px solid #c9c9c9;
  vertical-align: middle;
}

input[type="image"] {
  border: none;
}

input[type="submit"] {
  border: none;
  background-color: #464646;
  color: #fafbfc;
  font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  padding: 0.4em 1em 0.4em 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
input[type="submit"]:hover {
  background-color: #0063e6;
  cursor: pointer;
}
#payButton:disabled {
  background-color: #dddddd;
  cursor: default;
}

#paymentBackButton:disabled {
  background-color: #dddddd;
  cursor: default;
}

.nonSubmittingButton {
  border: none;
  background-color: #464646;
  color: #fafbfc;
  font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  padding: 0.4em 1em 0.4em 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.nonSubmittingButton:hover {
  background-color: #0063e6;
  color: #fafbfc;
  cursor: pointer;
}
a.nonSubmittingButton {
  width: 79px;
  height: 25px;
}

.sold {
  background: url("../image/sold.png") no-repeat top !important;
}
.under_offer {
  background: url("../image/under_offer.png") no-repeat top !important;
}
.rented {
  background: url("../image/rented.png") no-repeat top !important;
}
.under_application {
  background: url("../image/under_application.png") no-repeat top !important;
}

div.smallLightBox {
  width: 64px;
  margin: 0 auto;
  padding: 2px;
  background-color: #ffffff;
}
div.mediumLightBox {
  width: 320px;
  margin: 2px;
  padding: 2px;
  border: 1px solid #c9c9c9;
  background-color: #ffffff;
}
div.smallLightBox img,
div.mediumLightBox img {
  clear: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;
}
div.smallLightBox img {
  width: 64px !important;
  height: 43px !important;
}
div.smallLightBox h3,
div.mediumLightBox h3 {
  background-color: #0063e6;
  color: #fafbfc;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: normal;
  text-transform: none;
}
div.smallLightBox h3 {
  font-size: 1.0em;
  line-height: 2.0em;
  height: 2.0em;
}
div.mediumLightBox h3 {
  font-size: 1.2em;
  line-height: 2.4em;
  height: 2.4em;
}

div.button {
  float: right;
  color: #000000;
  font-size: 1.0em;
  padding: 0;
  margin-top: -0.5em;
  text-transform: uppercase;
}

p.advert {
  font-size: 1.2em !important;
  line-height: 1.2em !important;
  margin: 1em 0 0 0 !important;
  text-align: center;
  text-transform: none;
}

div.toggleOption {
  padding: 0;
  margin: 0 0 0.5em 0;
  font-size: 14px !important;
  font-weight: normal !important;
}

table.controls {
  border: 0;
  padding: 0;
  margin: 0;
  display: block
}
table.controls tr,
table.controls td,
table.controls th {
  border: 0;
  padding: 2px;
  margin: 0;
  vertical-align: middle;
  text-align: center;
}
table.list tr,
table.list td,
table.list th {
  border: 0;
  margin: 0;
}

h2.address {
  font-size: 1.6em !important;
}

h2.price {
  font-size: 1.5em !important;
  display: inline;
  line-height: 1.2em;
}

.highlight {
  text-transform: uppercase;
  color: #0063e6;
}

.green_msg {
  text-transform: uppercase;
  color: #008000;
}

/* padded either side */
.padded {
  padding: 0 1em;
}

/* padded on the left */
.indented {
  padding-left: 1em;
}

div.agent p {
  font-size: 1.2em;
  line-height: 1.3em;
  padding: 0;
  margin: 0 0 0.6em 0;
}

div.agent p a {
  font-size: 1.1em;
}

div.contactAgentPhoto {
  float: left;
  padding-left: 1.5em;
}

.contactAgentPhotoSeparator {
  border: none;
  background-color: #C6C6C6;
  color: #C6C6C6;
  height: 1px;
}

p.feature_list {
  font-size: 1.2em !important;
  line-height: 1.44em !important;
}

p.smaller {
  font-size: 1.1em !important;
}

p.small {
  font-size: 1.1em !important;
}

div.listing_description {
  font-size: 1.3em !important;
  line-height: 1.4em !important;
  margin: 0;
  padding: 0;
  border: 0;
  color: #3c475b;
}

div.listing_description ul {
  line-height: 1em;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 20px;
}

div.listing_description ul li {
  font-size: 0.83333em; /* HACK: 1/1.2 = 0.83333. This is a hack to resize bullets as I can't seem to shake the 1.2em inherited font size. */
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin-bottom: 0;
}

/* Ensure that paragraphs are correctly sized if they appear in a div.listing_description.
   http://jira.ahoffice.com.au/browse/AH-6481 */
div.listing_description p {
  font-size: 1.0em;
  line-height: 1.4em;
  margin-bottom: 1.2em;
  color: #3c475b;
  letter-spacing: 0.01em;
}

table.recordList {
  font-size: 1.3em !important;
}

table.recordList th {
  color: #515b6e;
  background: #fff;
  border-bottom: none;
  border-top: none;
  padding: .5em;
  font-weight: 600;
}

/* Increase the top margin for submit buttons that live inside a vertical form field only */
div.vv_field input.submit_button, div.vs_field input.submit_button,
div.vm_field input.submit_button, div.vl_field input.submit_button {
  margin-top: 1em !important;
}

/* Convience classes for indenting paragraphs */
p.tab_stop_0 {
  padding-left: 0;
  margin-bottom: 0.3em;
}

p.tab_stop_1 {
  padding-left: 3em;
  margin-bottom: 0.3em;
}

p.tab_stop_2 {
  padding-left: 6em;
  margin-bottom: 0.3em;
}

p.tab_stop_3 {
  padding-left: 9em;
  margin-bottom: 0.3em;
}

.no_margin {
  margin: 0 !important;
}

/* Remove underline from images withing anchors */
p a img {
  text-decoration: none !important;
}

/* Class for adding a light brown background with some padding. It is basically the same styling that forms have these days */
.light_blue_box {
  background-color: #e5e6dd;
  padding: 0.5em;
}

/* Class for adding a light grey background with some padding. */
.light_grey_box {
  background-color: #f2f2f2;
  padding: 0.5em;
}

/*
 * An attempt to make unordered and ordered lists look like they are supposed to.
 * This is not permanent, eventually default behaviour should remain the same (ie showing bullets)
 * and then should be overridden on a case by case basis instead of making it a default behaviour.
 * Default behaviour is broken by the undohtml.css stylesheet.
*/
.fix_list ul, fix_list ol {
  padding: 0 0 0 3em;
}

.fix_list ul {
  list-style-type: disc;
}

.fix_list ol {
  list-style-type: decimal;
}

/* Add a thin border around legend GIFs so that they stand out more against a white background -
   particulary the GIF that is coloured white. */
img.legend {
  border: 1px solid #464646;
}

/*
 * Styles for the listing photo view page.
*/
.thumbnail img {
  padding: 0;
}

/* Div containing the large photo */
#photoPlaceHolder, #streetViewPano {
  margin-top: 0;
  position: relative;
  clear: both;
}

/* photo navigation links */
#prevnext {
  float: right;
  padding-right: 1em;
  font-size: 1.1em;
}

#next, #prev, #streetViewLinkDiv, #advancedMappingPhotoLink {
  display: inline;
  line-height: 1.4em;
}

#preloadImage {
  display: none;
  position: absolute;
  top: 150px;
}

#statusText {
  text-align: left;
  border: none;
  margin: 0;
  padding: 0;
}

#photo {
  margin-bottom: 1em;
}

#titleBox {
  float: left;
  padding-left: 0.5em;
}

#date-added-text {
  margin: 0;
  padding-bottom: 1em;
}

#photoLink, .thumbnail {
  outline: none;
}

#returnLink {
  display: inline;
}

#prevnext a:active, #prevnext a:focus {
  text-decoration: underline;
}

#prevnext a {
  outline: none;
}

.dropdown {
  font-weight: 600;
  font: 14px/24px 'Source Sans Pro', sans-serif;
  display: inline-block;
  text-align : center;
}
.dropdown,
.dropdown ul,
.dropdown li {
  margin: 0;
  padding: 0;
}
.dropdown ul {
  display : none;
  position: absolute;
  top: 75%;
  left: -50px;
  z-index: 10000;
}
.dropdown ul ul {
  top: 0;
  left: 100%;
  right: auto;
}
.dropdown li {
  position: relative;
  display: block;
  list-style-type: none;
}
.dropdown > li {
  display: inline-block;
}
.dropdown a:hover,
.dropdown > li.selected > a {
  text-decoration: none;
  color: #3c475b;
}
.dropdown > li > a:before {
  border-bottom: 3px solid #db003b;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(44px);
  -moz-transform: translateY(44px);
  -ms-transform: translateY(44px);
  -o-transform: translateY(44px);
  transform: translateY(44px);
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.dropdown > li.selected > a:before,
.dropdown > li > a:hover:before {
  -webkit-transform: translateY(38px);
  -moz-transform: translateY(38px);
  -ms-transform: translateY(38px);
  -o-transform: translateY(38px);
  transform: translateY(38px);
  opacity: 1;
}
.dropdown > li > a {
  padding-bottom: 27px;
}
.dropdown > li > a > span {
  font-weight: 400;
  font-size: .7em;
  color: #b0b4c0;
}
.dropdown a {
  display: block;
  text-decoration: none;
  white-space: pre;
  color: #3c475b;
  margin: 0;
  padding: .1em .4em .2em .4em;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font-weight: 600;
}
.dropdown li:hover > ul {
  display: block;
}
.dropdown li ul {
  font-size: 1em !important;
  background-color: #fff;
  border: 1px solid #e6e9ed;
  padding: 0;
  line-height: 1.4em;
  width: 180px;
  text-align: left;
}
.dropdown li ul li a {
  color: #3c475b;
  font-weight: 400;
  padding: 10px 15px;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.dropdown li ul li a:hover {
  background-color: #f2f5f7;
  border-bottom: none;
}
.dropdownJavaScript li:hover > ul {
  display: none;
}
.dropdownJavaScript li.dropdownOpen > ul {
  display: block;
}

.arrowbox {
  position: relative;
  background: #fff;
  border: 1px solid #e6e9ed;
}
.arrowbox:after,
.arrowbox:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrowbox:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.arrowbox:before {
  border-color: rgba(230, 233, 237, 0);
  border-bottom-color: #e6e9ed;
  border-width: 7px;
  margin-left: -7px;
}
/* ------------------------------------------------------------------------------ */

/* BUTTONS */

.buttons a, .buttons button {
  display: block;
  float: left;
  margin: 0 7px 0 0;
  background-color: #ffffff;
  border: 1px solid #666;
  border-top: 1px solid #999;
  border-left: 1px solid #999;

  font-size: 100%;
  line-height: 130%;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  padding: 5px 10px 6px 7px; /* Links */
}

.buttons button {
  width: auto;
  overflow: visible;
  padding: 4px 10px 3px 7px; /* IE6 */
}

.buttons button[type] {
  padding: 4px 10px 5px 7px; /* Firefox */
  line-height: 17px; /* Safari */
}

*:first-child+html button[type] {
  padding: 4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img {
  margin: 0 3px -3px 0 !important;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
}

/* STANDARD */

button:hover, .buttons a:hover {
  background-color: #dff4ff;
  border: 1px solid #c2e1ef;
  color: #336699;
  text-decoration: none;
}

.buttons a:active {
  background-color: #6299c5;
  border: 1px solid #6299c5;
  color: #fafbfc;
  text-decoration: none;
}

div.form_buttons {
  margin-top: 1em !important;
  padding-top: 1em !important;
  border-top: 1px dashed #ccc;
}

.grey {
  background: #909090 url("../image/button-grey.gif") repeat-x bottom !important;
}

.red {
  background: #0063e6 url("../image/gradient-red.gif") repeat-x bottom !important;
}

/* Increase the spacing between a toggle option and its text. */
div.toggleOption input {
  margin-right: 0.5em;
}

.inputFieldEmpty {
  color: #808080;
}

/* Styles specific to the Past Sales Information Links displayed on the listing photo page. */
div.pastSalesInformation {
  margin-top: 1em;
  padding-right: 2em;
}

div.pastSalesInformation tr, div.pastSalesInformation td, div.pastSalesInformation th {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

div.pastSalesInformation h2 {
  color: #454545;
  border-bottom: 1px solid #454545;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  font-size: 1.3em;
}

div#pageTitleRightMessage {
  font-size: 1.2em;
  line-height: 1.2em;
}

/** Landing page hacks. */
div.landing .section_heading {
  border: none;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  border: 0;
  /* Padding between text and border. */
  padding: 0 0 3px 0;
  /* Spacing after the heading. */
  margin: 0;
}

div.landing h3.counts {
  margin: 0;
  font: 1.2em 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
  color: #3c475b;
  line-height: normal;
  padding-bottom: 3px;
}

div.landing #searchLabel {
  color: #0063e6;
  font-size: 1.2em;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
}

div.landing a#sitemap {
  text-decoration: none !important;
  color: #696969 !important;
}

/* Some other rules are ridiculously specific */
#layout_01.landing #left_container {
  margin-top: 6.5em;
  /* margin-bottom would be more idiomatic, but is ignored by IE if it is the last element. */
  padding-bottom: 6.5em;
}

#layout_01.landing #left_container div.one_third_column {
  width: 23.5em;
  margin-bottom: 2em;
}

/** Browse page hacks. */
.clean_heading {
  border-bottom: none;
}

.clean_heading span.count {
  font-size: 0.8em;
  color: #333;
}

.copyright {
  margin-top: 1.5em !important;
}
p.copyright a {
  text-decoration: none;
  color: #515b6e !important;
}
p.copyright a:hover {
  text-decoration: none;
}

.mapTooltip {
  position: absolute;
  top: 20px;
  color: #3c475b;
  color: rgba(70, 70, 70, 0.8);
  border: 0;
  padding: 2px;
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

/** New Advanced Search Results Styling - move me to an appropriate class when you're done Szymon. */
table.searchResults,
table.searchResults tr,
table.searchResults td,
table.searchResults th,
table.searchResults thead,
table.searchResults tfoot {
  font-size: 1em;
  color: #000000;
}

table.searchResults :link,
table.searchResults tr :link
table.searchResults td :link,
table.searchResults th :link,
table.searchResults thead :link,
table.searchResults tfoot :link {
  color: #3c475b;
}

table.searchResults :link:hover,
table.searchResults tr :link:hover
table.searchResults td :link:hover,
table.searchResults th :link:hover,
table.searchResults thead :link:hover,
table.searchResults tfoot :link:hover {
  color: #0063e6;
}

/* Advanced search results - BEGIN */
.advanced-search-result {
  width: 671px;
  border: none;
  padding-bottom: 1em;
  padding-top: 1em;
  color: #747474;
  line-height: 2em;
  min-height: 150px;
  background-color: #fff;
  transition: background-color .5s linear;
  white-space: nowrap;
}
.advanced-search-result:hover {
  background-color: #F1F1F1;
}
.search-result-image-wrapper {
  width: 215px;
  position: relative;
  float: left;
}
.search-result-photo-num {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.7);
  color: #fafbfc;
  padding: 3px 3px 0 3px;
  font-size: 1.4em;
}
.search-result-photo-num-new-dev {
  position: relative;
  bottom: 25px;
  width: 25px;
  background-color: rgba(51, 51, 51, 0.7);
  color: #fafbfc;
  padding: 3px 3px 0 3px;
  font-size: 1.4em;
}
.search-result-details {
  float: right;
  width: 455px;
  position: relative;
  height: 148px;
}
.search-results-address {
  font-weight: normal;
  color: #263248;
  font: 18px/22px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
  white-space: initial;
}
.search-results-address:visited {
  color: #566A96;
}
.search-results-title-wrapper {
  width: 264px;
  padding: 0;
  float: left;
}
.search-results-price {
  float: right;
  color: #263248;
  font: 18px/22px 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  letter-spacing: -.5px;
  font-weight: normal;
  text-align: right;
  text-overflow: ellipsis;
  max-width: 190px;
  overflow: hidden;
}
.search-result-thumbnail {
  width: 210px;
  max-height: 148px;
}
.search-result-open-time,
.search-result-uv-bargain-ratio,
.search-result-eer,
.search-result-rooms-available,
.search-result-people-wanted {
  font: 13px/18px 'Source Sans Pro', sans-serif;
  color: #515b6e;
}
.open-time-result,
.uv-bargain-ratio,
.eer-value,
.rooms-available,
.people-wanted {
  padding-left: 3px;
  font: 13px/18px 'Source Sans Pro', sans-serif;
  color: #515b6e;
  font-weight: 600;
}
.search-results-no-photo-image-wrapper {
  position: relative;
  background-color: #f5f5f5;
  color: #d6d6d6;
  width: 210px;
  height: 148px;
}
.search-results-no-photo-image {
  margin-left: 1.65em;
  margin-top: 1.3em;
}
.search-results-no-photo-text {
  position: absolute;
  bottom: 61%;
  left: 12%;
  font-size: 2.1em;
  letter-spacing: -1px;
}
.search-results-divider {
  clear: both;
  border-top: 1px solid #e9e9e9;
  width: 67em;
}
.search-results-right-wrapper {
  float: right;
  height: 148px;
  width: 190px;
  position: relative;
}
.search-results-property-type-wrapper {
  float: right;
  font: 16px/24px 'Source Sans Pro', sans-serif;
  color: #0063e6;
  text-align: right;
}
.search-results-property-type-dev {
  font-size: 13px;
  line-height: 13px;
  display: block;
}
.search-results-agent-wrapper {
  text-align: right;
  font: 13px/24px 'Source Sans Pro', sans-serif;
  color: #515b6e;
  position: absolute;
  bottom: 0;
  right: 0;
}
.search-results-icons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.1em;
  margin-bottom: -.9em;
}
.search-results-listing-badge-wrapper {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 1.3em;
  color: #fafbfc;
  opacity: .9;
}
.search-results-listing-title-wrapper {
  position: absolute;
  top: 1.6em;
  left: 0;
  font-size: 1.7em;
  letter-spacing: -1px;
}
.search-results-listing-details-wrapper {
  position: absolute;
  top: 6em;
  left: 0;
}
.search-results-agent-name,
.search-results-agency-name {
  color: #747474;
  float: right;
  line-height: .9em;
  margin-top: 3px;
}
.search-results-agency-name {
  font-weight: 600;
}
.badge-new,
.badge-new-price,
.badge-under-offer,
.badge-under-application,
.badge-sold,
.badge-rented,
.badge-over55s,
.badge-over60s,
.badge-development,
.badge-featured,
.badge-pow,
.badge-furnished {
  padding: 3px;
  color: #fafbfc;
  font-size: 12px;
  vertical-align: top;
}
.badge-new {
  background-color: #05ccb6;
}
.badge-new-price {
  background-color: #05ccb6;
}
.badge-under-offer {
  background-color: #ffa200;
}
.badge-under-application {
  background-color: #ffa200;
}
.badge-sold {
  background-color: #fe6d45;
}
.badge-rented {
  background-color: #fe6d45;
}
.badge-over55s,
.badge-over60s {
  background-color: #874df0;
}
.badge-development {
  background-color: #0063e6;
}
.badge-featured {
  background-color: #05ccb6;
}
.badge-pow {
  background-color: #05ccb6;
}
.badge-furnished {
  background-color: #05ccb6;
}
.search-results-agent-private {
  color: #747474;
  float: right;
  line-height: .9em;
  margin-top: 3px;
}
.result-count,
.total-result-count,
.hidden-result-count {
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}
#hiddenListings > div {
  margin-top: .5em;
}
.clear-button {
  display: inline-block;
  margin-left: 2em;
  margin-top: 4px;
  float: right;
}
.search-result-photo-num-value {
  display: inline-block;
  vertical-align: top;
}
.searchCriteria fieldset {
  font-size: 1.1em;
}

.advancedSearchResult {
  width: 65.3em;
  border: 1px solid #ecece6;
  margin-bottom: 0.5em;
  color: #3c475b;
  line-height: 2em;
  min-height: 13.5em;
  background-color: #f4f7f8;
}
.advancedSearchResultThumbnail {
  float: left;
  margin: 1em;
  width: 14em;
  position: relative;
  text-align: center;
}
.advancedSearchResultThumbnailImage {
  width: 14em;
}
.advancedSearchResultDetails {
  float: right;
  margin: 1em 1.5em 1em 1em;
  width: 46.5em;
  position: relative;
}
.advancedSearchResultAddress {
  font-size: 1.6em;
  letter-spacing: -1px;
}
.advancedSearchResultAddress a, .advancedSearchResultAddress a:visited {
  color: #028CBA;
  font-size: 1.3em;
  text-decoration: none;
}
.advancedSearchResultAddress a:hover {
  text-decoration: underline;
}
.advancedSearchResultsImage {
  display: block;
  width: 100%;
}
.advanced-search-enlarge-image {
  display: none;
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .9;
  width: 100%;
  font: 16px/24px 'Source Sans Pro', sans-serif;
  background-color: #303030;
  color: #fafbfc;
  text-align: center;
}
.advancedSearchResultPrice {
  font-size: 1.9em;
  font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
}
.propertyType {
  font-size: 1.4em;
}
.advancedSearchResultOpenTime {
  float: left;
  font-size: 1.4em;
  clear: left;
}
.advancedSearchResultUvBargainRatio {
  float: left;
  font-size: 1.4em;
  clear: left;
}
.advancedSearchAgentAgencyName {
  float: left;
  clear: left;
}
.advancedSearchNoImageAvailable {
  font-size: 1.2em;
}
.advancedSearchResultSuffix {
  font-weight: normal;
  font-size: 0.9em;
  float: right;
}
.advancedSearchResultAgentDetails {
  float: left;
  font-size: 1.4em;
  clear: left;
  width: 22em;
}
.advancedSearchResultIcons {
  display: inline-block;
  float: left;
  clear: left;
  margin-top: 0.5em;
  font-size: 1.2em;
  background-color: #0063e6;
  color: #eeeeee;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  max-width: 330px;
}
.advancedSearchShareResultIcons {
  float: left;
  clear: left;
  font-size: 1.4em;
}
.listingIcons {
  margin-right: .8em;
}
.powListingIcons {
  margin-right: .5em;
}
.listingIcons span.label {
  font-weight: normal;
}
.listingIcons span.value {
  display: inline-block;
  margin-right: 1px;
  font: 18px 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  vertical-align: text-bottom;
  color: #3c475b;
}
.listingIcons span.icon,
.propertyOfTheWeekNewDevIcons span.icon,
.featured-property-icon span.icon {
  color: #3c475b;
}
.search-results-icons-wrapper span.icon,
.dream-homes-item-summary span.icon,
.propertyOfTheWeekNewDevIcons span.icon{
  font-size:2em;
}
.search-icons {
  margin-left: .6em;
}
.search-icons > img {
  width: 20px;
  height: 20px;
}
.search-icons span.value {
  font-size: 1.3em;
  display: inline-block;
  vertical-align: text-bottom;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  color: #0063e6;
}
.sortingCombo {
  margin-right: 0;
  width: 230px;
}
/* Advanced search results - END */

.browseIconsWithoutThumbnails .listingIcons {
  display: inline-block;
}

/* Add hasLayout to stop enlarge image jumping in IE6/7 */
.listingSummary a.photoGallery {
  zoom: 1;
}

.galleryLogo {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 6px;
}
.galleryFooter {
  bottom: 0;
  width: 100%;
  position: absolute;
  margin-bottom: 9px;
  max-height: 32px;
}
.gallerySocialLinks {
  display: inline;
  float: right;
  margin-right: 1em;
}
.galleryListingDisplayLink {
  color: #454545;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: absolute;
  margin-top: 0.5em;
  margin-left: 0.7em;
  text-transform: uppercase;
  max-width: 30em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.galleryListingDisplayLink:hover {
  text-decoration: underline;
}
.galleryEmailLink {
  color: #454545;
  font-size: 1.2em;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
}
.galleryEmailLink img {
  margin-top: 5px;
}

/* We don't want the bottom margin for the locality accordians on advanced search
 * but we do want to space the top out a little */
.sidebar_form #locationFieldset legend {
}

#locationFieldset .districtContainer {
  margin-top: 1em;
}

#locationFieldset .vs_label {
  margin-top: 0.5em;
}

#locationFieldset .vsm_label {
  margin-top: 0.5em;
}

/* End advanced search specific styling */

.inputHighlighted {
  background: #EFF5FF none repeat scroll 0 0;
  border: 2px solid #73A6FF;
  color: #000000;
}

.inputUnHighlighted {
  border: solid 2px #DFDFDF;
}

/** Top 50 sales page checkboxes / labels styling. */
.displayOptions input, .displayOptions label {
  font-size: 1.2em;
}

.displayOptions input {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.tabBorder {
}

.tabBorder p {
  margin-bottom: 0;
}

.results {
  margin-top: 1.5em;
}

.advancedMap {
  height: 40em;
}

div.advSearchResultInformation {
  width: 40em;
  margin-bottom: 1em;
}
div.advSearchResultInformation p {
  margin-bottom: 0.3em;
}
.advanced-search-result-header-left {
  letter-spacing: -1px;
  float: left;
  color: #3c475b;
  margin-top: .4em;
}
.advanced-search-result-header-right {
  float: right;
}
.advanced-search-result-header-wrapper {
  font-size: 1.4em;
  color: #454545;
  width: 47.8em;
}
.advanced-search-result-header-divider {
  clear: both;
  border-bottom: 1px solid #e9e9e9;
  margin: 1em 0 0 0;
  width: 47.8em;
}
.advanced-search-result-footer-divider {
  clear: both;
  border-bottom: 1px solid #e9e9e9;
  margin: 0 0 1em 0;
  width: 67em;
}
#map-panel-description {
  font-size: .96em;
  margin-top: .96em;
}
#hiddenListings {
  font-size: .9em;
  color: #B9B9B9;
  margin-top: .8em;
}

.browseTab {
  background: #fff;
  color: #0063e6;
  font-size: 16px;
  margin-right: 11px;
  letter-spacing: -.5px;
}
.browseTabSelected, .browseTab:hover {
  background: #fff;
  color: #0063e6;
  text-decoration: underline;
}

/* For placeholder attr in IE */
input.placeholder {
  color: #AAA;
}

button.ah_button {
  cursor: pointer;
  color: #fafbfc;
  font-size: 1.2em;
  border: none;
  width: auto;
  overflow: visible;
  padding: 0.5em 1em 0.5em 1em;
  text-transform: uppercase;
  background-color: #454545;
  letter-spacing: 0.1em;
  margin: 0 auto;
  outline: none;
}
button.ah_button:focus {
}
button.ah_button:hover {
  background-color: #0063e6;
}
.ah_button_text {
  vertical-align: middle;
}

.search_clear_button {
  border: none;
  outline: none;
  background: #e81043;
  font: 16px 'Source Sans Pro', sans-serif;
  font-weight: 600;
  cursor: pointer;
  padding: 3px 1em 3px 1em;
  color: #fff;
  border-radius: 3px;
  transition: background-color .2s linear;
}

.search_clear_button:hover {
  border: none;
  color: #fff;
  background: #d00e3c;
}

.listingThumbnailForBrowsing {
  max-width: 261px;
  max-height: 174px;
  width: 261px;
}

.listingThumbnailRow {
  max-height: 174px;
  max-width: 261px;
  padding-left: 0 !important;
  position: relative;
  font-size: .8em;
}

.listingRecordSummary .listingRecordSummaryDetails {
  line-height: 1.5em;
}
.listingRecordSummary .listingRecordSummaryDetails a,
.listingRecordSummarySimpleView .listingRecordSummaryDetails a {
  color: #0094c1;
  display: inline-block;
}
.listingRecordSummary .listingRecordSummaryDetails a:visited,
.listingRecordSummarySimpleView .listingRecordSummaryDetails a:visited {
  color: #3F748E;
}
.listingRecordSummary .listingRecordSummaryDetails a:hover,
.listingRecordSummarySimpleView .listingRecordSummaryDetails a:hover {
  text-decoration: underline;
}
.listingRecordSummarySimpleView .listingRecordSummaryDetails h4,
.listingRecordSummary .listingRecordSummaryDetails h4 {
  font-weight: normal;
  color: #263248;
  font: 18px/22px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
}

.noImageAvailable {
  top: 3.5em;
  position: relative;
  color: #736F6E;
  cursor: default;
}

div.browseIconsWithThumbnails {
  display: block;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
}

div.browseIconsWithoutThumbnails {
  display: inline;
}

div.browseIconsWithThumbnails img {
  padding-left: 0;
  vertical-align: sub;
  width: 20px;
  height: 20px;
}
div.browse-share-listing-details img {
  padding-left: 0;
  vertical-align: sub;
}
.browse-share-listing-details {
  margin-bottom: 1em;
  margin-top: .2em;
}

div.otherDetails {
  padding: 0;
  color: #747474;
  line-height: 1.2em;
  letter-spacing: -.5px;
  font-size: 1.1em;
}

.searchCriteria {
  background-color: #fff;
  padding: 0 !important;
  overflow: hidden;
}

.searchCriteriaProperty {
  float: left;
  font-size: 1.2em;
  margin: 0 0 0.5em;
}

.searchCriteriaHiddenProperty {
  float: left;
  font-size: 1.2em;
  margin: 0 0 0.5em;
  display: none;
}

.propertyOfTheWeek {
  background-color: #f2f5f7;
  position: relative;
  color: #3c475b;
  text-align: left;
  width: 300px;
}
.propertyOfTheWeekHeading {
  font-size: 1.5em;
  border-bottom: none;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  background-color: #436a8b;
  color: #fafbfc;
  padding-bottom: .5em;
  margin-left: 0;
  padding-left: .6em;
  margin-bottom: 0;
}
.propertyOfTheWeekPhoto {
  display: block;
}
.propertyOfTheWeekDetails {
  display: block;
}
.propertyOfTheWeekAddress {
  font-size: 1.5em;
  padding: .3em .2em;
  font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
  line-height: 1.2em;
  color: #336b86;
  background-color: #f2f5f7;
  text-align: center;
  letter-spacing: -.5px;
}
.propertyOfTheWeekAddress:hover {
  text-decoration: underline;
}
.propertyOfTheWeekDivision {
  text-transform: uppercase;
  font-size: 1.5em;
}
.propertyOfTheWeekMoreInfoIcons .browseIconsWithThumbnails {
  margin-top: .3em;
  margin-bottom: .5em;
}
.propertyOfTheWeekMoreInfo {
  position: relative;
  font-size: 1.2em;
  text-align: center;
}
.propertyOfTheWeekMoreInfoLine {
  vertical-align: text-top;
  color: #3c475b;
  font-size: 1.2em;
}
.propertyOfTheWeekMoreInfoIcons {
  display: inline-block;
  font-size: 1.1em;
  margin-top: .3em;
}
.propertyOfTheWeekMoreInfoAgency {
  position: absolute;
  bottom: 0;
  right: 0;
}
.propertyOfTheWeekListingLink {
  text-decoration: none;
}
.propertyOfTheWeekListingLink:hover {
  text-decoration: underline;
  color: #0063e6;
}
.propertyOfTheWeekImg {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-height: 200px;
}
.propertyOfTheWeekAgentWrapper {
  font-size: 2em;
  margin-top: .4em;
  white-space: nowrap;
  text-align: center;
}
.propertyOfTheWeekAgent {
  display: inline-block;
  margin-bottom: .3em;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
  padding: .3em;
  border-bottom: 2px solid #DEDEDE;
}
.propertyOfTheWeekAgentPhoto {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  margin-right: .5em;
}
.propertyOfTheWeekAgentPhoto img {
  height: 61px;
  border-radius: 1.5em;
  max-width: 4em;
}
.propertyOfTheWeekAgentDetails {
  color: #7b7c7c;
  font-size: .6em;
  line-height: 1.2em;
  position: relative;
  max-width: 12.8em;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.propertyOfTheWeekAgentDetails a {
  color: #7b7c7c;
  margin-bottom: .1em;
  display: inline-block;
}
.propertyOfTheWeekAgentDetails a:hover {
  color: #7b7c7c;
  text-decoration: underline;
}
.propertyOfTheWeekNewDevIcons {
  margin-top: .3em;
  margin-bottom: .5em;
}

.browse-main-header,
.browse-sub-header {
  position: relative;
  padding: 0;
  margin: 0;
  text-transform: none;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  font-size: 22px;
}

.underlineText {
  text-decoration: underline;
}
.underlineText:hover {
  text-decoration: underline;
}
.underlineText .boldText:hover {
  color: #0063e6;
  text-decoration: underline;
}
.underlineText span:hover {
  color: #0063e6;
  text-decoration: underline;
}

.generalHelpText {
  font-size: 1.3em;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  color: #3c475b;
  margin: 0 0 0.5em 0;
}

.captchaImage {
  border: 1px solid #ccc;
  background-color: #ffffff;
  padding: 2px;
  margin-left: 0.5em;
  margin-bottom: 1em;
}

.listingAddress {
  background-color: #ffffff !important;
  border: none !important;
  display: block !important;
}

.tabHeader {
  background-color: transparent !important;
  text-align: left !important;
  text-transform: none !important;
  float: left;
  padding: .3em 0 0 0;
  margin: 0;
  letter-spacing: 0;
  border: none;
}
.min-format-tab-header {
  font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.browseTabHeader {
  background-color: transparent !important;
  color: #454545 !important;
  font-size: 2.0em !important;
  text-align: left !important;
  text-transform: none !important;
  float: left;
  padding: .3em 0 0 0;
  margin: 0;
  border: none;
  line-height: .9em !important;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
}

#regionMap {
  margin: -1em 0 0 -2em;
}
#australiaMap {
  margin: -1em 0 0 2em;
}

.listingOptionsBar {
  padding: 0;
  line-height: 1.9em;
  font-size: 1.2em;
  display: inline-block;
  width: 49.5em;
  text-transform: uppercase;
  margin-top: 0.5em;
}
.listingOptionsBar a:hover {
  text-decoration: underline;
}
.listingOption {
  display: inline-block;
  padding-left: 3px;
  margin-left: 6px;
  background-image: url(../image/ui-icons_2e83ff_256x240.png);
  vertical-align: middle;
  margin-top: -4px;
}
.listingOptionPrint {
  width: 9px;
  height: 9px;
  background-position: -164px -100px;
}
.listingOptionEmail {
  width: 10px;
  height: 8px;
  background-position: -83px -101px;
}
.listingOptionFlag {
  width: 9px;
  height: 9px;
  background-position: -19px -117px;
}
.listingOptionWatchList {
  width: 9px;
  height: 8px;
  background-position: -212px -117px;
}
.listingOptionBackToSearch {
  width: 8px;
  height: 8px;
  background: url(../image/ui-icons_2e83ff_256x240.png) -4px -68px;
  margin-left: 0;
}

.socialMediaLinks {
  display: inline;
  float: right;
  margin-top: .2em;
}
.home-social-media {
  margin-top: 2em;
  text-align: center;
}
.home-social-media-label {
  display: inline-block;
  font-size: 1.7em;
  color: #454545;
  margin-top: .6em;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  vertical-align: top;
}
.home-social-media-icons {
  display: inline-block;
  margin-left: 1em;
}
.home-social-media-button {
  height: 30px;
  width: 30px;
  display: inline-block;
  background-image: url(../image/socialmedia/social-icons-large.png);
  transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.home-twitter-button {
  background-position: -60px 0;
}
.home-google-plus-button {
  background-position: -30px 0;
}
.home-facebook-button {
  background-position: 0 0;
}
.home-pinterest-button {
  background-position: -90px 0;
}
.home-twitter-button:hover {
  background-position: -60px -30px;
}
.home-google-plus-button:hover {
  background-position: -30px -30px;
}
.home-facebook-button:hover {
  background-position: 0 -30px;
}
.home-pinterest-button:hover {
  background-position: -90px -30px;
}
.socialMediaButton {
  height: 20px;
  width: 20px;
  display: inline-block;
  background-image: url(../image/socialmedia/social-icons.png);
  transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.twitterButton {
  background-position: -20px 0;
}
.googlePlusButton {
  background-position: -40px 0;
}
.facebookButton {
  background-position: 0 0;
}
.pinterestButton {
  background-position: -80px 0;
}
.emailButton {
  background-image: url(../image/email.png);
  background-position: 0 0;
}
.printButton {
  background-image: url(../image/print.png);
  background-position: 0 0;
}
.twitterButton:hover {
  background-position: -20px -20px;
}
.googlePlusButton:hover {
  background-position: -40px -20px;
}
.facebookButton:hover {
  background-position: 0 -20px;
}
.pinterestButton:hover {
  background-position: -80px -20px;
}
.emailButton:hover {
  background-position: 0 -20px;
}
.printButton:hover {
  background-position: 0 -20px;
}

.poiHeading {
  margin-top: 0.5em;
  font-size: 1.3em !important;
  margin-left: 0.45em;
}

.openTimesHeading {
  margin-bottom: 0;
  margin-top: 0.5em;
}

.advancedSearchLoader {
  background-image: url(../image/loaders/loader50x50.gif);
  height: 50px;
  width: 50px;
  margin: 230px auto;
}

#scroll-to-top {
  position: fixed;
  display: none;
  bottom: 1em;
  right: 1em;
  padding: 0.5em 1em 0.5em 1em;
  font-size: 1.3em;
  background-color: #d6d8db;
  color: #454545;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  border-radius: 3px;
  opacity: 0.8;
  z-index: 999999;
}
#scroll-to-top:hover {
  background-color: #b5bdc9;
}

#popupCreateSimilarPropertyAlertsLink {
  float: right;
  margin-bottom: 1em;
  display: none;
  font-size: 1.1em;
  position: relative;
  text-transform: uppercase;
  background-color: #d8dde0;
  color: #3c475b;
  padding: 0.5em 1em 0.5em 1em;
  letter-spacing: 0.1em;
  box-shadow: 0 0 1px #3c475b;
}
#popupCreateSimilarPropertyAlertsLink:hover {
  background-color: #0063e6;
  box-shadow: 0 0 1px #0063e6;
  color: #fafbfc;
}
.property-alert-button {
  margin: 0 auto;
  padding: 8px 16px;
  background-color: #e81043;
  font: 16px 'Source Sans Pro', sans-serif;
  border: none;
  outline: none;
  line-height: 20px;
  color: #fff;
  transition: all .2s linear;
  border-radius: 3px;
  font-weight: 600;
}
.property-alert-button:hover {
  background-color: #d00e3c !important;
  color: #fff !important;
  border: none;
  cursor: pointer;
}
.property-alert-button-text {
  color: #fff;
}
.property-alert-button:hover .property-alert-button-text,
.property-alert-button-text:hover {
  color: #fafbfc !important;
  cursor: pointer;
}

.view_video_profile {
  background: url(../image/listing-video.gif) no-repeat top right;
  padding-right: 25px;
  text-decoration: underline;
}
.view_video_profile:hover {
  text-decoration: underline;
}

.advancedSearchNoResults {
  font-size: 1.4em;
  text-align: center;
  color: #fafbfc;
  background-color: #e60606;
  width: 20.5em;
  padding: .2em 0 .2em 0;
  margin-bottom: 1em;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.locationHelpMessage {
  text-align: center;
  margin-bottom: 0.2em;
  color: #0063e6;
}

div.signupformError {
   margin: 0;
   padding: 0.25em 0 0 0.25em;
   color: #e60606;
   border-left: 1px solid #e60606;
   text-transform: uppercase;
}

.propertyAlertEmail {
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
}

.division {
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
}

.featuresIcons {
  float: left;
  clear: both;
}

.propertyAlertMessage {
  width: 32em;
  font-size: 1.3em;
  line-height: 1.5em;
  float: left;
}
#propertyAlertsButtonDiv {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0.4em;
}
.openTime {
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
}
.uvBargainRatio {
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
}
.boldLink {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  letter-spacing: -.5px;
}
.boldLink:hover {
  text-decoration: underline;
}

.leftAdBackground {
  margin-top: .9em;
}
.leftAdFiller {
  background-color: #ffffff;
  font-size: 1em;
  width: 300px;
  height: 250px;
}

.awardImage {
  width: 116px;
  margin: -0.4em 0 -0.8em 0;
}
.award_para {
  font-size: 1.4em;
}

.siteSeal {
  text-align: center;
  color: #000000;
  font-size: 0.8em;
}
div.siteSeal img {
  height: 60px;
  width: auto;
}

div.paymentButton {
  float: right;
}

div.spinnything {
  float: right;
  margin-top: 0.3em;
  display: none;
}

label.ratesOnlineLabel {
  float: right;
  font-size: 1.2em;
}

.geometrySearchFieldset {
  display: none
}

#radiusSearchEnableSwitchLabel,
#locationSearchEnableSwitchLabel {
  font-size: 1.2em;
}

input.locationSearchRadioSpan {
  float: left;
  width: 50%;
  font-size: 1.2em !important;
  margin: 0 0 .5em;
}

div.radioSpanBreak {
  line-height: .6em;
}

div.allLocality {
  width: 100%;
}

div.allLocality img {
  margin-right: .4em;
  padding-left: 1.8em;
  vertical-align: top;
}

#geometrySearchInfoLabel {
  display: inline-block;
  margin-left: 2em;
  line-height: 2em;
}

#geometrySearchInfoDiv img {
  vertical-align: middle;
}

#geometrySearchInfoLabelAddress {
  font-size: 1.2em;
  line-height: 2em;
  vertical-align: top;
}

#geometrySearchInfoLabelRadius {
  display:inline;
  font-size: 1.2em;
  padding-left: 0.3em;
}

.openMapViewLink {
  margin-left: 0.5em;
}

.property-alerts-help-image-header {
  font-size: 2em;
  margin: 3em 0 1em 0;
}

.property-alerts-help-image {
  margin-bottom: 3em;
}

a.create-listing-listing-type {
  padding: 0.5em 2em 0.5em 2em;
  font-size: 1.5em;
  color: #fafbfc;
  background-color: #454545;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin-right: 1em;
}

a.create-listing-listing-type:hover {
  background-color: #0063e6;
  color: #fafbfc;
}

a.create-listing-listing-type-selected {
  background-color: #0063e6;
}

div.create-listing-listing-type-elements {
  margin: 2em;
  display: flex;
  align-items: center;
}

div.create-listing-listing-type-commercial {
  font-size: 16px;
}

div.create-listing-listing-type-commercial a {
  color: #147AE2;
  text-decoration: underline;
}

.disclaimer-text {
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 1em;
  color: #999;
}

.browse-table-price {
  width: 20%;
  color: #263248;
  font: 18px/22px 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  letter-spacing: -.5px;
}

.home-tab-header {
  background-color: transparent !important;
  color: #454545 !important;
  font-size: 2.2em !important;
  text-transform: none !important;
  float: left;
  padding: .3em 0 .5em 0;
  margin: 0;
  border: none;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  position: relative;
}
.listingThumbnailForBrowsingEmpty {
  width: 169px;
  position: relative;
  float: left;
}

.listingThumbnailForBrowsingNoPhotoImg {
  width: 169px;
  height: 104px;
  padding-left: 0 !important;
}

.listingThumbnailForBrowsingNoPhotoText {
  position: absolute;
  bottom: 50%;
  font-size: 1.5em;
  letter-spacing: -1px;
  color: #aaa;
  left: 5%;
}

.new-dev-listing-img-container {
  text-align: center;
  margin-left: -.5em;
  margin-top: -.5em;
}
.new-dev-listing-img-container > img {
  width: 13em;
  height: auto;
  max-height: 7em;
  padding-left: 0 !important;
}
.new-dev-listing-row {
  background-color: #f3f3f3;
  overflow: hidden;
  width: 12em;
  height: 10em;
  display: inline-block;
  position: relative;
  line-height: 1.4em;
  border-bottom: 2px solid #dadada;
  padding: .5em;
}
.new-dev-listing-row-parent {
  border: 0;
}
.new-dev-listing-hidden {
  display: none;
  margin-top: 1em;
}
.new-dev-listing-row-features {
  margin-left: .2em;
  text-align: left;
  color: #3c475b;
  font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
}
.new-dev-listing-show-all {
  background-color: #0063e6;
  padding: 1px 8px;
  font-size: 14px;
  border-bottom: 2px solid #117694;
}
.new-dev-listing-show-all > a {
  color: #fafbfc;
}
.new-dev-listing-show-all > a:hover {
  color: #fafbfc;
  text-shadow: 0 0 3px;
}
.new-dev-listing-thumbnail-browsing {
  width: 18em;
  padding-left: 0 !important;
  height: 300px;
}
.new-dev-listing-thumbnail-row {
  height: 8em;
  width: 18em;
}
.new-dev-sub-listing-wrapper {
  float: left;
  margin-top: -2em;
  margin-bottom: 0;
  width: 100%;
  overflow: visible;
  white-space: nowrap;
}
.new-dev-sub-listing-row {
  height: 13.5em;
}
.new-dev-listing-header {
  font-size: 1.2em;
  padding-top: .6em;
  padding-bottom: .2em;
  margin-bottom: .2em;
  margin-top: 10px;
  text-align: left;
  background-color: #EFEFEF;
  color: #454545;
  line-height: 1em;
}
.new-dev-listing-header-title {
  float: left;
  margin-left: .5em;
  margin-top: .3em;
  margin-bottom: .2em;
}
.new-dev-listing-show-more-button {
  float: right;
  margin-right: .2em;
  margin-top: .2em;
}
.new-dev-listing-feature-wrapper {
  position: absolute;
  bottom: .2em;
}
.new-dev-listing-anchor-wrapper {
  margin-right: 1.3em;
  display: inline-block;
}
.new-dev-listing-anchor-wrapper-last {
  margin-right: 0 !important;
}
.new-dev-listing-icon {
  margin-right: .6em;
}
.new-dev-listing-icon span.label {
  font-weight: normal;
}
.new-dev-listing-icon span.value {
  font-size: 1.1em;
  display: inline-block;
  vertical-align: text-bottom;
  padding-bottom: 2px;
}

.browse-page-photocount {
  font-size: .8em;
  padding-bottom: .3em;
}
.video-count-icon {
  padding-top: 3px;
  padding-left: 5px;
}

#table_listings thead tr,
#table_listings_sold thead tr,
#new-dev-listings thead tr {
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff !important;
}

.listingRecordSummary {
  position: relative;
  height: 174px;
}
.new-dev-listing-record-summary {
  position: relative;
  height: 7em;
}
.new-dev-listing-record-summary-simple-view {
  position: relative;
}
tr.new-dev-listing-row-parent .listingRecordSummary {
  height: 115px;
}
.listingRecordSummarySimpleView {
  position: relative;
}
.agencyTinyLogo img {
  margin-top: .3em;
}
.agencyTinyLogoBrowseListingPage img {
  padding-left: 0 !important;
  float: right;
}
.agencyTinyLogoSearchResult {
  float: right;
}
.agencyTinyLogoSearchResult > img {
  margin-top: 0;
}
.agencyTinyLogoPow > img {
  margin-top: 0;
}

.browse-listing-view-details-button {
  display: inline-block;
  color: #22365a;
  border: 1px solid #22365a;
  border-radius: 2px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font: 14px/16px 'Source Sans Pro', sans-serif;
  padding: 4px 16px;
}
.browse-listing-view-details-button a {
  color: #22365a;
  display: block;
  padding: 6px 16px;
}
.browse-listing-view-details-button a:hover,
.browse-listing-view-details-button:hover {
  color: #515b6e;
  cursor: pointer;
}
.browse-listing-view-details-button > i {
  margin-left: 5px;
  color: #ffa200;
}
.browse-buttons-wrapper {
  position: absolute;
  top: 3.5em;
  right: 0;
  white-space: nowrap;
}
.browse-buttons-wrapper .browse-listing-view-details-button:last-child {
  margin-right: 0;
}
.browse-listing-header-link {
  color: #0063e6;
}
.browse-listing-header-link:hover {
  text-decoration: underline;
}
.watchlist-anchor > span {
  padding-right: 7px;
}
.watchlist-anchor > img {
  position: absolute;
  bottom: .1em;
  right: .5em;
}

.view-thumbnails-wrapper {
  width: 75.5em;
  font-size: 1.3em;
  white-space: nowrap;
  height: 2em;
}
.view-thumbnails-help {
  float: right;
  color: #999;
  margin-top: .6em;
}
.view-thumbnails-help > span {
  color: #999;
}

.browse-listing-bath-column {
  width: 6%;
  text-align: right;
  font: 16px/24px 'Source Sans Pro', sans-serif;
}
.browse-listing-bed-column {
  width: 2%;
  text-align: right;
  font: 16px/24px 'Source Sans Pro', sans-serif;
}
.browse-listing-property-type-column {
  width: 11%;
  text-align: right;
  font: 16px/24px 'Source Sans Pro', sans-serif;
  color: #0063e6;
  overflow: visible !important;
}
.browse-rental-listing-property-type-column {
  width: 11%;
  text-align: right;
  font: 16px/24px 'Source Sans Pro', sans-serif;
  color: #0063e6;
  overflow: visible !important;
}
.browse-listing-rentaltype-column {
  overflow: visible !important;
}
.browse-listing-property-type-column > .listingRecordSummary > span,
.browse-rental-listing-property-type-column > .listingRecordSummary > span {
  color: #0063e6;
}
.browse-listing-floorarea-column {
  width: 8%;
  text-align: left;
  font: 16px/24px 'Source Sans Pro', sans-serif;
}
.browse-listing-rentaltype-column {
  width: 12%;
  text-align: right;
  font: 16px/24px 'Source Sans Pro', sans-serif;
}
.browse-listing-peoplewanted-column {
  width: 10%;
  font: 16px/24px 'Source Sans Pro', sans-serif;
  text-align: right;
}
.share-listing-extra-info {
  margin-top: 3em;
  color: #3c475b;
}
.browse-listing-property-type-column a {
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.browse-listing-rentaltype-column a {
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.listing_img a,
.browse-table-price a,
.browse-listing-bath-column a,
.browse-listing-bed-column a,
.browse-listing-floorarea-column a,
.browse-listing-peoplewanted-column a {
  display: block;
  margin-bottom: -10em;
  padding-bottom: 10em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.listing_img a:hover,
.browse-table-price a:hover,
.browse-listing-bath-column a:hover,
.browse-listing-bed-column a:hover,
.browse-listing-property-type-column a:hover,
.browse-listing-floorarea-column a:hover,
.browse-listing-rentaltype-column a:hover,
.browse-listing-peoplewanted-column a:hover,
.browse-rental-listing-property-type-column a:hover {
  color: #3c475b;
}

.browse-listing-property-type-column {
  overflow: visible !important;
}
.browse-listing-no-photo-image-wrapper {
  position: relative;
  background-color: #F1F1F1;
  max-height: 174px;
  max-width: 261px;
}
.browse-listing-no-photo-image {
  width: 261px;
  height: 168px;
  margin-top: 1.4em;
  color: #909090;
  text-align: center;
}
.browse-listing-no-photo-text {
  position: absolute;
  bottom: 64%;
  left: 15%;
  font-size: 2.1em;
  letter-spacing: -1px;
  color: #888;
}

.show_thumbnails {
  outline: none;
  margin-top: -2px;
  margin-right: 3px;
}

.state-selected {
  padding: 1px 3px 1px 3px;
  color: #0063e6;
  font-weight: 700;
}
.state-separator {
  margin: 0 .2em 0 .2em;
  color: #ccc;
}
.state-link:hover {
  text-decoration: underline;
}
.search-results-pagination {
  font-size: 1.5em !important;
  margin-bottom: 0;
}
.search-results-pagination li {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
}
.search-results-page-button {
  padding: .4em .6em;
  color: #3c475b;
  background-color: #fff;
  letter-spacing: -.5px;
  border: 1px solid #dfdfdf;
  font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
  font-size: .9em;
}
.search-results-page-button:focus {
  outline: 0 !important;
  border: 1px solid #dfdfdf !important;
  background-color: #fff !important;
}
.search-results-page-button-hover:hover {
  background-color: #0063e6;
  color: #fafbfc;
  border: 1px solid #0063e6;
  cursor: pointer;
}
.current-page {
  background-color: #0063e6 !important;
  color: #fafbfc !important;
  border: 1px solid #0063e6 !important;
}
.current-page:hover {
  cursor: default !important;
}
.search-results-page-number {
  font-size: 1.8em;
  margin-top: .5em;
  letter-spacing: -.5px;
  float: left;
}
.search-results-prev-next-button {
  background-color: #fff;
  color: #6F6F6F;
  border: 1px solid #dfdfdf;
  letter-spacing: -.5px;
  padding: .5em .6em .5em .6em;
  font-size: .9em;
}
.search-results-prev-next-button:focus {
  outline: 0 !important;
}
#propertyAlertsOffSearchButtonDiv {
  text-align: center;
  margin-top: 1.5em;
}
.advanced-search-result-header-pagination {
  font-size: .7em;
  margin-top: 1.3em;
  text-align: center;
}
.advanced-search-result-footer-pagination {
  text-align: center;
}

.contact-button,
.email-button {
  color: #fafbfc;
  padding: .3em .5em;
  border-radius: 3px;
  margin-top: .5em;
  display: inline-block;
  font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  transition: all .2s linear;
}
.contact-button {
  background-color: #454545;
}
.email-button {
  background-color: #ef8412;
}
.contact-button-hover {
  transition: all .2s linear;
}
.contact-button-hover:hover {
  cursor: pointer;
  background-color: #000;
}
.email-button-hover {
  transition: all .2s linear;
}
.email-button-hover:hover {
  cursor: pointer;
  background-color: #dc3e12 !important;
}
.contact-button img ,
.email-button img {
  width: 16px;
  vertical-align: bottom;
}
.contact-value {
  display: none;
  font-size: .9em;
}
.contact-value a {
  color: #fafbfc !important;
}

#no-properties-found-message-loader {
  background: url("../image/loaders/loader50x50.gif") no-repeat;
  width: 50px;
  height: 50px;
  margin-left: 21em;
  margin-top: 18em;
  display: none;
}
#no-properties-found-message {
  display: inline-block;
}

.property-alerts-edit-title {
  text-transform: none;
  letter-spacing: -1px;
  margin-top: .7em;
  display: inline-block;
  font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
}

#featured-property-wrapper {
  display: none;
}
#featured-property-wrapper.owl-loaded {
  display: block;
}
.advanced-search-featured-property,
.featured-property {
  background-color: #f2f2f2;
  height: 275px;
  position: relative;
}
.advanced-search-featured-property,
.advanced-search-featured-property a {
  transition: background-color .2s linear;
}
.advanced-search-featured-property:hover,
.advanced-search-featured-property a:hover {
  background-color: #fff;
}
.featured-property-image {
  float: left;
  width: 336px;
  position: relative;
}
.featured-property-image > img {
  width: 335px;
  height: 223px;
}
.featured-property-thumbnails {
  white-space: nowrap;
}
.featured-property-thumbnails > img {
  width: 83px;
  height: 50px;
  display: inline-block;
  float: left;
  margin-right: 1px;
}
.featured-property-details {
  float: left;
  margin-top: 8px;
  width: 610px;
  height: 275px;
  position: relative;
  margin-left: 22px;
}
.advanced-search-featured-property-details {
  position: relative;
  padding-left: 22px;
  float: left;
  width: 310px;
  height: 275px;
  margin-top: 0;
  border-right: 1px solid #eaebed;
  transition: background-color .2s linear;
}
.advanced-search-featured-property-details:hover {
  background-color: #fff;
}
.advanced-search-featured-property-price,
.featured-property-price {
  color: #263248;
  font: 22px/28px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}
.advanced-search-featured-property-price {
  padding-top: 16px;
}
.featured-property-address {
  color: #263248;
  font: 18px/22px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
}
.featured-property-excerpt,
.featured-property p {
  font: 14px/20px 'Source Sans Pro', sans-serif;
  color: #515b6e;
  margin-bottom: 0;
}
.featured-property-excerpt {
  position: absolute;
  bottom: 100px;
  max-height: 40px;
  overflow: hidden;
}
.featured-property-icons {
  position: absolute;
  bottom: 64px;
}
.advanced-search-featured-property-icons {
  position: absolute;
  bottom: 80px;
}
.featured-property-icon-number {
  margin-right: 3px;
  font: 18px 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  vertical-align: text-bottom;
  color: #3c475b;
}
.featured-property-icon span.icon,
.listingIcons span.icon {
  font-size: 20px !important;
}
.featured-property-icon {
  margin-right: 8px;
}
.featured-property-type {
  color: #7b7c7c;
  font-size: .8em;
}
.featured-property-buttons {
  position: absolute;
  bottom: -.4em;
  right: 0;
  font-size: .65em;
}
.owl-dot:hover {
  cursor: pointer;
}
.browse-listing-agent {
  position: absolute;
  bottom: 0;
  right: 0;
  display: table;
}
.advanced-search-featured-property-agent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 332px;
  height: 42px;
  border-top: 1px solid #eaebed;
  border-bottom: 1px solid #eaebed;
  padding-top: 8px;
}
.featured-property-header {
  text-transform: uppercase;
  background-color: #e81043;
  font: 14px/20px 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
  color: #fafbfc;
  padding: 5px 0 5px 10px;
  letter-spacing: 1px;
  height: 18px;
}
.featured-property-open-time-wrapper {
  font: 16px/24px 'Source Sans Pro', sans-serif;
  color: #515b6e;
  margin-top: 12px;
}
.advanced-search-featured-property-open-time-wrapper {
  margin-top: 22px;
  color: #515b6e;
  font: 13px/21px 'Source Sans Pro', sans-serif;
}
.featured-property-open-time {
  font: 16px/24px 'Source Sans Pro', sans-serif;
  color: #515b6e;
  font-weight: 600;
}
.advanced-search-featured-property-open-time {
  font: 13px/21px 'Source Sans Pro', sans-serif;
  color: #515b6e;
  font-weight: 600;
}
.featured-property-agent-image {
  vertical-align: bottom;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-bottom: 5px;
  border: 1px solid #979797;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin-right: 4px;
  display: inline-block;
  margin-left: 4px;
}
.advanced-search-featured-property-agent-names {
  margin-top: -4px;
  text-align: left;
  width: 188px;
  display: inline-block;
  float: left;
  margin-left: 23px;
  white-space: nowrap;
}
.browse-listing-agent-names {
  display: table-cell;
  text-align: right;
  white-space: nowrap;
  vertical-align: bottom;
  padding-right: 4px;
}
.hover-hand:hover {
  cursor: pointer;
  text-decoration: underline;
}
.featured-property-logo {
  display: table-cell;
  padding-left: 4px;
  vertical-align: bottom;
}
.featured-property-logo > img {
  margin-bottom: 6px;
}
.advanced-search-featured-property-logo {
  display: inline-block;
  float: right;
}
.browse-listing-agentstaff-name {
  font: 16px/24px 'Source Sans Pro', sans-serif;
  color: #515b6e;
  display: inline-block;
}
.advanced-search-featured-property-agentstaff-name {
  font: 13px/21px 'Source Sans Pro', sans-serif;
  color: #515b6e;
  display: inline-block;
  width: 188px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.browse-listing-agent-name {
  font: 16px/24px 'Source Sans Pro', sans-serif;
  color: #515b6e;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 310px;
}
.advanced-search-featured-property-agent-name {
  font: 13px/21px 'Source Sans Pro', sans-serif;
  font-weight: 600;
  color: #515b6e;
  width: 188px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.browse-header {
  border-top: 1px solid #e7e7e7 !important;
  margin-top: 10px !important;
  padding-top: 15px !important;
}

.view-button {
  font-size: 1.6em;
  color: #6D6D6D;
  display: inline-block;
  transition: color .2s linear;
  padding-bottom: .4em;
}

.sidebar-link-icon {
  color: #fafbfc;
  background-color: #0063e6;
  padding: 5px;
  border-radius: 10px;
  margin-right: .5em;
}

/* Footer */
.footer-wrap {
  font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  margin-top: 2em;
  width: 100%;
  margin-bottom: -2px;
}
.footer-wrap .primary-wrap {
  background-color: #22365a;
}
.footer-wrap .secondary-wrap {
  padding: 10px 0;
}
.footer-wrap .primary-wrap .logo {
  float: left;
  display: none;
  margin-right: 23px;
  padding-top: 14px;
}
@media screen and (min-width: 1021px) {
  .footer-wrap .inner-wrap .logo {
    display: block;
  }
}

.footer-wrap .primary-wrap .logo:hover {
  opacity: 1;
}
.footer-wrap .primary-wrap a,
.footer-wrap .secondary-wrap .nav-left a {
  position: relative;
}
.footer-wrap .primary-wrap .nav-left,
.footer-wrap .secondary-wrap .nav-left {
  float: left;
  margin-top: 2px;
}
.footer-wrap .primary-wrap .nav-right ul {
  display: flex;
  vertical-align: top;
  z-index: 1;
}
.footer-wrap .primary-wrap .nav-left ul,
.footer-wrap .secondary-wrap .dpg ul,
.footer-wrap .secondary-wrap .nav-left ul,
.footer-wrap .secondary-wrap .nav-right ul {
  display: inline-block;
  float: left;
  vertical-align: top;
  z-index: 1;
}
.footer-wrap .primary-wrap ul {
  position: relative;
  margin: 0;
}
.footer-wrap .primary-wrap .nav-left ul li,
.footer-wrap .primary-wrap .nav-right ul li,
.footer-wrap .secondary-wrap .nav-left ul li,
.footer-wrap .secondary-wrap .nav-right ul li {
  vertical-align: top;
  margin-bottom: .3em;
  margin-top: .1em;
  text-align: left;
}
.footer-wrap .primary-wrap .nav-left li,
.footer-wrap .secondary-wrap .nav-left li {
  float: left;
  display: inline-block;
  margin-right: 20px;
  text-align: left;
}
.footer-wrap .primary-wrap .nav-right ul li a:hover {
  color: #fff !important;
  opacity: 1;
}
.footer-wrap .primary-wrap ul li {
  font-size: 15px;
  text-align: left;
  height: 17px;
}
.footer-wrap .primary-wrap ul li a {
  display: block;
  color: #fff !important;
  font-size: 14px;
  line-height: 1.3;
}
.footer-wrap .primary-wrap .nav-left ul li a:hover {
  opacity: 1;
}
.hide-visually {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.footer-wrap .directory-wrap {
  background-color: #0b2047;
  padding: 20px 0;
}
.footer-wrap .inner-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1020px;
  width: auto;
  padding: 0 10px;
}
.footer-wrap .primary-wrap .inner-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer-wrap .secondary-wrap .inner-wrap {
  padding: 10px 0 10px 0;
}
.footer-wrap .directory-wrap .columns {
  display: flex;
}
.footer-wrap .directory-wrap .columns>li {
  margin-right: 45px;
}
.cfix:after,
.inner-wrap:after {
  clear: both;
}
.cfix:before,
.cfix:after {
  content: "";
  display: table;
}
.footer-wrap .secondary-wrap {
  background-color: #071939;
  font-size: 14px;
  color: #747c8a;
  padding: 8px 0;
}
.footer-wrap .primary-wrap {
  min-height: 56px;
}
.footer-wrap .secondary-wrap a:focus {
  opacity: 1;
  color: #fff !important;
}
.footer-wrap .secondary-wrap a {
  display: block;
  color: #515b6d !important;
}
.footer-wrap .secondary-wrap a:hover {
  color: #fff !important;
  text-decoration: underline;
  opacity: 1;
}
.footer-wrap .secondary-wrap .nav-left {
  margin-top: 7px;
}
.footer-wrap .primary-wrap .nav-left,
.footer-wrap .secondary-wrap .nav-left {
  float: left;
}
.footer-wrap .primary-wrap .nav-right {
  float: right;
  padding-top: 21px;
}
.footer-wrap h4 {
  margin-bottom: 10px;
  color: #fafbfc;
  font-size: 15px;
  font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
  line-height: 25px;
}
.footer-wrap .primary-wrap ul li a {
  display: block;
  color: #fff !important;
  line-height: normal;
}
.footer-wrap .directory-wrap a {
  color: #515b6d !important;
  font-size: 14px;
}
.footer-wrap .directory-wrap a:hover {
  text-decoration: underline;
  color: #fff !important;
}
a, .tabNav a:before,
.footer-wrap a.logo > img {
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.footer-wrap .primary-wrap .nav-right li,
.footer-wrap .secondary-wrap .nav-right li {
  float: left;
}
.ui-autocomplete-input::-webkit-input-placeholder {
  color: #9e9e9e;
  padding-left: .5em;
}
.ui-autocomplete-input::-moz-input-placeholder {
  color: #9e9e9e;
  padding-left: .5em;
}
.ui-autocomplete-input::-ms-input-placeholder {
  color: #9e9e9e;
  padding-left: .5em;
}
.ui-autocomplete-input:-ms-input-placeholder {
  color: #9e9e9e;
  padding-left: .5em;
}
#search-location-input::-webkit-input-placeholder::before {
  content: "\f002 ";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}
#search-location-input::-moz-input-placeholder::before {
  content: "\f002 ";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}
#search-location-input::-ms-input-placeholder::before {
  content: "\f002 ";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}
#search-location-input:-ms-input-placeholder:before {
  content: "\f002 ";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}
.new-listings-header {
  font: 18px/24px 'Source Sans Pro', sans-serif !important;
  display: inline;
  color: #515b6e;
  padding: 0;
  text-transform: none;
}
.new-listings-combo {
  border: none;
  background-color: #fff;
  color: #0063e6;
  vertical-align: text-top;
  margin-right: -4px;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.new-listings-combo:focus,
.new-listings-combo:active {
  outline: none;
}
#close-specific-date-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ccc;
  transition: all .2s linear;
}
#close-specific-date-popup:hover {
  cursor: pointer;
  color: #0063e6;
}
#specific-date-popup {
  background-color: #fff;
  padding: 2em;
  position: relative;
}
.calendar a,
.calendar td {
  transition: all .2s linear;
  color: #a0a0a0;
}
.calendar a {
  display: block;
  height: 100%;
  width: 100%;
  padding: .4em .2em;
}
.calendar a:hover {
  color: #fafbfc;
}
.calendar td:hover {
  background-color: #0063e6 !important;
  color: #fafbfc !important;
  cursor: pointer;
}
.calendar td:hover a {
  color: #fafbfc !important;
}
optgroup {
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
}

.sidebarLinkHeader {
  margin: 0;
  padding: 0;
}

.underlineHeader {
  background-color: transparent;
  color: #3c475b;
  font-size: 1.7em;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  padding: .5em 0 .3em 0;
  margin: 0 0 .5em 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.1em;
}

.menuLinkHeader {
  font-size: 1.8em;
  font-weight: normal;
  border: none;
  margin-bottom: 0.2em;
  padding-bottom: 0.3em;
}

.listingLeftSubHeader {
  font-size: 1.4em;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  background-color: transparent;
  border-bottom: 1px solid #464646;
  color: #3c475b;
  padding: 0.5em 0 0.1em 0;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.listingRightSubHeader {
  line-height: 1.1em;
  background-color: transparent;
  color: #3c475b;
  font-size: 1.7em;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  padding: 0.5em 0 0.1em 0;
  margin: 0 0 3px 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #3c475b;
}

.agentNameHeader {
  font-size: 1.4em;
  margin: 0.5em 0 0 0;
  clear: both;
  color: #3c475b;
}

.agencyNameHeader {
  font-size: 1.4em;
  margin: 0.5em 0 0 0;
  clear: both;
}

.address {
  margin-bottom: 3px !important;
  line-height: 1.1em;
}

.homePageNewsHeader {
  font-weight: normal;
  font: 1.7em/1.2em 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  color: #454545;
}

.browse-header-left {
  font: 18px/24px 'Source Sans Pro', sans-serif !important;
  display: inline;
  color: #515b6e;
  float: left;
}
.browse-header-left a,
.browse-header-right a {
  color: #0063e6;
}
.browse-header-right {
  float: right;
  font: 18px/24px 'Source Sans Pro', sans-serif !important;
}
.browse-header-division {
  color: #0063e6;
}
.browse-header-left a:hover,
.browse-header-division:hover {
  text-decoration: underline;
}
.browse-header-listing-count {
  font-size: 24px;
}
.browse-listing-header-separator {
  color: #bbb;
}
.headingLinks {
  margin-bottom: 1em;
  font: 16px/24px 'Source Sans Pro', sans-serif !important;
}

.bottomHeadingLinks {
  font-size: 1.5em;
  margin-bottom: .4em;
  margin-top: 2em;
  padding-bottom: 15px;
}

.awardsHeader {
  background-color: transparent;
  color: #3c475b;
  font-size: 1.7em;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  padding: 0.5em 0 0.1em 0;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.awardsSubHeader {
  font-size: 1.4em;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  padding: 0 0 3px 0;
  margin: 0 0 3px 0;
  color: #3c475b;
}

.highlightText {
  font-size: 1.4em;
  font-weight: normal;
  font-family: 'proxima_novasemibold', Arial, Helvetica, sans-serif;
  padding: 0 0 3px 0;
  margin: 0 0 3px 0;
  color: #3c475b;
}

.siteMapHeader {
  font-size: 1.8em;
  font-weight: normal;
  border: none;
  margin-bottom: 0.2em;
  padding-bottom: 0.3em;
  font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
  color: #3c475b;
}
.owl-controls {
  display: none;
}
.browse-filter-buttons-menu ul {
  display: none;
}
.browse-filter {
  margin-top: 10px;
  width: 104%;
  margin-left: -10px;
  padding: 0;
  height: 56px;
  background-color: #f5f6f7;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  border-top: 1px solid #dfe2e4;
  border-bottom: 1px solid #dfe2e4;
}
.browse-filter-buttons {
  width: 980px;
  margin-left: -10px;
  font-size: 0;
  position: relative;
}
.browse-filter-button-wrapper {
  border-left: 1px solid #e7e9ed;
  border-right: 1px solid #e7e9ed;
  height: 56px;
  font: 16px 'Source Sans Pro', sans-serif;
  color: #313948;
  display: inline-block;
  line-height: 38px;
  vertical-align: top;
  width: 128px;
  text-align: center;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.browse-filter-button-wrapper > ul {
  display: none;
}
.browse-filter-button {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 8px 0 12px 0;
  transition: none;
  color: #313948;
}
.browse-filter-button:hover {
  color: #313948;
}
.browse-filter-button > i {
  margin-left: 8px;
  vertical-align: top;
  margin-top: 13px;
}
.browse-filter-alert-button {
  padding: 3px 12px 5px 12px;
  color: #0492bf;
  border-radius: 2px;
  border: solid 1px #0492bf;
  margin-top: 13px;
  font: 16px 'Source Sans Pro', sans-serif;
  position: absolute;
  right: 0;
  top: 0;
}
.browse-filter-button-wrapper:hover,
.browse-filter-alert-button:hover {
  cursor: pointer;
}
.browse-filter-buttons .dropdown li ul {
  font: 16px 'Source Sans Pro', sans-serif !important;
}
.browse-filter-text-input {
  border: solid 1px #123074;
  border-radius: 2px;
  font: 16px 'Source Sans Pro', sans-serif !important;
  padding: 8px;
  margin: 10px;
}
.browse-filter-property-type-dropdown {
  font: 16px 'Source Sans Pro', sans-serif !important;
  padding: 8px;
  min-width: 180px;
}
.browse-filter-property-type-dropdown li {
  padding: 4px 8px !important;
}
.browse-filter-update-search-button {
  padding: 3px 12px 5px 12px;
  color: #3c475b;
  border-radius: 2px;
  border: 1px solid #3c475b;
  margin-top: 25px;
  font: 16px 'Source Sans Pro', sans-serif;
  text-align: center;
  width: 105px;
  display: inline-block;
}
.browse-filter-update-search-button:hover {
  background-color: #f2f5f7;
  color: #3c475b;
}
.browse-filter-buttons-menu ul.dropit-submenu {
  background-color: #fff;
  padding: 0;
  margin: 3px 0 0 1px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#c0c0c0'),
    progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#c0c0c0');
}
.browse-filter-buttons-menu ul.dropit-submenu a {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #7a868e;
  padding: 0 18px;
}
.browse-filter.sticky-browse-filter {
  position: fixed;
  top: 0;
  margin-top: 0;
  z-index: 1;
}
#price-label,
#property-type-label,
#property-type-more,
#floor-size-label,
#beds-label,
#baths-label,
#parking-label {
  max-width: 95px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
#price-label {
  max-width: 105px;
}
#floor-size-label {
  max-width: 105px;
}
#property-type-label {
  max-width: 80px;
}
#property-type-more {
  max-width: none;
}
.criteria-wrapper {
  font-size: 16px;
  padding: 25px;
}
.criteria-wrapper label {
  vertical-align: middle;
  width: 100%;
  display: inline-block;
}
.last-button-wrapper {
  border-right: none !important;
}
.criteria-separator {
  font-size: 16px;
  padding-right: 8px;
  padding-left: 10px;
  display: inline-block;
  margin-top: 6px;
}
.property-type-filter-label {
  text-align: left;
}
#floor-area-min,
#floor-area-max {
  font: 16px 'Source Sans Pro', sans-serif !important;
  width: 48px;
  height: 36px;
  border-radius: 2px;
  background-color: #fff;
  border: solid 1px #123074;
  text-align: left;
  display: inline-block;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 26px;
}
.floor-area-suffix {
  position: absolute;
  top: 8px;
  right: 5px;
  font-size: 16px;
}
.floor-area-wrapper {
  display: inline-block;
  position: relative;
}
.criteria-wrapper input[type="radio"] {
  outline: none !important;
  border: none !important;
}
.listing-button-text .fa-pencil-square-o:before {
  margin-left: 2px;
}
.virtual-tour-badge {
  font-weight: 600;
}
.virtual-tour-badge > img {
  width: 16px;
  display: inline-block;
  vertical-align: text-top;
}
[class^="ic_"], [class*=" ic_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'allhomes' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.5em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic_Bath:before {
  content: "\e900";
}
.ic_Bed:before {
  content: "\e901";
}
.ic_Ensuite:before {
  content: "\e902";
}
.ic_Garage:before {
  content: "\e903";
}
.ic_Sheltered:before {
  content: "\e904";
}
.ic_Uncovered:before {
  content: "\e905";
}
.nav-right .f-icon > .fa {
  font-size: 15px !important;
}
.footer-wrap .primary-wrap .inner-wrap .nav-left {
  margin: 17px 0 12px;
}
@media screen and (min-width: 1021px) {
  .footer-wrap .primary-wrap .inner-wrap .nav-left {
    margin-top: 17px;
    border-left: 1px solid #54575d;
    padding-left: 24px;
  }
}
.footer-wrap > .primary-wrap a.logo > img {
  opacity: 0.8;
}
.footer-wrap > .primary-wrap > div > a > img:hover {
  opacity:1;
}
.footer-wrap > .primary-wrap > .inner-wrap > div > ul {
  font-size: 1em !important;
  height: 24px;
}
.footer-wrap > .secondary-wrap > .inner-wrap > div {
  text-align: center;
}
.footer-wrap > .secondary-wrap > .inner-wrap > div > ul {
  font-size: 1em !important;
  margin: 0;
  float: none;
  height: 1.3em;
}
.footer-wrap > .secondary-wrap > .inner-wrap .domain-logo {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  padding-top: 3px;
}
.footer-wrap > .secondary-wrap > .inner-wrap .domain-logo img {
  height: 16px;
  width: 94.7px;
  opacity: 0.4;
}
.footer-wrap > .secondary-wrap > .inner-wrap .copyright-link {
  display: inline-block;
  vertical-align: sub;
  margin: 0 0 0 28px;
}
.footer-wrap .nav-left a:hover {
  border-bottom: 1px solid #fff;
  opacity: 1;
}
.footer-wrap .nav-right .nav-btn {
  width: 18px;
  height: 18px;
}
.clear-fix {
  clear: both;
  height: 0;
  line-height: 0;
}
.localityContainer .removeLocality {
  width: 16px;
  display: inline-block;
  text-align: right;
}
#reset-search {
  color: #0063e6;
}
#price-filter-error {
  display: none;
  color: #e81043;
  margin-top: 20px;
}
.nearby-wrapper {
  margin-right: 1em !important;
}
.nearby-wrapper p {
  font-size: 12px;
  margin-left: 8px;
}
.nearby-wrapper th {
  font-size: 16px;
}
.nearby-wrapper table {
  font-size: 14px;
  margin-bottom: 14px;
}
.poi-name,
.poi-suburb-name {
  text-transform: capitalize;
}
#transport-map {
  width: 100%;
  height: 300px;
  margin-top: 10px;
}
.public-transport-header {
  font-weight: bold;
  font-size: 16px;
}
.sign-in-spinner {
  float: right;
  visibility: hidden;
  width: 16px;
  height: 16px;
}
