.smart-city-component {
  width: 100%;
  background: #282D34;
  color: white;
}

.smart-city-component .desktop-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .smart-city-component .desktop-only {
    display: block;
  }
}

.smart-city-component .mobile-only {
  display: block;
}

@media screen and (min-width: 768px) {
  .smart-city-component .mobile-only {
    display: none;
  }
}

.smart-city-component .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.smart-city-component .inner .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .smart-city-component .inner .row {
    flex-direction: row;
  }

  .smart-city-component .inner .row-reverse {
    flex-direction: row-reverse;
  }
}

.smart-city-component .inner .row.mobile-only {
  display: block;
}

@media screen and (min-width: 768px) {
  .smart-city-component .inner .row.mobile-only {
    display: none;
  }
}

.smart-city-component .inner .col {
  flex-basis: 100%;
  flex: 0 1 auto;
  margin: 0 auto;
}

.smart-city-component .inner .content {
  padding: 2rem 0;
}

.smart-city-component .inner .content .tab {
  display: none;
}

.smart-city-component .inner .content .tab.tab-active {
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .smart-city-component .inner .content .tab.tab-active {
    text-align: left;
  }
}

.smart-city-component .inner .content img {
  width: 70px;
  margin: 0 auto 20px auto;
}

@media screen and (min-width: 768px) {
  .smart-city-component .inner .content img {
    margin: 0 0 20px 0;
  }
}

.smart-city-component .infographic {
  position: relative;
  width: 288px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .smart-city-component .infographic {
    margin: 0 2.5rem 0 0;
  }
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic {
    width: 500px;
  }
}

.smart-city-component .infographic figure {
  position: relative;
  margin: 1rem auto;
}

@media screen and (min-width: 768px) {
  .smart-city-component .infographic figure {
    margin: 0;
  }
}

.smart-city-component .infographic figure img {
  width: 288px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure img {
    width: 500px;
  }
}

.smart-city-component .infographic figure .links {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 288px;
  height: 288px;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure .links {
    width: 500px;
    height: 500px;
  }
}

.smart-city-component .infographic figure .links li {
  margin: 0;
  padding: 0;
}

.smart-city-component .infographic figure .links li a {
  display: block;
  color: white;
  text-decoration: none;
  position: absolute;
  z-index: 10;
  transition: all 0.25s;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.smart-city-component .infographic figure .links li a:hover + .fig-overlay,
.smart-city-component .infographic figure .links li a:focus + .fig-overlay {
  opacity: 1;
}

.smart-city-component .infographic figure .links li .dot {
  display: inline-block;
  font-size: 14px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  box-shadow: 0px 0px 6px 1px #646464;
  background-color: #006068;
  color: white;
  position: relative;
  text-align: center;
  z-index: 15;
  transition: all 0.25s;
  line-height: 1;
  vertical-align: middle;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure .links li .dot {
    font-size: 16px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    box-shadow: 0px 0px 10px 1px #646464;
  }
}

.smart-city-component .infographic figure .links .fig-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 0.25s;
}

.smart-city-component .infographic figure .links .judicial a {
  z-index: 10;
  top: 45px;
  left: 62px;
  width: 57px;
  height: 82px;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure .links .judicial a {
    top: 94px;
    left: 127px;
    width: 75px;
    height: 117px;
  }
}

.smart-city-component .infographic figure .links .judicial .dot {
  top: 14px;
  left: 4px;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure .links .judicial .dot {
    top: 2px;
    left: 0px;
  }
}

.smart-city-component .infographic figure .links .judicial .fig-overlay {
  background-image: url("/sites/default/files/shared/city-govt/Judicial.svg");
}

.smart-city-component .infographic figure .links .education a {
  z-index: 10;
  top: 119px;
  left: 11px;
  width: 58px;
  height: 51px;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure .links .education a {
    top: 208px;
    left: 27px;
    width: 89px;
    height: 71px;
  }
}

.smart-city-component .infographic figure .links .education .dot {
  top: 27px;
  left: 0px;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure .links .education .dot {
    top: 53px;
    left: 0px;
  }
}

.smart-city-component .infographic figure .links .education .fig-overlay {
  background-image: url("/sites/default/files/shared/city-govt/Education.svg");
}

.smart-city-component .infographic figure .links .public a {
  z-index: 12;
  top: 147px;
  left: 37px;
  width: 68px;
  height: 60px;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure .links .public a {
    z-index: 11;
    top: 262px;
    left: 97px;
    width: 81px;
    height: 91px;
  }
}

.smart-city-component .infographic figure .links .public .dot {
  top: 33px;
  left: 34px;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure .links .public .dot {
    top: 61px;
    left: 30px;
  }
}

.smart-city-component .infographic figure .links .public .fig-overlay {
  background-image: url("/sites/default/files/shared/city-govt/Public-Works.svg");
}

.smart-city-component .infographic figure .links .police a {
  z-index: 11;
  top: 184px;
  left: 101px;
  width: 41px;
  height: 76px;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure .links .police a {
    top: 321px;
    left: 179px;
    width: 53px;
    height: 99px;
  }
}

.smart-city-component .infographic figure .links .police .dot {
  top: 36px;
  left: -2px;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure .links .police .dot {
    top: 66px;
    left: -6px;
  }
}

.smart-city-component .infographic figure .links .police .fig-overlay {
  background-image: url("/sites/default/files/shared/city-govt/Law-Enforcement.svg");
}

.smart-city-component .infographic figure .links .unemployment a {
  z-index: 11;
  top: 183px;
  left: 162px;
  width: 73px;
  height: 70px;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure .links .unemployment a {
    top: 323px;
    left: 290px;
    width: 123px;
    height: 99px;
  }
}

.smart-city-component .infographic figure .links .unemployment .dot {
  top: 34px;
  left: -2px;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure .links .unemployment .dot {
    top: 62px;
    left: 0px;
  }
}

.smart-city-component .infographic figure .links .unemployment .fig-overlay {
  background-image: url("/sites/default/files/shared/city-govt/Unemployment.svg");
}

.smart-city-component .infographic figure .links .emergency a {
  z-index: 10;
  top: 105px;
  left: 214px;
  width: 55px;
  height: 75px;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure .links .emergency a {
    top: 210px;
    left: 377px;
    width: 87px;
    height: 100px;
  }
}

.smart-city-component .infographic figure .links .emergency .dot {
  top: 8px;
  left: 14px;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure .links .emergency .dot {
    top: -11px;
    left: 16px;
  }
}

.smart-city-component .infographic figure .links .emergency .fig-overlay {
  background-image: url("/sites/default/files/shared/city-govt/Emergency-Services.svg");
}

.smart-city-component .infographic figure .links .vehicles a {
  z-index: 10;
  top: 56px;
  left: 170px;
  width: 35px;
  height: 96px;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure .links .vehicles a {
    top: 129px;
    left: 295px;
    width: 52px;
    height: 130px;
  }
}

.smart-city-component .infographic figure .links .vehicles .dot {
  top: 19px;
  left: 10px;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure .links .vehicles .dot {
    top: 2px;
    left: 16px;
  }
}

.smart-city-component .infographic figure .links .vehicles .fig-overlay {
  background-image: url("/sites/default/files/shared/city-govt/Registry-of-Motor-Vehicles.svg");
}

.smart-city-component .infographic figure .links .health a {
  z-index: 11;
  top: 27px;
  left: 132px;
  width: 27px;
  height: 80px;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure .links .health a {
    top: 59px;
    left: 226px;
    width: 51px;
    height: 131px;
  }
}

.smart-city-component .infographic figure .links .health .dot {
  top: 9px;
  left: 20px;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure .links .health .dot {
    top: 8px;
    left: 40px;
  }
}

.smart-city-component .infographic figure .links .health .fig-overlay {
  background-image: url("/sites/default/files/shared/city-govt/Health-and-Human-Services.svg");
}

.smart-city-component .infographic figure .links .tax a {
  z-index: 10;
  top: 108px;
  left: 119px;
  width: 46px;
  height: 44px;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure .links .tax a {
    top: 208px;
    left: 209px;
    width: 76px;
    height: 64px;
  }
}

.smart-city-component .infographic figure .links .tax .dot {
  top: 10px;
  left: 0px;
}

@media screen and (min-width: 500px) {
  .smart-city-component .infographic figure .links .tax .dot {
    top: -1px;
    left: 0px;
  }
}

.smart-city-component .infographic figure .links .tax .fig-overlay {
  background-image: url("/sites/default/files/shared/city-govt/Tax-Collection.svg");
}