*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#header-wrapper *, #header-wrapper *:before, #header-wrapper *:after, #recohomepage *, #recohomepage *:before, #recohomepage *:after, #footer-wrapper *, #footer-wrapper *:before, #footer-wrapper *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body#recohomepage {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  height: 100%;
  min-height: 100%;
  font-family: 'Open Sans', Sans-Serif;
  color: #333; }

body#recohomepage {
  opacity: 0;
  background: white; }

a {
  text-decoration: none; }

html, body, body > header, body > footer, main {
  min-width: 10rem; }

body {
  background-color: #f6f6f6; }

main {
  position: relative;
  z-index: 0;
  display: block; }

footer {
  max-width: 100%;
  clear: both;
  padding: 1rem; }

footer:after {
  clear: both;
  display: table;
  height: 0;
  overflow: hidden;
  content: ''; }

.bubble-input input {
  padding: .5rem 1rem;
  border: 0;
  border-radius: .25rem;
  border: solid 1px #b6b7b9;
  line-height: 2rem;
  height: 3rem;
  font-size: inherit;
  font-family: 'Open Sans', Sans-Serif;
  background-color: rgba(255, 255, 255, 0.9);
  vertical-align: top; }

.bubble-input label {
  line-height: 2rem;
  height: 2rem; }

.bubble-input label input {
  line-height: 2rem;
  height: 2rem; }

.bubble-input button, .bubble-input select {
  cursor: pointer;
  font-family: inherit;
  padding: 0;
  margin: 0;
  vertical-align: top; }

.bubble-input .select-wrap {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: top; }

.bubble-input .select-wrap span {
  display: block;
  position: relative;
  z-index: 0;
  cursor: pointer;
  padding: 0 2rem 0 1rem;
  border-radius: .25rem;
  border: solid 1px #b6b7b9;
  line-height: 3rem;
  height: 3rem;
  font-weight: bold;
  font-family: 'Open Sans', Sans-Serif;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  text-align: left;
  vertical-align: top; }

.bubble-input .select-wrap span:after {
  background: transparent url(http://metrolistmlsimages.fnistools.com/Uploads/RECos/1216/ContentFiles/select-chevron-down.png) no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  height: .5rem;
  line-height: 1rem;
  margin-top: -.25rem;
  position: absolute;
  right: .75rem;
  top: 50%;
  width: .5rem; }

.bubble-input .select-wrap select {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-appearance: menulist-button; }

.bubble-input button, .bubble-input textarea, .bubble-input input, .bubble-input select {
  margin: 0;
  outline: none; }

#desktop {
  display: none; }

@media only screen and (min-width: 45rem) {
  #desktop {
    display: block; } }
#header-wrapper {
  background: #fff;
  height: 6rem;
  z-index: 9999;
  position: fixed; }

#header {
  height: 6rem;
  background-color: #fff; }

#header:before {
  clear: both;
  content: '';
  display: block;
  height: .25rem;
  position: relative;
  width: 100%;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF3AD44', endColorstr='#FFDE5426');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzYWQ0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RlNTQyNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f3ad44), color-stop(100%, #de5426));
  background-image: -moz-linear-gradient(left, #f3ad44 0%, #de5426 100%);
  background-image: -webkit-linear-gradient(left, #f3ad44 0%, #de5426 100%);
  background-image: linear-gradient(to right, #f3ad44 0%, #de5426 100%); }

#header h1 {
  display: block;
  margin: 0 auto;
  background-color: white;
  height: 3.25rem; }

#header h1 a {
  display: inline-block;
  height: 2.5rem;
  margin: .5rem 0 0 1rem;
  padding: 0;
  line-height: 2.5rem;
  position: relative;
  vertical-align: middle;
  width: 20.75rem; }

#header h1 span {
  display: none; }

#header h1 svg, #header h1 img {
  display: inline-block;
  height: auto;
  width: 100%;
  max-height: 2.5rem;
  max-width: 22rem;
  vertical-align: middle; }

#header > nav {
  background: #000 url(../img/bg_nav.png) repeat left top;
  height: 2.5rem; }

@media only screen and (min-width: 60rem) {
  #header > nav {
    padding: 0 2rem 0 2rem; } }
#header > nav a {
  font-size: .875rem; }

#header [role="primary"] .link {
  display: inline-block;
  height: 100%;
  margin-right: 0;
  padding: 0;
  position: relative; }

@media only screen and (min-width: 60rem) {
  #header [role="primary"] .link {
    margin-right: 1.5rem; } }
#header [role="primary"] .link:hover {
  background-color: #e27f2e; }

#header [role="primary"] .link:hover .submenu {
  display: block; }

#header [role="primary"] a {
  color: #fff;
  display: block;
  height: 100%;
  line-height: 2.5rem;
  padding: 0 1rem; }

#header [role="primary"] span {
  display: inline-block;
  height: .5rem;
  margin: -.25rem 0 0 .5rem;
  vertical-align: middle;
  width: .5rem; }

#header [role="primary"] span svg {
  display: block;
  float: right;
  height: auto;
  margin: .125rem 0 0 0;
  padding: 0;
  max-width: 100%;
  width: auto; }

#header [role="primary"] span svg path, #header [role="primary"] span svg polygon {
  fill: #fff; }

#header [role="primary"] .submenu {
  background: #000 url(../img/bg_nav.png) repeat left top;
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  white-space: nowrap;
  z-index: 99; }

#header [role="primary"] .submenu .link {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left; }

#header [role="primary"] .submenu a {
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1rem;
  width: 100%; }

#header [role="secondary"] {
  top: -5rem;
  z-index: 2;
  margin: 0 auto;
  height: 0; }

#header [role="secondary"] .link {
  border-right: 1px solid #333;
  display: inline-block;
  margin-left: 1rem;
  padding-left: 1.25rem;
  padding-right: 1rem;
  float: right; }

#header [role="secondary"] .link:first-child {
  background: transparent url(../img/icon_brokerlogin.png) no-repeat left center;
  border: none; }

#header [role="secondary"] .link:last-child {
  background: transparent url(../img/icon_myAccount.png) no-repeat left center; }

#header [role="secondary"] .link a {
  color: #333; }

.headroom {
  transition: transform 200ms linear; }

.headroom--pinned {
  transform: translateY(0%);
  position: fixed; }

.headroom--unpinned {
  transform: translateY(-100%); }

#viewport-wrapper {
  padding-top: 6em; }

.headercontainer {
  z-index: 999;
  width: 100%;
  height: 6rem; }

.contentcontainer {
  padding-top: 6em; }

#hero {
  background: #b7b8bc;
  min-height: 30rem;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }

#hero:before {
  content: '';
  display: block;
  padding-top: 56.25%; }

#hero video {
  left: 0;
  margin: 0;
  min-width: 100%;
  padding: 0;
  position: absolute;
  bottom: -10rem;
  z-index: 0; }

#hero h2 {
  clear: none;
  color: #fff;
  font-size: 3.3rem;
  font-weight: 300;
  left: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 2.5rem;
  width: 100%;
  z-index: 1;
  text-shadow: 0 0 0.25rem #2f2e2e; }

#hero h2 b {
  font-weight: 600; }

#hero h2.sub-heading {
  margin-top: -2.5rem;
  font-size: 1.5rem; }

@media only screen and (min-width: 60rem) {
  #hero h2 {
    top: 4.5rem; } }
#recohomepage #search {
  background-color: rgba(255, 255, 255, 0.25);
  top: 50%;
  font-size: .875rem;
  left: 0;
  margin: 0 2rem;
  padding: 1.375rem;
  position: absolute;
  width: calc(100% - 4rem);
  z-index: 10;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

@media only screen and (min-width: 60rem) {
  #recohomepage #search {
    left: 50%;
    margin: 0 0 0 -27rem;
    width: 54rem; } }
#recohomepage #search h2 {
  bottom: 102%;
  clear: none;
  color: #fff;
  font-size: 3.75rem;
  font-weight: 300;
  left: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  z-index: 1;
  text-shadow: 0 0 0.25rem #2f2e2e; }

#recohomepage #search h2 b {
  font-weight: 600; }

#recohomepage .criteria-listing-type {
  border: none;
  height: 5rem;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  max-width: 100%; }

@media only screen and (min-width: 60rem) {
  #recohomepage .criteria-listing-type {
    height: 3rem; } }
#recohomepage .criteria-listing-type:after {
  clear: both;
  display: table;
  height: 0;
  overflow: hidden;
  content: ''; }

#recohomepage .criteria-listing-type > div {
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 20%; }

#recohomepage .criteria-listing-type > div:first-child label {
  -moz-border-radius: 0.25rem 0 0 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem 0 0 0.25rem; }

#recohomepage .criteria-listing-type > div:last-child label {
  -moz-border-radius: 0 0.25rem 0.25rem 0;
  -webkit-border-radius: 0;
  border-radius: 0 0.25rem 0.25rem 0; }

#recohomepage .criteria-listing-type > div a {
  color: #1e1f23; }

#recohomepage .criteria-listing-type > div label {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #b6b7b9;
  color: #1e1f23;
  display: block;
  font-weight: bold;
  height: 5rem;
  line-height: 1rem;
  padding: 0 .5rem;
  position: relative;
  text-align: center;
  cursor: pointer; }

@media only screen and (min-width: 60rem) {
  #recohomepage .criteria-listing-type > div label {
    height: 3rem;
    line-height: 3rem; } }
#recohomepage .criteria-listing-type > div label svg {
  display: block;
  height: 1rem;
  margin: 1rem auto .5rem auto;
  padding: 0; }

#recohomepage .criteria-listing-type > div label svg path {
  fill: #1e1f23; }

@media only screen and (min-width: 60rem) {
  #recohomepage .criteria-listing-type > div label svg {
    display: inline;
    margin: 15px .25rem 0 0;
    width: 1.25rem;
    vertical-align: top; } }
#recohomepage .criteria-listing-type > div input {
  display: none; }

#recohomepage .criteria-listing-type > div input:checked ~ label {
  background-color: #626a45;
  border: 1px solid #626a45;
  color: #fff; }

#recohomepage .criteria-listing-type > div input:checked ~ label svg path {
  fill: #fff; }

#recohomepage .criteria-location-box {
  background-color: rgba(255, 255, 255, 0.5);
  color: #1e1f23;
  font-weight: bold;
  margin: .5rem 0;
  font-style: italic;
  width: 100%;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

::-webkit-input-placeholder {
  color: #1e1f23; }

:-moz-placeholder {
  color: #1e1f23; }

::-moz-placeholder {
  color: #1e1f23; }

:-ms-input-placeholder {
  color: #1e1f23; }

#propertyFilters {
  color: #1e1f23;
  height: 3rem;
  margin-bottom: .5rem; }

#propertyFilters .select-wrap {
  display: block;
  float: left;
  margin-right: .5rem;
  width: calc((100% - 1.5rem) / 4); }

#propertyFilters .select-wrap:last-child {
  margin: 0; }

@media only screen and (min-width: 60rem) {
  #propertyFilters .select-wrap {
    display: inline-block;
    width: auto;
    margin-right: .5rem; }

  #propertyFilters .select-wrap:last-child {
    margin: 0; } }
#propertyFilters .select-text {
  background-color: rgba(255, 255, 255, 0.5); }

@media only screen and (min-width: 60rem) {
  #propertyFilters {
    float: left;
    margin-bottom: 0; } }
#searchControls {
  float: right;
  height: 3rem; }

#searchControls button {
  background: none;
  border: none;
  color: #2f2e2e;
  font-family: 'Open Sans', Sans-Serif;
  font-size: .875rem;
  font-weight: bold;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  text-align: center;
  text-decoration: underline;
  -webkit-appearance: none; }

#searchControls button[type="submit"] {
  background-color: #f3ad44;
  color: #fff;
  font-size: 1.25rem;
  font-weight: normal;
  text-decoration: none;
  width: 10rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

#searchControls button[type="submit"]:hover {
  background-color: #e27f2e; }

#searchControls button#more-options {
  background: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  margin-right: .5rem;
  padding: 0; }

#searchControls button#more-options:hover {
  background-color: #e27f2e; }

#advancedSearch {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #b6b7b9;
  display: none;
  margin-bottom: .5rem;
  padding: 1.375rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  max-width: 100%; }

#advancedSearch:after {
  clear: both;
  display: table;
  height: 0;
  overflow: hidden;
  content: ''; }

#advancedSearch > div {
  float: left;
  padding-right: 1rem;
  width: 50%;
  max-width: 100%; }

#advancedSearch > div:after {
  clear: both;
  display: table;
  height: 0;
  overflow: hidden;
  content: ''; }

#advancedSearch > div:last-of-type {
  padding-right: 0; }

#advancedSearch > div p {
  height: auto;
  line-height: 1;
  margin: 0 0 .5rem;
  padding: 0;
  max-width: 100%; }

#advancedSearch > div p:after {
  clear: both;
  display: table;
  height: 0;
  overflow: hidden;
  content: ''; }

#advancedSearch fieldset {
  border: none;
  margin: 0;
  padding: 0; }

#advancedSearch fieldset label {
  margin: 0 0 .25rem 1rem; }

@media only screen and (min-width: 60rem) {
  #advancedSearch fieldset {
    float: left;
    width: 50%; } }
#advancedSearch legend {
  margin: 0 0 1rem; }

#advancedSearch label {
  display: block;
  line-height: 1;
  height: auto;
  margin: .5rem 0; }

#advancedSearch input[type="checkbox"] {
  float: left;
  height: auto;
  width: auto; }

#advancedSearch .half {
  clear: both; }

@media only screen and (min-width: 60rem) {
  #advancedSearch .half {
    clear: none;
    float: left;
    margin-right: 1rem;
    width: calc(50% - .5rem); }

  #advancedSearch .half:nth-child(2n) {
    margin-right: 0; } }
#advancedSearch .half input, #advancedSearch .half label, #advancedSearch .half .select-wrap {
  width: 100%; }

#advancedSearch .select-wrap span {
  font-weight: normal; }

#propertyListing h2 {
  font-size: 1.875rem;
  font-weight: 100;
  margin-bottom: 0;
  text-align: center; }

#listings {
  height: 17rem;
  margin: 0 1rem;
  overflow: hidden;
  padding: 0;
  position: relative;
  max-width: 100%; }

#listings:after {
  clear: both;
  display: table;
  height: 0;
  overflow: hidden;
  content: ''; }

#listings button {
  background: none;
  background-color: rgba(98, 106, 69, 0.65);
  border: none;
  bottom: .25rem;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: .25rem;
  width: 2.25rem;
  z-index: 99;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

#listings button.next {
  left: auto;
  right: 0; }

#listings button:hover {
  background-color: rgba(98, 106, 69, 0.8); }

#listings button svg {
  height: auto;
  width: .75rem; }

#listings button svg path {
  fill: #fff; }

#list {
  display: block;
  height: 17rem;
  left: 0;
  list-style: none none;
  margin: 0;
  overflow: hidden;
  padding: .25rem 0;
  position: absolute;
  top: 0;
  width: 1000rem; }

.listing {
  display: block;
  float: left;
  height: 16.5rem;
  margin: 0 1rem 0 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 18rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 0 0.5rem #CCC;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.listing > a {
  display: block;
  height: 100%;
  width: 100%; }

.listing img {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.listing header {
  background-color: rgba(255, 255, 255, 0.8);
  color: #fff;
  height: 3rem;
  padding: .5rem .75rem;
  position: absolute;
  width: 100%;
  z-index: 5; }

.listing header svg {
  float: left;
  height: 1.25rem;
  margin: .25rem 0;
  max-width: 1.5rem; }

.listing header svg path {
  fill: #2f2e2e; }

.listing header h3 {
  color: #333;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1rem;
  margin: 0;
  padding: 0;
  text-align: right; }

.listing header h3 em {
  color: inherit;
  display: block;
  font-size: .875rem;
  font-style: normal; }

.listing dl {
  background-color: #fff;
  color: #666;
  bottom: 0;
  display: block;
  left: 0;
  margin: 0;
  padding: .25rem 0 0 0;
  position: absolute;
  width: 100%;
  z-index: 5; }

.listing dl dt {
  float: left;
  height: .75rem;
  margin: .375rem 2%;
  text-indent: -10000px;
  width: 5%; }

.listing dl dt.baths {
  background: transparent url(http://cdn.recolorado.com/assets/img/icon-bathrooms.png) no-repeat center center;
  background-size: contain; }

.listing dl dt.beds {
  background: transparent url(http://cdn.recolorado.com/assets/img/icon-bedrooms.png) no-repeat center center;
  background-size: contain; }

.listing dl dt.sqft {
  background: transparent url(http://cdn.recolorado.com/assets/img/icon-sqft.png) no-repeat center center;
  background-size: contain; }

.listing dl dt.type {
  background: transparent url(http://cdn.recolorado.com/assets/img/icon-propertyType.png) no-repeat center center;
  background-size: contain; }

.listing dl dt:last-of-type {
  display: none; }

.listing dl dd {
  float: left;
  font-size: .75rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: 34%; }

.listing dl dd:nth-of-type(even) {
  width: 48%; }

.listing dl dd:last-of-type {
  background-color: rgba(182, 183, 185, 0.25);
  color: #333;
  font-size: .875rem;
  font-weight: bold;
  height: auto;
  line-height: 1;
  text-align: right;
  padding: .25rem .75rem;
  width: 100%; }

.listing:hover {
  cursor: pointer; }

.listing:last-of-type {
  margin-right: 0; }

.listing.active {
  -moz-box-shadow: 0 0 0.5rem #333;
  -webkit-box-shadow: 0 0 0.5rem #333;
  box-shadow: 0 0 0.5rem #333; }

.listing.active header {
  background-color: #f3ad44; }

.listing.active header svg path {
  fill: #fff; }

.listing.active header h3 {
  color: #fff; }

#map {
  background: #bcc982;
  height: 24rem;
  margin: 1rem;
  overflow: hidden;
  position: relative; }

@media only screen and (min-width: 60rem) {
  #map {
    height: 33rem; } }
#news {
  background-color: #fff;
  font-size: .875rem;
  margin: 1rem 0;
  padding: 1.5rem 1rem 1rem; }

#news h2 {
  font-size: 1.875rem;
  font-weight: 100;
  margin: 0 0 1rem;
  text-align: center; }

#news footer {
  margin: 0;
  text-align: right; }

#news footer a {
  color: #626a45;
  font-weight: bold;
  text-decoration: underline; }

.stories {
  margin: 1rem 0;
  padding: 0;
  position: relative; }

@media only screen and (min-width: 60rem) {
  .stories {
    border-collapse: separate;
    border-spacing: 2rem;
    display: table;
    margin: -1rem;
    min-width: 100%;
    table-layout: fixed; } }
.stories section {
  border: 1px solid #b6b7b9;
  margin: 0 0 1rem;
  padding: 1rem 1rem 1rem 4rem;
  position: relative; }

@media only screen and (min-width: 60rem) {
  .stories section {
    display: table-cell;
    height: 100%;
    margin: 0;
    width: 33.33%; } }
.stories section time {
  background-color: #bcc982;
  color: #fff;
  display: block;
  font-weight: bold;
  height: 3rem;
  left: 0;
  line-height: 1.2;
  padding: .626rem .4rem .4rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  vertical-align: middle;
  width: 3rem;
  word-break: break-all;
  z-index: 2; }

.stories section time:after {
  background: #fff url(../img/bg_tail_green.png) no-repeat right top;
  content: '';
  display: block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%; }

.stories section h3 {
  border-bottom: 1px solid #b6b7b9;
  font-size: .875rem;
  margin: 0 0 .5rem;
  padding: 0 0 .5rem; }

.stories section h3 a {
  text-decoration: none; }

.stories section p {
  word-break: break-word; }

.stories section a {
  color: #626a45;
  font-weight: bold;
  text-decoration: underline; }

.stories section > a {
  float: right;
  position: absolute;
  right: 1rem;
  bottom: 1rem; }

.toolSet {
  font-size: .875rem;
  margin: 1rem;
  padding: 0.5rem; }

.toolSet h2 {
  font-size: 1.875rem;
  font-weight: 100;
  margin: 0;
  text-align: center; }

.toolSet footer {
  margin: 0;
  text-align: right; }

.toolSet footer a {
  color: #626a45;
  font-weight: bold;
  text-decoration: underline; }

.toolSet.toolSetAlt .toolList h3 {
  color: #1e1f23;
  text-align: center;
  margin-bottom: 1rem; }

.toolList {
  margin: 0;
  padding: 0;
  position: relative; }

@media only screen and (min-width: 60rem) {
  .toolList {
    border-collapse: separate;
    border-spacing: 1rem;
    display: table;
    table-layout: fixed;
    width: 100%; } }
.toolList > section {
  border-bottom: 1px solid #b6b7b9;
  margin: 0;
  padding: 1rem 0; }

@media only screen and (min-width: 60rem) {
  .toolList > section {
    border-bottom: none;
    border-right: 1px solid #b6b7b9;
    display: table-cell;
    height: 100%;
    margin: 0;
    padding: 0 1rem 0 0;
    vertical-align: top;
    width: 33.33%; }

  .toolList > section:last-of-type {
    border: none;
    padding: 0; } }
.toolList > section a {
  display: block;
  height: 100%;
  margin: 0;
  position: relative;
  text-align: left;
  width: 100%;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.toolList > section a:hover {
  background-color: rgba(210, 210, 210, 0.25); }

@media only screen and (min-width: 60rem) {
  .toolList > section a {
    text-align: center; } }
.toolList > section a > div {
  display: inline-block;
  height: 100%;
  min-height: 6rem;
  margin: 0;
  padding: 1rem 1rem 1rem 4rem;
  position: relative;
  text-align: left;
  width: auto; }

.toolList > section svg {
  height: 2.75rem;
  left: 1rem;
  position: absolute;
  top: auto;
  width: 2.25rem;
  z-index: 2; }

.toolList > section svg path {
  fill: #de5426; }

.toolList > section h3 {
  color: #de5426;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0; }

.toolList > section p {
  color: #666;
  margin-bottom: 0; }

.toolList > section.social {
  min-height: 8rem; }

.toolList > section.social ul {
  margin: 0 auto;
  width: 12rem; }

.toolList > section.social ul li {
  float: left;
  margin-left: 1rem; }

#footer-wrapper {
  background: #ddd;
  box-shadow: inset 0 0.8rem 1rem -0.8rem #888888; }

#footer-wrapper footer {
  font-size: .875rem;
  padding: 0;
  text-align: center;
  background: #ddd; }

#footer-wrapper footer h4 {
  font-size: 1.2rem;
  padding: 0.6rem 0 0.3rem 0;
  margin-bottom: 0;
  color: #de5426; }

#footer-wrapper footer p {
  color: #ddd;
  line-height: 1.2;
  margin: 0 1rem .5rem; }

#footer-wrapper footer table {
  margin: 0 auto; }

#footer-wrapper footer table td {
  padding: 0.5rem; }

#footer-wrapper footer section {
  padding: 1rem 0;
  background: #eee; }

@media only screen and (min-width: 60rem) {
  #footer-wrapper footer section {
    padding: 0; } }
#footer-wrapper footer .toolSet {
  margin-top: 0;
  padding: 0 1rem; }

#footer-wrapper footer .toolSet h3 {
  margin-bottom: 1rem; }

#footer-wrapper footer .toolSet section {
  background: #ddd; }

#footer-wrapper footer .toolSet a {
  text-align: center; }

#footer-wrapper footer #bbb {
  right: 1rem;
  position: absolute;
  margin-top: 1.2rem; }

#footer-wrapper footer #copyright {
  padding: 2rem 0; }

#mainSubFooter {
  max-width: 100%;
  clear: both;
  padding: 1rem;
  text-align: center;
  margin-top: -20px; }

#mainSubFooter .subfooterlink {
  margin: 20px; }

#mainSubFooter > div > span {
  color: black;
  font-weight: bold;
  text-decoration: none;
  margin-top: 30px; }

#mainSubFooter > div a {
  color: #626a45 !important;
  font-size: 12px !important;
  font-weight: normal !important;
  text-decoration: underline !important;
  cursor: pointer !important; }

#mainSubFooter > div a :hover {
  color: #de5426 !important; }

#recohomepage #body-wrapper {
  background-color: #eee; }

#recohomepage .callout {
  margin: 0 auto;
  max-width: 75rem; }

#recohomepage #header {
  margin-bottom: 0; }

#header {
  margin-bottom: 0; }

#header .login {
  width: 15rem; }

#header .login *, #header .login *:before, #header .login *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

#header .login input[type="submit"] {
  height: 1rem; }

#SpecialtyContainer h4 {
  height: 28px; }

div.rui-tab1 {
  top: 3px; }

div.rui-tab1.selected {
  top: inherit;
  height: auto; }

.r-options-modal {
  z-index: 99; }

.r-more-button .r-badge-counter {
  padding: .1rem .3rem .9rem .3rem; }

@media only screen and (min-width: 1280px) {
  .callurl {
    width: 416px; } }
#mapsearch-mainmap-results {
  z-index: 80; }

#account-saveproperty #cancel-button {
  height: auto; }

#colorbox, #cboxOverlay, #cboxWrapper, #cboxLoadedContent {
  overflow: visible !important; }
