html{
  background-color: #021504!important;
  color: #F4EBDA!important;
}

#finder_body{
  background-color: #021504!important;
 }

 #finder{
  display: flex!important;
  justify-content: center!important;
 }

 #finder select{
  background-color: #112213!important;
  color: #F2E9D8!important;
  border-radius: 0!important;
  border-color: #424D43!important;
  height: 40px!important;
 }

 #storeType, #finder_BFBRCD{
  width: 400px;
 }

 #finder_body .submitBtn{
  background-color: #CD753C!important;
  color: #F4EBDA!important;
 }

 #finder_form{
  border: none;
 }

#submitBtn{
  padding: 8px 32px!important;
  font-size: 24px;
  background-color: #CD753C;
  color: #F4EBDA;
  text-transform: uppercase;
  margin-left: 9px;
  border: none;
}

#vipcopyright{
  display: none!important
}

legend{
  display: none;
}

form{
  font-size: 0;
}

select, input{
  font-size: 18px;
  font-family: "noort", Sans-serif;
}

select{
  margin-right: 20px;
}

#finder_results{
  display: flex;
  border: none;
}

#map_canvas{
  flex: 2;
  margin-right: 30px;
}

#panel_search_results{
  flex: 1;
}

.finder_num{
  color: #CD753C;
  font-size: 40px;
  border: none!important;
  grid-column: 1 / 2;
}

.finder_num span{
  font-family: "noort", Sans-serif!important;  
}

#finder_zip{
  background-color: #112213!important;
  color: #F2E9D8!important;
  border: none;
  text-align: center;
  min-width: 100px;
}

#finder_table thead{
  display:none;
}

#finder_table{
  border: none;
}

.finder_address {
  border: none!important;
  margin-bottom: 10px;
  grid-column: 2/-1;
}

.finder_address a{
  color: #F4EBDA;
  font-size: 15px;
  font-family: "roc-grotesk", Sans-serif!important;
}

.finder_dba_text{
  font-size: 18px;
  line-height: 26px;
  font-family: "roc-grotesk", Sans-serif!important;
}

.finder_phone{
  display: none;
}

.finder_dba{
  border: none!important;
  grid-column: 2/-1;
}

.finder_miles{
  background: transparent!important;
  color: #F4EBDA;
  opacity: 50%;
  padding: 10px;
  border: none!important;
  margin-bottom: 10px;
  grid-column: 2/-1;
}

.finder_brands{
  border: none!important;    
  width: 100%!important;
  display: flex;
  grid-column: 2/-1;
}

.finder_brand_list li{
  list-style-type: none!important;
  font-size: 16px;
  font-family: "roc-grotesk", Sans-serif!important;
  color: #F4EBDA!important;
  margin-bottom: 8px;
  margin-left: 0!important;
  margin-right: 8px!important;
  text-transform: uppercase;
  font-size: 16px!important;
  padding: 5px 10px;
  width: fit-content;
  background: #CD753C;
}

.finder_brand_list {
  display: flex;
  flex-wrap: wrap;
}

.finder-moreitems a{
  display:none;
}

.finder_location{
  display: grid;
  grid-template-columns: 50px 1fr;
  margin-bottom: 38px;
  column-gap: 25px;
}


/*MEDIA QUERIES*/
 @media (max-width: 1025px){
   #finder{
     flex-direction: column!important;
     align-items: center!important;
   }
   
   #finder_results{
     display:block!important;
   }
   
   #finder_zip{
    padding: 0;
    height: 40px!important;
   }
   
  .finder_dynamic_menu{
    margin-left: 0;
  }
   
   select, input{
    width: 80%!important;
    margin-right: 0!important;
   }
   
   #submitBtn{
     margin-top:10px!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    margin-left: 0;
   }
}
