/** Shopify CDN: Minification failed

Line 210:0 Unexpected "}"
Line 327:2 Comments in CSS use "/* ... */" instead of "//"
Line 361:2 Comments in CSS use "/* ... */" instead of "//"
Line 362:2 Comments in CSS use "/* ... */" instead of "//"

**/
/* Customize the search UI here */
.header {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0.5rem 1rem;
  background-image: linear-gradient(284deg, #fedd4e, #fcb43a);
  color: #fff;
  margin-bottom: 1rem;
}

.header a {
  color: #fff;
  text-decoration: none;
}

.header-title {
  font-size: 1.2rem;
  font-weight: normal;
}

.header-title::after {
  content: " ▸ ";
  padding: 0 0.5rem;
}

.header-subtitle {
  font-size: 1.2rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.search-panel {
  display: flex;
  flex-direction: column;
}

.search-panel__filters {
  /* flex: 1; */
}

.search-panel__results {
  /* flex: 3; */
}

.ais-DynamicWidgets {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 10px;
  justify-content: center;
}

.ais-Highlight-highlighted {
  color: inherit;
  font-size: inherit;
}

#searchbox {
  margin-bottom: 2rem;
}

.ais-Panel {
  margin-bottom: 0px;
}

.ais-Hits--empty {
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 1.6em;
  color: rgba(0, 0, 0, 0.4);
}

.ais-Hits-list {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 300px);
  grid-template-rows: min-content;
  justify-content: center;
}

.ais-Hits-item {
  margin: 0;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #f6f6f6;
  padding: 0;
  line-height: initial;
  font-size: initial;
  font-weight: initial;
}

.directory-card {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #306bfc;
}

.main-area {
  flex: 1 0 300px;
  padding: 10px;
}
/* add pointer to main area of grid card only, so the footer contact links stay active */
.directory-card .main-area {
  cursor: pointer;
}

.member-info {
  display: flex;
  flex-direction: row;
  align-self: stretch;
}

.member-details {
  flex: 1;
  padding-top: 5px;
}

.member-name {
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 1px solid #306bfc;
  padding-bottom: 5px;
}

.member-title {
  font-size: 1em;
}

.member-company {
  font-size: 1em;
  font-weight: bold;
}

.member-city-province {
  font-size: 1em;
}

.member-image {
  margin-left: 10px;
  margin-top: 10px;
  width: 80px;
  height: 80px;
}

.member-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.member-image-modal {
  margin-left: 10px;
  margin-bottom: 10px;
  width: 200px;
  height: 200px;
  max-width: 50%;
  max-height: 50%;
}

.member-image-modal img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

@media all and (max-width: 500px) {
  .member-image-modal {
  width: unset;
    img {
      width: 150px;
    }
  }
}

.member-categories, .member-languages-spoken {
  margin-top: 10px;
  margin-bottom: 10px;
  list-style: disc;
  li {
    font-size: smaller;
  }
}

.member-address {
  margin-top: 0.5em;
}

.member-description {
  max-height: 195px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
}

.member-description-modal {
  max-height: 200px;
  overflow: scroll;
}

.contact-area {
  /* padding: 10px; */
}

.contact-area > hr {
  margin: 0;
  width: 100%;
}

.member-contact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
  margin: 0;
  padding: 10px 20px;
  list-style: none;
  min-height: 40px;
}

.member-contact-modal {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 20px;
  margin: 0;
  padding: 10px 20px;
  list-style: none;
  min-height: 40px;
}

.member-contact > li, .member-contact-modal > li {
  margin: 0;
  padding: 0;
}

.member-contact > li > a {
  display: block;
  line-height: 1;
  font-size: 0;
}

.member-contact-modal > li > a {
  display: block;
  line-height: 1;
}

.member-contact svg {
  height: 20px;
  fill: #306bfc;
}

.member-contact-modal svg {
  height: 20px;
  fill: #306bfc;
  margin-bottom: -5px;
}

.member-contact-entry-modal {
  margin-left: 10px;
}

#pagination {
  margin: 2rem auto;
  text-align: center;
}

.ais-Pagination-list {
  justify-content: center;
}

.algolia-attribution {
  display: flex;
  justify-content: center;
  align-content: center;
  column-gap: 10px;
  margin: 10px auto;
}

.algolia-attribution img {
  width: 100px;
}

/**************************\
  Basic Modal Styles
\**************************/

.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.micromodal__overlay {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.micromodal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  // overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.micromodal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.micromodal__close {
  position: absolute;
  top: -25px;
  right: -25px;
  background: transparent;
  border: 0;
}

.micromodal__header .micromodal__close:before {
  content: "\2715";
}

.micromodal__content {
  // margin-top: 2rem;
  // margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .micromodal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .micromodal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .micromodal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .micromodal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .micromodal__container,
.micromodal-slide .micromodal__overlay {
  will-change: transform;
}
