/* This should containe map stuff that is related to the theme */
#map-it {
  background: url(../../img/texture-triangles-solid-down-line.svg) repeat-x bottom
    left;
}

#map-it:before {
  background: url(../../img/texture-triangles-solid-down-line.svg) repeat-x;
}

.map-projects h2,
.map-projects .sub-nav .menu-item-has-children,
.sub-nav .map-projects .menu-item-has-children {
  background: url(../../img/header-burst-blue.png) no-repeat center center;
  background-size: contain;
}


.project-status {
  display: none;
  background: url(../../img/header-shine-yellow.svg) no-repeat;
  height: 180px;
  width: 180px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ee4029;
  font-family: "Trade Gothic W01";
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  top: 25%;
  z-index: 5;
}

@media screen and (min-width: 41.75em) {
  .project-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 48em) {
  .project-status {
    top: 15%;
  }
}

@media screen and (max-width: 767px) {
  .map-projects h2,
  .map-projects .sub-nav .menu-item-has-children,
  .sub-nav .map-projects .menu-item-has-children {
    background-image: none;
    background-color: #42a7c6;
  }
}

.project-status p {
  font-size: 1.1em;
}

.project-status:before,
.project-status:after {
  background: url(../../img/deco-x-red.png) no-repeat center center;
  z-index: 100;
  height: 20px;
  width: 20px;
  position: relative;
}

.project-status:before {
  top: 18px;
}

.project-status:after {
  bottom: 18px;
}

.project-status .number {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  margin-bottom: 0;
  margin-top: 0.2em;
  font-size: 4.5em;
  font-weight: 800;
  line-height: 1;
}

.grantee-status {
  display: none;
  background: url(../../img/header-shine-yellow.svg) no-repeat;
  height: 180px;
  width: 180px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ee4029;
  font-family: "Trade Gothic W01";
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  top: 25%;
  z-index: 5;
}

@media screen and (min-width: 41.75em) {
  .grantee-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 48em) {
  .grantee-status {
    top: 15%;
  }
}

.grantee-status p {
  font-size: 1.1em;
}

.grantee-status:before,
.grantee-status:after {
  background: url(../../img/deco-x-red.png) no-repeat center center;
  z-index: 100;
  height: 20px;
  width: 20px;
  position: relative;
}

.grantee-status:before {
  top: 18px;
}

.grantee-status:after {
  bottom: 18px;
}

.grantee-status .number {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  margin-bottom: 0;
  margin-top: 0.2em;
  font-size: 4.5em;
  font-weight: 800;
  line-height: 1;
}