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

.flex-item {
  flex: 100%;
}

.well {
  z-index: 0;
}

.template-producer h4 {
  color:  var(--color-3);
  line-height: 1.75;
  margin: 2rem 0 .25rem;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: var(--color-2);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.template-producer h4 img {
  display: inline-block;
  margin-right: 4px;
  vertical-align: baseline;
}

.template-producer {
  color: #000;
  font-family: var(--font-1-medium);
}

.template-producer strong,
.template-producer b {
  font-family: var(--font-1-bold);
}

.container-fluid > .well {
  color:  var(--color-3);
  padding-bottom: 50px;
  padding-top: 38px;
  position: relative;
}

.container-fluid > .well:before {
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  border-top: 35px solid var(--color-2);
  bottom: -35px;
  left: 50%;
  content: "";
  position: absolute;
  transform: translate(-38px);
}

.container-fluid > .well:after {
  background: var(--color-2);
  content: "";
  height: 100%;
  left: var(--bs-gutter-x,-.75rem);
  position: absolute;
  right: var(--bs-gutter-x,-.75rem);
  top: 0;
  z-index: -1;
}

.container-fluid > .well p {
  font-family: var(--font-2-black);
  font-size: 1.125em;
  margin-bottom: 0;
}

#provider-left-column,
#provider-right-column {
  margin: 4rem 0;
  position: relative;
}

#provider-left-left,
#provider-right-right {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
}

#provider-left-column:after {
  background: var(--color-2);
  bottom:  3rem;
  color: #000;
  content: "";
  position: absolute;
  right: 0px;
  top: 3rem;
  width: 2px;
}

#provider-right-column .btn-filter {
  height: 100%;
  font-size: .75rem;
  padding: .125rem .375rem;
  text-transform: capitalize;
}

  #provider-right-column .btn-filter:after {
    border-top-color: var(--color-1);
  }

  #provider-right-column .btn-filter:hover:before {
    background: var(--color-2);
    border-radius: 2em;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .55;
    position: absolute;
    top: 0;
    right: 0;
  }

#provider-right-column .btn-filter img {
  height: 30px;
  margin-right: 4px;
  width: 30px;
}

.category-column-header,
.img-container {
  /*text-align: center;*/
}

.distributor-address {
  margin-left: 1.5rem;
}

img.provider-product-image {
  max-height: 120px;
  width: auto;
  max-width: 120px;
}

table.producer-product-table th h4 {
    margin: 0;
}

table.producer-product-table th,
table.producer-product-table td {
  padding: 0.25rem 0.5rem;
}

.update-tag {
  color: #000;
  font-family: var(--font-1-medium);
  font-size: .875rem;
  font-style: italic;
}

.producer-blurb * {
  color:  var(--color-3);
  font-family: var(--font-2-bold);
  font-size: .875rem;
}



/* Responsive layout - from one column layout (100%) to two-column layout (50%) */
@media (min-width: 48em) {
  .flex-item {
    flex: 50%;
  }

  #provider-right-column .btn-filter {
    font-size: .875rem;
    padding:  .375rem 1rem;
    text-transform: uppercase;
  }

  #provider-right-column .btn-filter img {
    height: 40px;
    margin-right: 6px;
    width: 40px;
  }
}

@media (min-width: 70em) {
  #provider-right-column .btn-filter img {
    height: 50px;
    margin-right: 10px;
    width: 50px;
  }
}
