@media screen {
  header #headercontainer {
    position: relative; }
  #findyourhome {
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 90px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fffefc; }
    #findyourhome .btn-group {
      width: 100%; }
    #findyourhome .dropdown-toggle {
      width: 100%;
      text-align: left; }
    #findyourhome span.caret {
      position: absolute;
      right: 9px;
      top: 44%; }
    #findyourhome p.findyourhome {
      font-family: 'HelveticaNeue-CondensedBold', 'Helvetica Neue Condensed Bold', 'Roboto-CondensedBold', 'Roboto Condensed', 'Helvetica Neue', 'Roboto', sans-serif;
      font-size: 2em;
      position: relative;
      top: 0.95em;
      float: left;
      text-shadow: 0 1px 1px #000, 0 -1px 1px #000, 1px 0 1px #000, -1px 0 1px #000;
      padding-bottom: 1em; }
    #findyourhome p.ddheader {
      text-align: left;
      margin: 4px 0 4px;
      /*text-shadow: 0 0 4px #444;*/
      text-shadow: 0 1px 1px #000, 0 -1px 1px #000, 1px 0 1px #000, -1px 0 1px #000; }
    #findyourhome ul.dropdown-menu li {
      padding: 0 12px;
      cursor: default;
      color: #65665c; }
      #findyourhome ul.dropdown-menu li:hover {
        background-color: #0877bd;
        color: #f0f0f0; }
    #findyourhome #searchbtn {
      background-color: #0877bd;
      border-radius: 0;
      color: #ffffff; }
      #findyourhome #searchbtn:active, #findyourhome #searchbtn:focus {
        background-color: #0877bd;
        border-radius: 0;
        color: #ffffff;
        outline: 0; }
    #findyourhome .show-search {
      display: none; } }
  @media only screen and (max-width: 990px) {
    #findyourhome {
      text-align: left; }
      #findyourhome div.row div {
        display: none; }
      #findyourhome #searchbtn {
        margin-bottom: 1em; }
      #findyourhome .mobile-search {
        float: right;
        margin-top: 2.1em; }
        #findyourhome .mobile-search .show-search {
          display: block; } }
