.tb-contact-finder-container {
  margin: 16px 0;
  padding: 0 8px;
}

.tb-contact-finder-container .tb-contact-finder-label:empty {
  margin-right: 0 !important;
}

.tb-contact-finder-container .tb-contact-finder-label:first-child:empty {
  margin-right: 0;
}

.tb-contact-finder-container #tb-contact-finder-address-container {
  min-height: 200px;
}

.tb-contact-finder-container .tb-cf-loaderwrapper {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tb-contact-finder-container .tb-cf-spinnerwrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tb-contact-finder-container .tb-cf-spinner {
  width: 10rem;
  height: 10rem;
  display: inline-block;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #998242;
  margin-bottom: 10rem;
  -webkit-animation: 1s cfspin ease-in-out infinite;
  animation: 1s cfspin ease-in-out infinite;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 20rem;
}

@-webkit-keyframes cfspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes cfspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tb-contact-finder-container .tb-contact-finder-search ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search ::-webkit-input-placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search :-ms-input-placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search ::placeholder {
  /* Most modern browsers support this now. */
  color: #393939;
  opacity: 1;
}

.tb-contact-finder-container .tb-contact-finder-search input {
  position: relative;
}

.tb-contact-finder-container .tb-contact-finder-search .is-desktop {
  display: none;
}

.tb-contact-finder-container .tb-contact-finder-address-type {
  opacity: 0;
}

.tb-contact-finder-container .tb-contact-finder-icon img, .tb-contact-finder-container svg {
  width: 16px;
  height: 16px;
  margin-top: -4px;
}

.tb-contact-finder-container .autocomplete-suggestions {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px;
  background: #FFF;
  overflow: auto;
  z-index: 99 !important;
}

.tb-contact-finder-container .autocomplete-suggestion {
  padding: 8px 16px 8px 32px;
  overflow: hidden;
  font-size: 16px;
  line-height: 32px;
  border-bottom: 1px solid #DDDDDD;
  min-height: 48px;
  color: #393939;
  cursor: pointer;
}

.tb-contact-finder-container .autocomplete-selected,
.tb-contact-finder-container .autocomplete-suggestion:hover {
  background-color: #F1F1F1;
  color: #998242;
}

.tb-contact-finder-container .autocomplete-suggestion:last-child {
  border-bottom: none;
}

.tb-contact-finder-container .autocomplete-group {
  background: rgba(220, 220, 220, 0.1);
  border-bottom: 1px solid #DDDDDD;
  padding: 8px 16px;
  font-weight: 700;
}

.tb-contact-finder-container .autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.tb-contact-finder-container .autocomplete-no-suggestion {
  padding: 8px 16px;
  font-size: 16px;
  line-height: 32px;
  min-height: 48px;
}

.tb-contact-finder-container .tb-contact-finder-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter {
  padding-right: 24px !important;
}

.tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter:last-child {
  padding-right: 0 !important;
}

.tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter:last-child .select-items {
  margin-right: 0px;
}

.tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter select {
  width: 100%;
  border-radius: unset !important;
}

.tb-contact-finder-container .tb-contact-finder-link a {
  text-decoration: none;
  color: #393939;
}

.tb-contact-finder-container .tb-contact-finder-link a .tb-contact-finder-icon {
  vertical-align: baseline;
}

.tb-contact-finder-container .tb-contact-finder-link.selected a {
  color: #998242;
}

.tb-contact-finder-container .tb-contact-finder-link.selected path {
  fill: #998242;
}

.tb-contact-finder-container .tb-contact-finder-links .tb-contact-finder-icon {
  vertical-align: middle;
}

.tb-contact-finder-container .tb-contact-finder-info {
  position: relative;
}

.tb-contact-finder-container .tb-contact-finder-info .tb-contact-finder-no-result {
  position: absolute;
  top: 40px;
  z-index: 997;
  left: 50%;
  display: inline;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-map {
  min-height: 600px;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-map img {
  height: 100%;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail {
  opacity: 0;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-icon .map-icon {
  fill: #998242;
  width: 18px;
  height: 25px;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-icon span {
  vertical-align: top;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-detail-address span {
  margin-right: 4px;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-links {
  margin-top: 20px;
  color: #998242;
}

.tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-close-btn {
  display: none;
  width: 28px;
  height: 28px;
  font-size: 0px;
  padding: 0;
  background-color: #393939;
  background-position: center !important;
}

.tb-contact-finder-container .is-mobile {
  display: none;
}

.tb-contact-finder-container .autocomplete-container {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.tb-contact-finder-container .autocomplete-container .autocomplete-item {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.tb-contact-finder-container .autocomplete-container .autocomplete-item:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.tb-contact-finder-container .autocomplete-container .active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.tb-contact-finder-search {
  margin-bottom: 16px;
}

.tb-contact-finder-search .tb-input-field-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  min-width: 100%;
}

.tb-contact-finder-search .col-lg-1.tb-pr-0.tb-pl-2.col-md-2.is-desktop {
  width: 100%;
  max-width: 100%;
}

.tb-contact-finder-taxonomy {
  position: relative;
  display: inline;
  margin-bottom: 16px;
}

.tb-contact-finder-taxonomy span {
  color: #FFFFFF;
  background: #BFBFBF;
  font-size: 12px;
  margin: 0px 8px 8px 0px;
  padding: 4px 8px;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 1023px) {
  .tb-contact-finder-container {
    margin: 12px 0;
  }
  .tb-contact-finder-container .tb-contact-finder-filters {
    margin: 0 !important;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-select-wrapper {
    margin-bottom: 8px !important;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter {
    padding-top: 16px !important;
    padding-right: 0 !important;
    max-width: 50% !important;
    width: 50% !important;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter:nth-child(2n + 1) {
    padding-right: 24px !important;
  }
  .tb-contact-finder-container .tb-contact-finder-address-type .tb-contact-finder-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tb-contact-finder-container .tb-contact-finder-address-type .tb-input-checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0 !important;
    margin-top: 8px;
  }
  .tb-contact-finder-container .tb-contact-finder-row {
    position: relative;
    overflow: hidden;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-map {
    height: 60vh;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail {
    right: 0;
    top: 0;
    display: none;
    height: 100%;
    box-shadow: -5px 0px 10px 1px rgba(0, 0, 0, 0.2);
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-close-btn {
    color: transparent !important;
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    cursor: pointer;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-detail-section {
    overflow-y: auto;
  }
  .tb-contact-finder-container .is-ipad {
    display: block !important;
  }
  .tb-contact-finder-container .tb-input-field-icon {
    width: 100% !important;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .tb-contact-finder-container .tb-contact-finder-search {
    width: 100%;
  }
  .tb-contact-finder-container .tb-contact-finder-search .tb-imput-field-icon {
    max-width: 100%;
    width: -webkit-calc(100% - 125px) !important;
    width: calc(100% - 125px) !important;
    /* position: absolute; */
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-map {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .tb-contact-finder-detail {
    position: absolute !important;
    z-index: 1;
  }
  .tb-contact-finder-search.tb-mt-3 {
    margin: 8px 0 24px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .tb-contact-finder-detail {
    position: fixed !important;
    z-index: 9999;
  }
  .tb-contact-finder-row .tb-contact-finder-map {
    min-height: 200px;
  }
  .tb-contact-finder-container {
    margin: 8px 0;
    padding: 0 16px !important;
  }
  .tb-contact-finder-container .tb-contact-finder-header {
    margin-top: 8px !important;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .tb-contact-finder-container .tb-contact-finder-header .tb-contact-finder-right-menu {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .tb-contact-finder-container .tb-contact-finder-search {
    margin-top: 16px !important;
    padding: 0;
  }
  .tb-contact-finder-container .tb-contact-finder-search .tb-input-field-icon {
    width: 100% !important;
  }
  .tb-contact-finder-container .tb-contact-finder-result {
    padding: 16px 0 !important;
  }
  .tb-contact-finder-container .tb-contact-finder-info {
    padding: 16px 0 !important;
  }
  .tb-contact-finder-container .tb-contact-finder-filters {
    padding: 16px !important;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter-link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter {
    padding-right: 0 !important;
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100% !important;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-filter:nth-child(2n + 1) {
    padding-right: 0 !important;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-contact-finder-address-type .tb-input-checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail {
    background: #FFFFFF;
    box-shadow: none !important;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-close-btn {
    color: #FFFFFF !important;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-detail-section {
    padding: 16px !important;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-detail-section .tb-contact-finder-links {
    color: #998242;
  }
  .tb-contact-finder-container .tb-contact-finder-row .tb-contact-finder-detail .tb-contact-finder-detail-section .tb-contact-finder-links a {
    display: block;
  }
  .tb-contact-finder-container .is-desktop {
    display: none;
  }
  .tb-contact-finder-container .is-mobile {
    display: block;
  }
  .tb-contact-finder-container #tb-contact-finder-address-container .tb-contact-finder-address-row {
    padding: 16px 0 !important;
  }
  .tb-contact-finder-container #tb-contact-finder-address-container .tb-contact-finder-address-row .col-sm-4 {
    padding: 0 !important;
  }
  .tb-contact-finder-container #tb-contact-finder-address-container .tb-contact-finder-address-row .tb-contact-finder-address h2 {
    margin-top: 16px !important;
    margin-bottom: 8px !important;
  }
  .tb-contact-finder-container #tb-contact-finder-address-container .tb-contact-finder-address-row .tb-contact-finder-address-link {
    margin-top: 16px !important;
  }
  .tb-contact-finder-container #tb-contact-finder-address-container .tb-contact-finder-address-row .tb-contact-finder-address-link .tb-contact-finder-link-item:last-child {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  .tb-contact-finder-detail {
    display: block !important;
    position: relative !important;
  }
  .tb-contact-finder-container .tb-contact-finder-filters .tb-select-wrapper {
    margin-bottom: 8px !important;
  }
  .tb-contact-finder-search.tb-mt-3 {
    margin: 8px 0 24px 0 !important;
  }
}

.tb-contact-finder-icon .map-icon {
  fill: #998242;
  width: 18px;
  height: 25px;
}

.tb-contact-finder-icon span {
  vertical-align: top;
}

.tb-visibility-hidden {
  visibility: hidden !important;
  height: 0px !important;
  padding: 0px !important;
}

.tb-img-wrapper img {
  width: 100% !important;
}

.tb-contact-finder-map img {
  width: auto !important;
}

.tb-contact-finder-links a {
  min-width: 120px;
  line-height: 21px;
  cursor: pointer;
}

.tb-contact-finder-show-map svg {
  position: relative;
  top: -1px;
  pointer-events: none;
}

.tb-contact-finder-links a, .tb-contact-finder-icon a {
  color: #998242;
  text-decoration: none;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  max-width: 100%;
}

.tb-contact-finder-links a:hover, .tb-contact-finder-icon a:hover {
  color: #998242;
}

.tb-contact-finder-links a:hover:after, .tb-contact-finder-icon a:hover:after {
  width: 100%;
}

.tb-contact-finder-links a:after, .tb-contact-finder-icon a:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  bottom: 0;
  margin-left: 22px;
  border-bottom: 1px solid #998242;
  -webkit-transition: width 0.3s ease 0s, right 0.3s ease 0s;
  transition: width 0.3s ease 0s, right 0.3s ease 0s;
  width: 0;
}

.tb-contact-finder-no-result {
  display: none !important;
}

.tb-contact-finder-detail-email {
  word-break: break-word;
}

.tb-contact-finder-clear, .tb-contact-finder-close-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #998242 !important;
}

.tb-contact-finder-search .tb-custom-combobox {
  display: block !important;
}

.tb-contact-finder-search .tb-custom-combobox:after {
  display: none !important;
}

@media only screen and (max-width: 767.99px) and (min-width: 576px) {
  .tb-contact-finder-container #tb-contact-finder-address-container .tb-contact-finder-address-row .col-sm-4, .tb-contact-finder-container #tb-contact-finder-address-container .tb-contact-finder-address-row .col-md-4 {
    min-width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tb-contact-finder-container .tb-cf-spinner {
    position: relative !important;
    position: -webkit-sticky;
    position: sticky;
    top: 20rem;
  }
}

.NavBar_MapTypeButtonContainerWrapper {
  display: none;
}
