.ranked-cards__card-name,
.ranked-cards__card-rank {
  font-size: 1.6rem;
  color: #fff;
  text-transform: uppercase;
}
.ranked-cards {
  counter-reset: ra-ho-ca;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 640px) {
  .ranked-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .ranked-cards__card {
    grid-row: counter(ra-ho-ca) / span 2;
    grid-row-end: span 2;
  }
  .ranked-cards__card:nth-child(odd) {
    grid-column: 1;
  }
  .ranked-cards__card:nth-child(2n) {
    grid-column: 2;
  }
}
.ranked-cards__card {
  position: relative;
  counter-increment: ra-ho-ca;
  display: flex;
  flex-flow: column;
  align-items: center;
  overflow: hidden;
  border-radius: 4px;
  background-color: #e5f1f8;
  padding: 0;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ranked-cards__card:hover {
  box-shadow: 4px 4px 8px 0 #aeb7bc;
}
.ranked-cards__card-name {
  width: 100%;
  min-height: 4.3rem;
  max-height: 4.3rem;
  overflow: hidden;
  padding: 1rem 1rem 1rem 6.1rem;
  justify-content: center;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #2d80b1;
}
.ranked-cards__card-name a {
  display: inline-block;
  width: inherit;
  color: inherit;
}
.ranked-cards__card-rank {
  position: absolute;
  top: 0;
  left: 1rem;
  width: 4.2rem;
  height: 5rem;
  font-style: normal;
  line-height: 4.5rem;
  background-color: #236288;
  text-align: center;
}
.ranked-cards__card-rank::before {
  content: "#" counter(ra-ho-ca);
}
.ranked-cards__card-rank::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 2.1rem solid transparent;
  border-right: 2.1rem solid transparent;
  border-bottom: 1rem solid #e5f1f8;
  top: 5rem;
  left: 0;
  background-color: #236288;
}
.ranked-cards__card-factoid {
  display: grid;
}
.ranked-cards__card-factoid.std {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 14px auto;
  grid-gap: 0 1rem;
  margin: 1rem;
}
.ranked-cards__card-factoid.std .box {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  text-align: center;
  font-size: 1.3rem;
}
.ranked-cards__card-factoid.std .box.sx {
  grid-area: span 2 / span 1;
}
.ranked-cards__card-factoid.std small {
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.ranked-cards__card-factoid.std svg {
  width: 100%;
  max-height: 124px;
}
.ranked-cards__card-factoid.std data {
  font-size: 2.7rem;
  line-height: 1.1;
  margin-bottom: 34px;
}
.ranked-cards__card-factoid.alt {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-gap: 0 1rem;
  width: 94%;
  margin: 1.5rem 1rem;
}
.ranked-cards__card-factoid.alt .box {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  text-align: center;
  font-size: 1.3rem;
  grid-column: 1;
}
.ranked-cards__card-factoid.alt .box.sx {
  grid-column: 2;
  grid-area: span 2 / span 1;
}
.ranked-cards__card-factoid.alt .box.cen {
  justify-content: center;
}
.ranked-cards__card-factoid.alt small {
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.ranked-cards__card-factoid.alt data {
  font-size: 2.7rem;
  line-height: 1.1;
  margin-bottom: 10px;
}
.ranked-cards__card-factoid .simple-bar {
  display: flex;
  flex-flow: column;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 6px;
  border-left: 1px solid #999;
  list-style: none;
  text-align: left;
  text-indent: 0.6rem;
}
.ranked-cards__card-factoid .simple-bar > * {
  margin: 3px 0;
  width: 100%;
  height: 27px;
  line-height: 27px;
  overflow: visible;
  white-space: nowrap;
}
.ranked-cards__card-factoid .simple-bar > :first-child {
  background-color: #fbb4ae;
}
.ranked-cards__card-factoid .simple-bar > :nth-child(2) {
  background-color: #b3cde3;
}
.ranked-cards__card-factoid .simple-bar > :nth-child(3) {
  background-color: #ccebc5;
}
.ranked-cards__card-factoid .simple-bar > :nth-child(4) {
  background-color: #decbe4;
}
.circ-progress circle {
  fill: none;
  stroke-width: 14px;
  stroke-dasharray: 251.3274;
}
.circ-progress circle:first-child {
  stroke: #aaa;
}
.circ-progress circle:nth-child(2) {
  stroke: #61a02a;
}
.circ-progress text {
  fill: #61a02a;
  text-anchor: middle;
  font-size: 2.2rem;
}
.circ-progress text tspan {
  font-size: 1.5rem;
}
#hoods-by-map {
  width: 100%;
  height: 50vh;
  max-height: 40rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 699px) {
  #hoods-by-map {
    display: none;
		height:0;
  }
}
#hoods-by-map .leaflet-tooltip {
  font-size: 1.3rem;
  color: #2d80b1;
}
.hoods-by h1 {
  font-size: 2.8rem;
}
.informational-paras {
  font-size: 1.3rem;
}
.informational-paras p:last-of-type {
  margin-bottom: 5px;
}


