/* -----------------------------------------------DEFAULT THEME----------------------------------------------- *//* color helper classes */.theme .th-primary-c						{ color: #037EA8; }.theme .th-primary-b						{ background-color: #037EA8; }.theme .th-primary-light-c			{ color: #00B2F2; }.theme .th-primary-light-b			{ background-color: #00B2F2; }.theme .th-primary-medium-c			{ color: #2C689E; }.theme .th-primary-medium-b			{ background-color: #2C689E; }.theme .th-primary-dark-c			  { color: #2C689E; }.theme .th-primary-dark-b       { background-color: #2C689E; }.theme .th-page-background {background-color: #FF6700;}@media screen and (min-height: 500px) and (orientation: landscape), (min-width: 760px) and (orientation: portrait)	{.theme {}}/* -----------------------------------------------MODULES----------------------------------------------- *//* top-navigation module */.theme .sticky-header.is-sticky {background-color: #FF6700;}/* page background colors/gradients */.theme {/* background color */background-color: #FF6700;}@media screen and (min-height: 500px) and (orientation: landscape), (min-width: 760px) and (orientation: portrait)	{.theme {background-image: url(); /* fallback */background-image: url(), -webkit-gradient(linear, left top, left bottom, from(#FF6700), to(#FF6700)); /* Saf4+, Chrome */background-image: url(), -webkit-linear-gradient(top, #FF6700, #FF6700); /* Chrome 10+, Saf5.1+ */background-image: url(), -moz-linear-gradient(top, #FF6700, #FF6700); /* FF3.6+ */background-image: url(), -o-linear-gradient(top, #FF6700, #FF6700); /* Opera 11.10+ */background-image: url(), linear-gradient(to bottom, #FF6700, #FF6700); /* W3C */}}/* Go through all possible backgrounds. *//* If a gradient was set, apply both gradient and image to the background. *//* logo image (not currently in use) */.theme .property-filters-list-item-link {background-color: #2C689E;}.module-property-filters.bottom, .module-property-filters.expanded {background-color: #FF6700;}@media (min-height: 500px) and (orientation: landscape) {.module-property-filters {background-color: #FF6700;}}