.zipcode-search .h2{
    font-family: Outfit;
    text-transform: none;
    letter-spacing: 0;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
}
@media only screen and (max-width: 690px){
    .zipcode-search .h2 {
        font-size: 36px;
        line-height: 43.5px;
    }
}
.flex {
  display: flex;
}
#map {
  height: 100%;
}
.hide-mobile {
  min-height: 800px;
}
/*Button Styling*/
.details-button.row.flex {
  display: flex;
}
.button {
  margin: 5px;
}
.button-secondary {
  color: #fff;
  padding-top: 0.8em;
  padding-right: 2em;
  padding-bottom: 0.8em;
  padding-left: 2em;
  background-color: #cf2e2e;
  border: 2px solid #cf2e2e;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  font-family: Outfit;
  font-size: 16px;
  line-height: 1;
}
.button-secondary:hover {
  background: #e34d4d;
  border: 2px solid #e34d4d;
  color: #fff;
}
.button-blue {
  background-color: #0275d9;
color: #fff;
  border: 2px solid #0275d9;
  padding-top: 0.8em;
  padding-right: 2em;
  padding-bottom: 0.8em;
  padding-left: 2em;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  font-family: Outfit;
  font-size: 16px;
  line-height: 1;
  margin-left: 10px;
}
.button-blue:hover {
  opacity: .85!important;
color: #fff;
}
.button-white {
  color: #1e2c79;
  border: 2px solid #1e2c79;
  padding-top: 0.8em;
  padding-right: 2em;
  padding-bottom: 0.8em;
  padding-left: 2em;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  font-family: Outfit;
  font-size: 16px;
  line-height: 1;
  margin-left: 10px;
}
.button-white:hover {
  color: #fff;
  border: 2px solid #1e2c79;
  padding-top: 0.8em;
  padding-right: 2em;
  padding-bottom: 0.8em;
  padding-left: 2em;
  background-color: #1e2c79;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
.button-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.search-button.button[type=submit] {
  background: #0275D9;
  color: #fff;
  border-radius: 0px !important;
  margin: 0;
  padding: 11.5px 16px !important;
}
/*End Button Styling*/
#listings .dealer-container {
  overflow-y: scroll;
  background: #ebf5ff;
}
/*
::-webkit-scrollbar {
    width: 12px;
	height: 30px;
}

 Track 
::-webkit-scrollbar-track {
  background: #fff;
}
*/
/* Handle */
/*
::-webkit-scrollbar-thumb {
  background: #DDE1E7;
	border-radius: 15px;
	height: 30px;
}
*/
.gm-style-iw-chr{
    position: absolute;
    top:0;
    right:0;
}
.info-window-content{
    padding:15px 30px 15px 15px;
}
.info-window-content .find-location-location-address{
    line-height:1.2em;
}
.wpcf7-form p span {
	color: #122048;
}

.breadcrumb-wrapper {
	margin-top: 20px;
	border-top: 1px solid #E8E8E8;
}
.show-map {
    text-align: center;
    width: 100%;
    margin: 15px 0 0;
    display:block;
}
.find-location-location-block {
  border: 2px solid transparent;
  margin: 10px 0;
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%);
  overflow: hidden;
  border-radius: 15px;
  max-height: 100%;
  background: #fff;
}
.active {
  border: 2px solid #122048;
}
.location-title {
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 5px;
}
.find-location-location-address {
  font-size: 15px;
  line-height: 1;
  padding-bottom: 15px;
}
.location-phone,
.location-hours{
  line-height: 1.5;
  font-size: 15px;
}

.location-search-no-results {
	 padding: 40px 25px;
}
.location-search-no-results p{
	font-size: 20px;
}

.location-search-no-results a {
	font-size: 18px;
	color: #CF2E2E;
	text-decoration: underline;
	margin-right: 25px;
}

.location-search-no-results a:hover {
	text-decoration: none;
}

.location-phone span,
.location-hours span{
  font-size: 14px;
  font-weight: 700;
}
.map-wrapper {
  margin-bottom: -27px;
}
.location-search-module-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  margin-top: 10px;
}
.location-search-module-button {
  border: 1px solid #ccc;
  padding: 10px;
  margin-left: -8px;
  background-color: #f0f0f0;
  cursor: pointer;
}
.location-block-wrapper {
  flex: 1 1 auto;
  padding: 20px 30px;
  font-size: 14px;
}
.location-search-module-wrapper input {
  min-width: 594px !important;
  background: #f7f7f7;
  height: 52px;
  border-radius: 0;
  padding: 10px 15px !important;
}
::placeholder {
  color: #122048;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12 -18 */
  color: #122048;
}
.find-location-rightcol .filter-row {
  align-items: end;
  /*	padding: 25px 0;*/
}
.find-location-rightcol .filter-row .selector {
  margin: 0 7px;
}
.find-location-list-filter-apply{
    position: absolute;
    top: 0;
    right: 8px;
}
.find-location-list-filter-apply button {
  text-transform: capitalize;
  color: #002045;
  font-size: 16px !important;
  margin-left: 15px;
  position: relative;
  font-family: Mulish !important;
}
.find-location-list-filter-apply .location-search-module-button:after {
  content: "\e906";
  font-family: icomoon !important;
  font-size: 26px;
}
.find-location-searchcol label {
	font-family: "Mulish" !important;
}
.location-search-module-wrapper button {
  position: absolute;
  right: -8px;
  border: transparent;
  padding: 18px;
  -webkit-border-radius: 0px !important;
  background: transparent;
  font-size: 20px;
}
.location-search-module-input {
  flex: 1;
  border: 1px solid #ccc;
  padding: 10px;
}
.location-location-image-preload .wp-post-image {
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  width: 240px;
}
.zipcode-search {
  flex-direction: column;
  padding: 20px 32px;
}
.amenities {
  padding-bottom: 10px;
}
.amenity-tag {
  display: flex;
  align-items: center;
  padding: 9px 15px;
  border-radius: 30px;
  background: #f3f4f6;
}
.amenity-tag span {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-size: 12px;
}
.amenity-tag img {
  height: 20px !important;
  width: 16px !important;
  margin-right: 5px;
}
.comingsoon-tag {
  display: flex;
  align-items: center;
  padding: 9px 15px;
  border-radius: 30px;
  background:#122048;
}
.comingsoon-tag span {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-size: 12px;
    color:#fff;
}
.location-block-wrapper .details-button {
  padding-top: 15px;
  display: flex;
  align-items: center;
}
.details-button a{
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1) !important;
}
.pagination {
  display: flex;
  justify-content: center;
  clear: both;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 13px;
  padding: 20px 0;
  position: relative;
  z-index: 99;
}
.pagination span {
  border-radius: 3px;
}
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 0px 3px 0px 0;
  padding: 8px 8px;
  text-decoration: none;
  width: auto;
  color: #002045; /* Pagination text color */
  background: #FEBD65; /* Pagination non-active background color */
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  border: 1px solid tranparent;
  border-radius: 3px;
}
.pagination a:hover {
  color: #002045;
  background: #fff;
  border: 1px solid #FEBD65;
}
.pagination .current {
  background: #fff;
  color: #002045;
  border: 1px solid #FEBD65;
}
.map-left .zipcode-search{
    display:none;
}
.row .col img.img-with-animation.nectar-lazy:not([srcset]){
    width:inherit !important;
}
/* Media query for mobile devices */
@media (max-width: 995px) {
  .details-button.row.flex {
    display:block;
      margin:0 0 10px;
  }
    .details-button.row.flex > a:first-child{
    margin-left:0;
  }
}
.togglemap-wrapper{
    text-align: center;
    display:none;
    padding-bottom:10px;
}
@media (max-width: 768px) {
    .map-wrapper{
        flex-flow: row wrap;
    }
    .map-left{
        order:1;
        flex:1 1 100%;
    }
    .map-left .zipcode-search{
        display:block;
    }
    .find-location-rightcol{
        order:2;
        flex:1 1 100%;
    }
    .find-location-rightcol .zipcode-search{
        display:none;
    }
  .find-location-location-block {
    flex-direction: column;
    align-items: center;
  }
  .button {
    padding-right: 1.5em;
    padding-left: 1.5rem;
  }
  .button-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .find-location-location-address {
    line-height: 1.5;
  }
    .togglemap-wrapper{
        display:block;
    }
    .togglemap-wrapper button{
        cursor: pointer;
    }
    .locationtax-map{
        display:none;
    }
    .locationtax-map.showmap{
        display:block;
    }
}





/* Hide map on screens under 1000 pixels */
/*
@media screen and (max-width: 1000px) {
  #map {
    display: none;
  }
}
*/

/* Show map on screens 1000 pixels or wider */
/*
@media screen and (min-width: 1000px) {
  #map {
    display: block;
  }
}
*/


@media screen and (max-width: 994px) {
  .location-search-module-button {
    margin-left: -67px;
  }
  .find-location-rightcol .filter-row {
    padding: 25px 0;
  }
}
/* Hide map on mobile screens */
@media screen and (min-width: 994px) {
  #toggleMap {
    padding: 15px;
    font-size: 14px;
    display: none;
  }
  #listings .dealer-container {
    height: 800px;
    padding: 6px 32px;
  }
  .show-map {
    display: none;
  }
}
@media (max-width: 768px) {
  #map.hide-mobile {
    display: none;
  }
  .location-search-module-wrapper input {
    min-width: 260px !important;
  }
}
/* Hide map on desktop screens */
@media (min-width: 768px) {
  #map.hide-desktop {
    display: none;
  }
  .find-location-location-block {
    display: flex !important;
  }
}
@media screen and (max-width: 600px) {
  .find-location-location-block {
    display: flex !important;
    max-height: 100%;
    flex-direction: column;
    align-items: center;
    margin: 20px 10px;
  }
  .map-wrapper {
    flex-direction: column;
  }
}