.tag-select-outer-focus {
  color: #747373;
  font-size: 17px;
  text-align: center;
  line-height: 35px;
  padding: 40px 10px;
}

.project-name {
  color: #014711;
  font-size: 22px;
  line-height: 50px;
}

.tag-display,
.tag-display-single,
.tag-display-first,
.tag-display-continued,
.tag-display-end {
  background-color: #5C8827;
  border: 1px solid #707070;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  color: white;
  padding: 20px 15px 40px 15px;
  line-height: 40px;
}
.tag-display-single {
  padding-bottom: 20px;
}
.tag-display-first {
  padding-bottom: 15px;
  border-bottom: none;
}
.tag-display-continued {
  border-top: none;
  border-bottom: none;
  padding: 25px 15px 0 15px;
}
.tag-display-end {
  border-top: none;
  padding-top: 25px;
}

.tag-display-half {
  flex-grow: 1;
  text-align: center;
  flex-basis: 0;
}

.before,
.after {
  flex-grow: 1;
  text-align: center;
  flex-basis: 0;
}

.before-image,
.after-image {
  margin-bottom: 15px;
}

.lindstrom-before-after {
  max-width: 95%;
  max-height: 85%;
}

.tag-images {
  display: flex;
  width: 100%;
  margin-top: 7px;
  max-height: 495px;
  overflow: hidden;
}

.tag-images-left {
  flex-grow: 2;
  flex-basis: 0;
  padding-right: 7px;
}

.tag-images-full {
  padding: 0;
}

.tag-images-left-small {
  flex-grow: 1;
  flex-basis: 0;
  padding-right: 7px;
}


.lindstrom-left-image {
  max-width: 100%;
}

.tag-images-right {
  flex-grow: 1;
  flex-basis: 0;
}

.tag-images-right-large {
  flex-grow: 2;
  flex-basis: 0;
}

.lindstrom-right-image {
  max-width: 100%;
}

.lindstrom-right-image-padded {
  max-width: 100%;
  padding-top: 7px;
}

.carle-images-left {
  flex-grow: 1;
  flex-basis: 0;
  padding-right: 7px;
}

.carle-bottom-image {
  width: 100%;
}