body,
html {
  background: white;
  box-shadow: none;
  width: 100%;
}

.distributor-locator-wrapper h4,
.distributor-locator-wrapper h5,
.distributor-locator-wrapper h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #004da0;
  font-weight: 700;
}

.distributor-locator-wrapper a,
.distributor-locator-wrapper a:visited,
.distributor-locator-wrapper a:hover,
.distributor-locator-wrapper a:active {
  color: #209cdf !important;
  text-decoration: none !important;
}

.distributor-locator-wrapper button a,
.distributor-locator-wrapper button a:visited,
.distributor-locator-wrapper button a:hover,
.distributor-locator-wrapper button a:active {
  color: #fff !important;
  text-decoration: none !important;
}

.distributor-locator-wrapper .box.is-primary .box-header h3 {
  margin: 0;
}

.distributor-locator-wrapper .box.is-primary .box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.distributor-locator-wrapper button {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0.1875em 32px;
  font-family: "Open Sans Latin", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.625;
  text-align: center;
  text-decoration: none !important;
  background-color: #209cdf;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  max-width: 180px;
}

.distributor-locator-wrapper button a {
  color: #fff;
}

.clear-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px; /* Adjust the distance from the right edge */
  cursor: pointer;
  color: #888; /* Adjust the color of the icon */
}

.clear-icon:hover {
  color: #000; /* Adjust the color when hovered */
}

.invisible {
  height: 0;
  overflow: hidden;
}

.hide {
  display:none;
}

.results-toggle {
  display: flex;
  gap: 15px;
  color: #b2b2b2;
}

.results-toggle i {
  cursor: pointer;
}

.active-icon {
  color: #209cdf;
}

.sectionTitle {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.hrdDark {
  background: #686868;
  color: #fff;
  font-size: 16px;
}

.filter-toggle {
    display: none;
  }


.lightBG {
  background-color: #e5e5e5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.iframeMap {
  width: 100%;
  margin-top: 50px;
}

.iframeMap iframe {
  display: block;
  width: 100%;
}

.filterRow {
  width: 100%;
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}

.locationfield {
  display: block;
  align-items: center;
  width: 35%;
  padding-right: 15px;
}

.radiusfield {
  display: block;
  align-items: center;
  width: 15%;
  padding-right: 15px;
}

.locationLz2 {
  position: relative;
  width: 50%;
  padding-left: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.inputfieldtitle {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.inputfield {
  border: solid 1px #bbbbbb;
  font-size: 16px;
  color: #000000;
  height: 48px;
  display: inline-block;
  padding: 0.1875em 0.75em;
  width: 100%;
}

.inputfield:hover {
  border: solid 1px #60c4ef;
}

.radiusselect {
  position: relative;
}

.radiusselect:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  color: #333;
  top: 8px;
  right: 15px;
  padding: 3px;
  /*Adjust for position however you want*/
  /*left line */
  position: absolute;
  pointer-events: none;
}

.radiusselect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  display: block;
  width: 100%;
  max-width: 320px;
  height: 48px;
  float: right;
  font-size: 16px;
  color: #000;
  background-color: #ffffff;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
}

.orientationsvg {
  fill: #ffffff;
  margin-right: 10px;
}

.searchBTNLenze {
  display: block;
  border: none;
  background: #209cdf;
  color: #fff;
  height: 48px;
  font-size: 16px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  min-width: 152px;
}

.locateButton {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #209cdf;
  color: #fff;
  height: 48px;
  font-size: 16px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  min-width: 152px;
  border: none;
}

.lenzeOr {
  display: flex;
  margin: 0px 20px;
  height: 48px;
  align-items: center;
}

.locateBTNLenze img {
  margin-right: 15px;
}

.distributor-list {
  width: 100%;
}

.listBadge {
  font-size: 12px;
  background-color:#004DA0;
  padding:2px 6px;
  color:#ffffff;

  display:inline-flex;

}

#distributor-cards {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 30px;
}

.distributor-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  border: 1px solid #b2b2b2;
}




.distributor-card h4 {
  display: inline-block;
  margin: 0px;
  padding-bottom: 10px;
}


.distributor-card .card-address {
  flex: 1;
}

.distributor-list table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

.distributor-list table thead th {
  padding: 10px 10px 0 10px;
  vertical-align: bottom;
}

.distributor-list table tr td {
  padding: 15px;
}

.distributor-list table tr td.phone-cell,
.distributor-list table tr td.distance-cell {
  white-space: nowrap;
}

.distributor-list table tr.divider td {
  padding: 15px 0;
}

.distributor-list table td hr {
  border-color: #b2b2b2;
}

.distributor-list table td.center-cell-contents {
  text-align: center;
}

.distributor-list table tbody tr:nth-child(even) {
  background-color: #eeeeee;
}

.distributor-list h2 {
  border-bottom: solid 1px #000000;
  margin-bottom: 0px !important;
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
}

.distributor-list h3 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
  font-weight: 400;
}

/* Distributor List */
.distributor-listLenzeRow {
  display: flex;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #b3b3b3;
}

.distSubRow {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #000;
  align-items: flex-start;
}

.distSubRow {
  font-size: 16px;
  line-height: 1.8;
}

.distLogo {
  width: 20%;
  padding-left: 20px;
  text-align: right;
}

.distLogo img {
  margin: 0 !important;
  float: right;
}

.distName {
  width: %;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  display: block;
  margin-bottom: 15px;
}

.distLocation,
.distphone,
.distURL {
  width: 33%;
  padding-right: 10px;
}

.distURL a {
  color: #209cdf;
}

#map {
  width: 100%;
  height: 600px;
  margin-top: 40px;
}

.modal-content {
  box-shadow: 0px 2px 5px 3px rgb(150, 150, 150, 0.3);
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #bbbbbb;
  border-radius: 0px;
  outline: 0;
}

.modal-header {
  padding: 15px;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-body {
  padding: 15px;
}

.modal-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.close {
  font-size: 44px !important;
  font-weight: 200;
  line-height: 0 !important;
  color: #b2b2b2 !important;
  cursor: pointer;
  transform: rotate(45deg);
}

.close:hover {
  color: #686868 !important;
  background-color: #eeeeee !important;
}

h3.modal-title {
  color: #000000;
  margin: 0;
  font-weight: 400;
  font-size: 1.2rem;
}

.modalContent {
  display: flex;
}

.modalImg {
  width: 50%;
}

.modalImg img {
  max-width: 100%;
}

.modalText p {
  margin: 0;
  font-size: 16px;
}

.modalText p:nth-child(2) {
  margin-bottom: 16px;
}

.modalLink {
  margin-top: 24px;
  color: #209cdf;
  font-size: 16px;
}

#radius-select-container {
  position: relative;
}

#radius-select-container label {
  position: absolute;
  bottom: 116%;
  left: 36%;
  white-space: nowrap;
  width: fit-content;
  font-size: 16px;
  transform: translateX(-50%);
}

.span-close {
  color: #000;
  font-size: 23px;
}

.Img-LocateMe {
  float: left;
  margin-top: 3px;
  margin-right: 9px;
}

/* new css */
.line-break {
  width: 100%;
}

.product-focus-icon {
  float: right;
  display: none;
  text-decoration: none;
  color: #ffffff;
  line-height: 1.625;
}

.productFocus {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}

ul {
  margin: 0;
}

.sectionTitle {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.hrdDark {
  background: #686868;
  color: #fff;
  font-size: 16px;
}

.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmarklz {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 2px solid #bbbbbb;
}

.checkcontainer:hover input ~ .checkmarklz {
  background-color: #ffffff;
  border: 2px solid #878787;
}

.checkcontainer input:checked ~ .checkmarklz {
  background-color: #209cdf;
  border: 2px solid #209cdf;
}

.checkmarklz:after {
  content: "";
  position: absolute;
  display: none;
}

.checkcontainer input:checked ~ .checkmarklz:after {
  display: block;
}

.checkcontainer .checkmarklz:after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.productFocusListing {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.productFocusListing li {
  width: 25%;
  line-height: normal;
  padding-bottom: 3px;
}

.productFocusRow {
  padding: 10px 30px;
}

.productFocusLZ {
  margin-top: 50px;
}

.lightBG {
  background-color: #e5e5e5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.iframeMap {
  width: 100%;
  margin-top: 50px;
}

.iframeMap iframe {
  display: block;
  width: 100%;
}

.filterRow {
  width: 100%;
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}

.inputfieldtitle {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.inputfield {
  border: solid 1px #bbbbbb;
  font-size: 16px;
  color: #000000;
  height: 48px;
  display: inline-block;
  padding: 0.1875em 0.75em;
  width: 100%;
}

.inputfield:hover {
  border: solid 1px #60c4ef;
}

.locationfield {
  display: block;
  align-items: center;
  width: 35%;
  padding-right: 15px;
}

.radiusfield {
  display: block;
  align-items: center;
  width: 15%;
  padding-right: 15px;
}

.radiusselect {
  position: relative;
}

.radiusselect:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  color: #333;
  top: 10px;
  right: 15px;
  /*Adjust for position however you want*/
  /*left line */
  position: absolute;
  pointer-events: none;
}

.radiusselect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  display: block;
  width: 100%;
  max-width: 320px;
  height: 48px;
  float: right;
  font-size: 16px;
  color: #000;
  background-color: #ffffff;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
}

.locationLz2 {
  position: relative;
  width: 50%;
  padding-left: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.orientationsvg {
  fill: #ffffff;
  margin-right: 10px;
}

.lenzeOr {
  display: flex;
  margin: 0px 20px;
  height: 48px;
  align-items: center;
}

.locateBTNLanze img {
  margin-right: 15px;
}

.distributor-list {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 100px;
  font-size: 14px;
}

.distributor-list h2 {
  border-bottom: solid 1px #000000;
  margin-bottom: 0px !important;
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
}

.distributor-list h3 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
  font-weight: 400;
}

.distSubRow,
.distSubRow {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #000;
  align-items: flex-start;
}

.distName {
  width: 100%;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  display: block;
  margin-bottom: 15px;
}

.distLocation,
.distphone,
.distURL,
.distLogo {
  width: 25%;
}

.distLogo {
  text-align: center;
}

.distURL a {
  color: #209cdf;
}

.distSubRow {
  font-size: 16px;
  line-height: 1.8;
}

.distributor-listRow {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #b3b3b3;
}

#map {
  width: 100%;
  height: 600px;
  margin-top: 40px;
}

.modal-dialog {
  width: 400px;
  margin: 30px auto;
  position: relative;
}

.modal-content {
  box-shadow: 0px 2px 5px 3px rgb(150, 150, 150, 0.3);
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #bbbbbb;
  border-radius: 0px;
  outline: 0;
}

.modalContent {
  display: flex;
}

.modalImg {
  width: 50%;
}

.modalImg img {
  max-width: 100%;
}

.modalText p {
  margin: 0;
  font-size: 16px;
}

.modalText p:nth-child(2) {
  margin-bottom: 16px;
}

.modalLink {
  margin-top: 24px;
  color: #209cdf;
  font-size: 16px;
}

.modalBadge {
  display:inline-flex;
  font-size:12px;
  color:#ffffff;
  margin-bottom: 10px;
  padding: 2px 6px;
}

.badgeNational {
  background-color: #004da0;
}

.badgeRegional {
  background-color: #A1C85F;
}

#radius-select-container {
  position: relative;
}

#radius-select-container label {
  position: absolute;
  bottom: 116%;
  left: 36%;
  white-space: nowrap;
  width: fit-content;
  font-size: 16px;
  transform: translateX(-50%);
}

.span-close {
  color: #000;
  font-size: 23px;
}

.Img-LocateMe {
  float: left;
  margin-top: 3px;
  margin-right: 9px;
}

@media screen and (max-width: 900px) {
  .productFocusListing li {
    width: 33%;
    line-height: normal;
    padding-bottom: 3px;
  }

  .line-break {
    display: none;
  }

  .locationfield {
    width: 70%;
  }

  .radiusfield {
    width: 30%;
  }

  .locationLz2 {
    padding-left: 0px;
    width: 100%;
  }

  .distLocation,
  .distphone,
  .distURL {
    width: 100%;
  }

  .distLogo {
    width: 30%;
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .productFocusListing li {
    width: 100%;
    line-height: normal;
    padding-bottom: 3px;
  }

  .productFocusListing {
    display: block;
    align-items: center;
    flex-wrap: wrap;
  }

  .box-header {
    cursor: pointer;
  }

  .filter-toggle {
    display: block;
  }

  .filter-toggle.expanded {
    transform: rotate(180deg);
  }

  .box-content {
    display: none;
  }

  .line-break {
    display: none;
  }

  .productFocus {
    display: none;
  }

  .pf-responsive {
    display: block;
  }

  .product-focus-icon {
    float: right;
    display: block;
  }

  #distributor-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 967px) {
  .distributor-list table {
    display: none;
  }

  .results-toggle {
    display: none;
  }
}

@media all and (min-width: 968px) {
  #list-view .distributor-cards {
    display: none;
  }
}

@media all and (max-width: 500px) {
  #distributor-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
