  .bfg-wrapper .row { margin:10px 0px; }
  .bfg-wrapper .clear { clear:both; }
  .bfg-wrapper .row .col-1 { width: 10%; float: left; display:inline-block; }
  .bfg-wrapper .row .col-2 { width: 85%; float: left; display:inline-block; }
  pre.trace { border: 1px solid black; background: white; z-index: 999; margin-left: 165px; margin-bottom:20px; }
  html { font-size: 22px; }
  .bfg-container { width:100%; }
  .bfg-container .sixteen.columns { width: inherit; }
  
  .bfg-location-container {
    padding: 10px;
    display: grid;
    grid-template-columns: 35% 65%;
    font-size:16px;
  }
  .bfg-location-logo {
      padding: 0 8px 8px 0;
  }
  .bfg-results {
    max-width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
  
  .search-box-container { min-height: 150px; }
  .home .zip-code-search { clear: both; width:100%; min-height: 100px; margin: 0 auto; }
  .zip-code-search { clear: both; width: 80%; min-height: 100px; margin: 0 auto; }
  .zip-code-search-input { width: 150px !important; }
  .zip-code-search-btn { }
  .checkbox-wrapper { 
    display:inline-block; 
    white-space: nowrap; 
    font-size:16px; 
    font-weight: bold;
    padding: 0px 3px;
    line-height: 1em;
  }

    .brand-search-wrapper { 
      width: fit-content;
      margin:10px auto;
      background-color:white;
      border-radius: 10px;
      padding: 8px 12px;
      border: 4px solid red !important;
    }
  @media (min-width: 1060px) {
    .zip-code-search-wrapper { float: left; width: 25%; }
    .zip-code-search-results-page .brand-search-wrapper { 
      float: right; 
      width: fit-content;
      margin:0;
      background-color:white;
      border-radius: 10px;
      padding: 8px 12px;
      border: 4px solid red !important;
    }
    
    .zip-code-search-results-page .zip-code-search-wrapper {
      width:35%;
    }
    .zip-code-search-results-page .brand-search-wrapper { 
      max-width:64%;
    }
    
    .zip-code-search-results-page .brand-filter-toggle { 
      cursor: pointer;
/*      display: inline-block;
      text-align: right; */
      float: right;
    }
  }
  .brand-filter-toggle { cursor: pointer; text-align:right;}
  .brand-filter-wrapper {display: none; clear:both; text-align:left;}
  fieldset.office-set {
      width: 32%;
      float: left;
      border: 2px solid black;
      border-radius: 10px;
      margin-right: 8px;
      margin-top: 10px;
      padding:5px;
  }
  fieldset.office-set legend {
      font-size: 12pt;
      margin-left: 10px;
  }
  span.input-wrapper {
      display: inline-block;
      padding: 5px;
  }
  .input-wrapper label {
      display: block;
      padding-bottom: 3px;
  }