/* hide the built in lightbox close button */
.featherlight-close-icon {
  display: none;
}

.featherlight-inner .lb-wrap {
  width: 60%;
  min-width: 300px;
  height: auto;
  min-height: 300px;
  background-color: #CCC;
}

.baseLightbox {
  display: none;
}

.featherlight-inner .columns {
  display: flex;
}

.featherlight-inner .reverse {
  padding: 4px;
  display: inline-block;
}

ul {
  -webkit-padding-start: 1em;
}

.featherlight-inner h3.reverse {
  margin-bottom: 2px;
}


.featherlight li,
.featherlight p {
  max-width: 580px;
}
#learnMore2 button {
  margin-left: 0px;
  margin-top: 12px;
}
