.dome-projects-shortcode {
  color: #444;
  font-family: inherit;
}

.dome-projects-shortcode *,
.dome-projects-shortcode *::before,
.dome-projects-shortcode *::after {
  box-sizing: border-box;
}

.dome-projects-shortcode .map-container {
  height: 550px;
  width: 100%;
}

.dome-projects-shortcode .banner-map.projects {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.dome-projects-shortcode .stats-container {
  display: none;
}

.dome-projects-shortcode #zoomControl {
  top: 205px !important;
  left: 15px !important;
  height: 87px;
}

.dome-projects-shortcode #zoomInButton,
.dome-projects-shortcode #zoomOutButton,
.dome-projects-shortcode #zoomResetButton {
  border: 1px #003366 solid;
  box-sizing: border-box;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.dome-projects-shortcode #zoomInButton {
  height: 35px;
  width: 35px;
  margin-top: 9px;
  background-image: url("../images/zoomIn.png");
}

.dome-projects-shortcode #zoomOutButton {
  height: 35px;
  width: 35px;
  border-top: none;
  background-image: url("../images/zoomOut.png");
}

.dome-projects-shortcode #zoomResetButton {
  display: block;
  position: relative;
  padding: 11px 12px 11px 32px;
  background-position: 7% center;
  background-size: 28px;
  background-image: url("../images/zoomReset.png");
}

.dome-projects-shortcode #zoomResetButton span {
  font-size: 1.375em;
  font-weight: 300;
  color: #003366;
}

.dome-projects-infoBox {
  position: absolute;
  z-index: 5;
  color: #fff;
  font-size: 12px;
  animation: domeProjectsFadeIn 500ms;
  text-shadow: rgba(0, 0, 0, 0.75) 2px 2px 2px;
  transition: 0.35s ease-in-out;
  display: table;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: auto;
}

.dome-projects-tooltip {
  position: absolute;
  padding: 5px;
  margin: -36px 0 0 16px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.75) 2px 2px 2px;
  font-size: 1.25em;
  transition: 0.35s ease-in-out;
  white-space: nowrap;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.dome-projects-tooltip-small {
  margin-top: -26px;
  margin-left: 12px;
}

.dome-projects-infoBox .inner-stats-container {
  display: flex;
  max-width: 1140px;
  margin: 70px auto 0;
  padding: 0 15px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.dome-projects-infoBox .stats-item {
  font-size: 1rem;
  display: flex;
  align-items: center;
  height: 40px;
  margin-right: 40px;
}

.dome-projects-infoBox .stats-item * {
  color: white;
  text-shadow: none;
  font-weight: 300;
}

.dome-projects-infoBox .stats-item a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
}

.dome-projects-infoBox .stats-item a:hover {
  color: white;
}

.dome-projects-infoBox .stats-item::before {
  content: "";
  display: block;
  width: 20px;
  height: 35px;
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.dome-projects-infoBox .stats-item.name {
  flex-basis: 100%;
  flex-shrink: 0;
  flex-grow: 1;
}

.dome-projects-infoBox .stats-item.name::before {
  display: none;
}

.dome-projects-infoBox .stats-item.name a {
  font-size: 1.4rem;
  line-height: 1.25;
}

.dome-projects-infoBox .stats-item.application::before {
  background-image: url("../images/projectIcons/applicationWhite.png");
}

.dome-projects-infoBox .stats-item.application .separator {
  display: none;
}

.dome-projects-infoBox .stats-item.scope::before {
  background-image: url("../images/projectIcons/scopeWhite.png");
}

.dome-projects-infoBox .stats-item.scope .separator {
  margin: 0 3px 0 10px;
}

.dome-projects-infoBox .stats-item.case-study-link::before {
  background-image: url("../images/projectIcons/caseStudy.png");
}

.dome-projects-infoBox .stats-item.case-study-link a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/rightArrow.png");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}

.dome-projects-shortcode .project-list-title-row {
  max-width: 1140px;
  width: 100%;
  margin: 80px auto 15px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  column-gap: 16px;
}

.dome-projects-shortcode .project-list-title-row .pl-title {
  margin: 0;
  font-weight: 300;
}

.dome-projects-shortcode .pl-sort-controls-container {
  font-size: 0.95rem;
}

.dome-projects-shortcode .pl-sort-controls-container a {
  color: #0071ba;
  text-decoration: none;
}

.dome-projects-shortcode .dome-projects-intro {
  flex-basis: 100%;
  max-width: 720px;
  margin-top: 12px;
}

.dome-projects-shortcode .list-container .list-gallery {
  max-width: 1140px;
  width: 100%;
  margin: 40px auto 110px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  list-style: none;
}

.dome-projects-shortcode .list-container .list-gallery .list-item,
.dome-projects-shortcode .list-container .list-gallery .list-title,
.dome-projects-shortcode .list-container .list-gallery .list-link {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: flex-end;
}

.dome-projects-shortcode .list-container .list-gallery .list-item {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 15px 15px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #eee;
}

.dome-projects-shortcode .list-container .list-gallery .list-card-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  color: inherit;
  text-decoration: none;
}

.dome-projects-shortcode .list-container .list-gallery .list-card-link:focus {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: -6px;
}

.dome-projects-shortcode .list-container .list-gallery .list-item.no-thumb {
  background-image: url("../images/placeholder-image-square.jpg");
}

.dome-projects-shortcode .list-container .list-gallery .list-item::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.dome-projects-shortcode .list-container .list-gallery .list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

.dome-projects-shortcode .list-container .list-gallery .list-item:hover::before {
  opacity: 0.7;
}

.dome-projects-shortcode .list-container .list-gallery .list-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  max-width: 1140px;
  text-align: left;
  background-image: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
}

.dome-projects-shortcode .list-container .list-gallery .list-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: calc(100% - 65px) 40px 0 40px;
  z-index: 1;
  align-items: flex-start;
  font-size: 1.1rem;
  line-height: 1.25;
  text-align: left;
  color: white;
  font-weight: 300;
  text-decoration: none;
  transition: padding-top 0.2s cubic-bezier(1, 0.02, 0.7, 0.02), opacity 0.2s ease-in;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.35em;
  box-sizing: content-box;
  display: block;
}

.dome-projects-shortcode .list-container .list-gallery .list-item:hover .list-link,
.dome-projects-shortcode .list-container .list-gallery .list-item:focus-within .list-link,
.dome-projects-shortcode .list-container .list-gallery .list-link:hover,
.dome-projects-shortcode .list-container .list-gallery .list-link:focus {
  padding-top: 34px;
  white-space: nowrap;
}

.dome-projects-shortcode .list-container .list-gallery .list-summary {
  position: absolute;
  top: 82px;
  left: 40px;
  padding: 0;
  margin: 0;
  transition: opacity 0.2s cubic-bezier(1, 0.02, 0.7, 0.02);
  opacity: 0;
  width: calc(100% - 80px);
  flex-direction: column;
  height: calc(100% - 122px);
  flex-wrap: wrap;
  gap: 0;
  overflow: hidden;
  color: #fff;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.dome-projects-shortcode .list-container .list-gallery .list-summary::after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3em;
  background: linear-gradient(to bottom, transparent 1%, transparent 40%, #020202 100%);
}

.dome-projects-shortcode .list-container .list-gallery .list-item:hover .list-summary {
  opacity: 1;
}

@media only screen and (min-width: 960px) {
  .dome-projects-shortcode .list-container .list-gallery .list-item {
    flex-basis: calc((100% - 30px) / 3);
    max-width: calc((1140px - 60px) / 3);
    min-width: 300px;
    min-height: 300px;
  }

  .dome-projects-shortcode .list-container .list-gallery .list-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 37.5em) and (max-width: 960px) {
  .dome-projects-shortcode .list-container .list-gallery .list-item {
    flex-basis: calc((100% - 15px) / 2);
    min-width: 270px;
  }

  .dome-projects-shortcode .list-container .list-gallery .list-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 37.5em) {
  .dome-projects-shortcode .map-container {
    height: 70vh;
    min-height: 420px;
  }

  .dome-projects-shortcode .project-list-title-row {
    margin-top: 45px;
  }

  .dome-projects-infoBox .stats-item {
    font-size: 0.9rem;
    margin: 0 20px 5px 0;
    height: auto;
  }

  .dome-projects-infoBox .stats-item::before {
    width: 15px;
    height: 20px;
    background-size: 15px;
  }

  .dome-projects-infoBox .stats-item.name a {
    font-size: 1.2rem;
  }

  .dome-projects-shortcode .list-container .list-gallery .list-item {
    flex-basis: 100%;
    margin-right: 0;
  }
}

@keyframes domeProjectsFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
