@charset "UTF-8";
body.page-template-mobileiotmaps #wrapper #container {
  max-width: 1400px;
  padding: 0;
}
body.page-template-mobileiotmaps header #gsma_section #gsma_sub_section_bar .gsma_sub_section_bar_wrapper #menu_mobile .hamburger {
  opacity: 1;
}
body.page-template-mobileiotmaps aside {
  display: none;
}
body.page-template-mobileiotmaps #content {
  width: 100%;
  padding: 0;
  margin-left: 0;
}
body.page-template-mobileiotmaps #content header.header {
  display: none;
}

body #wrapper #content {
  /*
   * gsma.com/iot/deployment-map/
   */
}
body #wrapper #content .keys-slider {
  margin-bottom: 20px;
}
body #wrapper #content .miot_animation {
  height: 450px;
}
@media (max-width: 1100px) {
  body #wrapper #content .miot_animation {
    height: 400px;
  }
}
@media (max-width: 1000px) {
  body #wrapper #content .miot_animation {
    height: 350px;
  }
}
@media (max-width: 900px) {
  body #wrapper #content .miot_animation {
    height: 300px;
  }
}
@media (max-width: 800px) {
  body #wrapper #content .miot_animation {
    height: 250px;
  }
}
@media (max-width: 700px) {
  body #wrapper #content .miot_animation {
    height: 300px;
  }
}
@media (max-width: 600px) {
  body #wrapper #content .miot_animation {
    height: 250px;
  }
}
@media (max-width: 500px) {
  body #wrapper #content .miot_animation {
    height: 200px;
  }
}
body #wrapper #content .the-map-page {
  background: #212121;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 30px;
  /* map-legend-location MIM */
  /* iot phase II mim */
}
body #wrapper #content .the-map-page h2 {
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  padding: unset;
  margin-bottom: unset;
  border-bottom: unset;
  background: unset;
}
body #wrapper #content .the-map-page h4 {
  font-size: unset;
  line-height: unset;
  padding: unset;
  background: none;
}
body #wrapper #content .the-map-page button {
  color: unset;
  background: unset;
  border: unset;
  padding: unset;
  text-decoration: unset;
  background: unset;
  color: unset;
  font-family: unset;
  font-weight: unset;
  font-size: unset;
  line-height: unset;
  cursor: unset;
  text-align: unset;
  transition: unset;
  -webkit-appearance: unset;
  -moz-appearance: unset;
}
body #wrapper #content .the-map-page #t1-map-container,
body #wrapper #content .the-map-page #t2-map-container {
  width: 100%;
  height: 100%;
  position: relative;
}
body #wrapper #content .the-map-page .amcharts-main-div {
  background: #212121;
}
body #wrapper #content .the-map-page #t1-map-container .amcharts-chart-div {
  mix-blend-mode: color-dodge;
  z-index: 1;
}
body #wrapper #content .the-map-page .pin,
body #wrapper #content .the-map-page .deployment-pin {
  width: 30px;
  height: 42px;
  position: absolute;
  background: url(/iot/wp-content/plugins/plugin_iot_templates/images/pointer.png) no-repeat center bottom;
  background-size: contain;
  z-index: 2;
  cursor: pointer;
  margin-left: -15px;
  margin-top: -42px;
}
body #wrapper #content .the-map-page .pin span,
body #wrapper #content .the-map-page .deployment-pin span {
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  font-size: 14px;
  margin: 4px 0 0 4px;
  background: #555;
  position: absolute;
  border-radius: 50%;
  color: #fff;
  transition: all 0.25s ease-in-out;
}
body #wrapper #content .the-map-page .pin:hover span,
body #wrapper #content .the-map-page .pin.active-pin span {
  background: #e42113;
}
body #wrapper #content .the-map-page .pin.blue span,
body #wrapper #content .the-map-page .pin.blue:hover span,
body #wrapper #content .the-map-page .pin.active-pin.blue span {
  background: #00568f;
}
body #wrapper #content .the-map-page .pin.yellow span,
body #wrapper #content .the-map-page .pin.yellow:hover span,
body #wrapper #content .the-map-page .pin.active-pin.yellow span {
  background: #fcbb2c;
}
body #wrapper #content .the-map-page .pin.purple span,
body #wrapper #content .the-map-page .pin.purple:hover span,
body #wrapper #content .the-map-page .pin.active-pin.purple span {
  background: #95226c;
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes transit {
  0% {
    ttransform: perspective(1000px) rotateX(45deg) scale(0.8, 0.8);
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(25deg) scale(0.9, 0.9);
    transform: perspective(1000px) rotateX(25deg) scale(0.9, 0.9);
    opacity: 0.2;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: perspective(0px) rotateX(0deg) scale(1, 1);
    transform: perspective(0px) rotateX(0deg) scale(1, 1);
    opacity: 1;
  }
}
@keyframes transit {
  0% {
    ttransform: perspective(1000px) rotateX(45deg) scale(0.8, 0.8);
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(1000px) rotateX(25deg) scale(0.9, 0.9);
    transform: perspective(1000px) rotateX(25deg) scale(0.9, 0.9);
    opacity: 0.2;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: perspective(0px) rotateX(0deg) scale(1, 1);
    transform: perspective(0px) rotateX(0deg) scale(1, 1);
    opacity: 1;
  }
}
body #wrapper #content .the-map-page #pagewrap {
  max-width: 100%;
  width: 100%;
}
body #wrapper #content .the-map-page .top-band {
  background: #333;
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 10px 0;
}
body #wrapper #content .the-map-page .top-band .inner-wrapper {
  max-width: 1200px;
  margin: auto;
}
body #wrapper #content .the-map-page .top-band h1 {
  padding: 0 20px;
  color: #fff;
  margin: 0;
  width: auto;
  line-height: 30px;
  color: #fff;
  float: left;
  font-size: 22px;
}
body #wrapper #content .the-map-page .inner-wrapper {
  max-width: 1200px;
  margin: auto;
}
body #wrapper #content .the-map-page .map-wrapp {
  width: 100%;
  height: 580px;
  position: relative;
  float: left;
  padding: 20px;
}
@media (max-width: 700px) {
  body #wrapper #content .the-map-page .map-wrapp {
    width: calc(100% - 40px);
  }
}
body #wrapper #content .the-map-page .map-overlay-water {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: url(/iot/wp-content/plugins/plugin_iot_templates/images/map-overlay.png) no-repeat center center;
  z-index: 0;
  pointer-events: none;
  background-size: contain;
}
body #wrapper #content .the-map-page #t2 .map-overlay-water {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: url(/iot/wp-content/plugins/plugin_iot_templates/images/watermark_iot_deploy.png) no-repeat center center;
  z-index: 0;
  pointer-events: none;
  background-size: contain;
}
body #wrapper #content .the-map-page .map-tabs {
  width: 100%;
  display: inline-block;
  border-bottom: solid 1px #999;
  background: #212121;
}
body #wrapper #content .the-map-page .map-tabs a {
  float: left;
  padding: 0 20px;
  margin: 0 0 -1px 0;
  color: #999;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  border: solid 1px #212121;
  border-bottom: solid 1px transparent;
  -webkit-user-select: none;
  user-select: none;
  outline: 0 none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  body #wrapper #content .the-map-page .map-tabs a {
    font-size: 14px;
  }
}
body #wrapper #content .the-map-page .map-tabs a:hover {
  color: #fff;
  outline: 0 none;
}
body #wrapper #content .the-map-page .map-tabs a.active-tab {
  color: #fff;
  background: #212121;
  border: solid 1px #999;
  border-bottom: solid 1px #212121;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
body #wrapper #content .the-map-page .tab-content {
  width: 100%;
  height: 80%;
  float: left;
  margin-top: 60px;
  position: relative;
  display: none;
}
body #wrapper #content .the-map-page .active-content {
  display: block;
  /*-webkit-animation-name: transit;-moz-animation-name: transit;-o-animation-name: transit;-ms-animation-name: transit;animation-name: transit;-webkit-animation-fill-mode: both;-moz-animation-fill-mode: both;-o-animation-fill-mode: both;-ms-animation-fill-mode: both;
  animation-fill-mode: both;-webkit-animation-duration: .6s;-moz-animation-duration: .6s;-o-animation-duration: .6s;-ms-animation-duration: .6s;
  animation-duration: .6s;transition:all .35s ease-in-out; */
}
body #wrapper #content .the-map-page .map-legend-location {
  position: absolute;
  left: 37%;
  bottom: 5px;
  pointer-events: none;
  z-index: 3;
  width: 27%;
  background-color: #212121;
  border: solid 1px #999;
  border-radius: 5px;
}
body #wrapper #content .the-map-page .map-legend-location p {
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  width: 100%;
  margin: 0;
  padding: 6px;
  text-align: center;
  float: left;
}
body #wrapper #content .the-map-page .gif-legend-location {
  width: 12%;
  float: left;
  padding: 2px 10px;
}
body #wrapper #content .the-map-page .text-legend-location {
  width: 70%;
  float: left;
}
body #wrapper #content .the-map-page .map-legend {
  position: absolute;
  left: 0;
  bottom: -15px;
  pointer-events: none;
  z-index: 2;
}
body #wrapper #content .the-map-page .map-legend .legend-label {
  color: #eee;
  font-size: 15px;
  line-height: 32px;
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
body #wrapper #content .the-map-page .map-legend .legend-bullet {
  color: #999;
  font-size: 15px;
  line-height: 28px;
  width: 100%;
  float: left;
}
body #wrapper #content .the-map-page .map-legend .legend-bullet:before {
  content: "";
  position: relative;
  float: left;
  width: 15px;
  height: 15px;
  #content: 4px 10px 0 2px;
  border: solid 1px #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}
body #wrapper #content .the-map-page .map-legend span:last-child {
  padding-top: 0px;
}
body #wrapper #content .the-map-page .map-legend .orange:before,
body #wrapper #content .the-map-page .map-legend .legend-pin.orange:after {
  background: #fcbb2c;
}
body #wrapper #content .the-map-page .map-legend .yellow:before,
body #wrapper #content .the-map-page .map-legend .legend-pin.yellow:after {
  background: #ff6600;
}
body #wrapper #content .the-map-page .map-legend .cyan:before,
body #wrapper #content .the-map-page .map-legend .legend-pin.cyan:after {
  background: #00a6c9;
}
body #wrapper #content .the-map-page .map-legend .blue:before,
body #wrapper #content .the-map-page .map-legend .legend-pin.blue:after {
  background: #00568f;
}
body #wrapper #content .the-map-page .map-legend .purple:before,
body #wrapper #content .the-map-page .map-legend .legend-pin.purple:after {
  background: #95226c;
}
body #wrapper #content .the-map-page .map-legend .legend-pin {
  color: #999;
  font-size: 15px;
  line-height: 28px;
  width: 100%;
  float: left;
  position: relative;
}
body #wrapper #content .the-map-page .map-legend .legend-pin:before {
  content: "";
  width: 22px;
  height: 34px;
  float: left;
  background: url(/iot/wp-content/plugins/plugin_iot_templates/images/pointer.png) no-repeat center bottom;
  background-size: contain;
  margin: -5px 7px 0 0;
}
body #wrapper #content .the-map-page .map-legend .legend-pin:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 0;
  margin: 1px 10px 0 3px;
  border: solid 1px #666;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body #wrapper #content .the-map-page #t1 .map-legend span {
  margin-bottom: 8px;
}
body #wrapper #content .the-map-page #t1 .map-legend span:last-child {
  padding-top: 0px;
}
body #wrapper #content .the-map-page .bottom-hide {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
body #wrapper #content .the-map-page .bottom-map {
  width: 100%;
  position: relative;
  background: #fff;
  float: left;
  box-sizing: border-box;
}
body #wrapper #content .the-map-page .bottom-map .inner-wrapper {
  max-width: 1200px;
  margin: auto;
}
body #wrapper #content .the-map-page .bottom-info {
  position: relative;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  max-height: 2000px;
  display: block;
  overflow: hidden;
  visibility: visible;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
body #wrapper #content .the-map-page .bottom-info .heading-info {
  width: 100%;
}
@media (max-width: 1200px) {
  body #wrapper #content .the-map-page .bottom-info .heading-info {
    width: 100%;
  }
}
body #wrapper #content .the-map-page .bottom-info .content-info {
  width: 33.33%;
}
@media (max-width: 700px) {
  body #wrapper #content .the-map-page .bottom-info .content-info {
    width: 100%;
  }
}
body #wrapper #content .the-map-page .bottom-info .bottom-partners {
  width: 100%;
}
body #wrapper #content .the-map-page .landing-info {
  background: white;
  width: 100%;
  position: relative;
  float: left;
  font-size: 18px;
  padding: 0;
  display: none;
}
body #wrapper #content .the-map-page .landing-info .inner-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}
body #wrapper #content .the-map-page .landing-info p {
  font-size: 18px;
  margin-bottom: 20px !important;
  line-height: 24px !important;
}
body #wrapper #content .the-map-page .landing-info h2 {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 15px 0;
  position: relative;
  line-height: 40px;
  font-size: 22px;
  color: #333;
  letter-spacing: normal;
  border-bottom: 1px solid #333;
}
body #wrapper #content .the-map-page .landing-info h2 img {
  float: left;
  max-width: 40px;
  margin-right: 10px;
}
body #wrapper #content .the-map-page .heading-info {
  width: 100%;
  position: relative;
  float: left;
  border-bottom: 1px solid #333;
}
body #wrapper #content .the-map-page .heading-info h2 {
  float: left;
  width: auto;
  margin: 0;
  position: relative;
  line-height: 26px;
  font-size: 22px;
  color: #333;
  letter-spacing: normal;
}
body #wrapper #content .the-map-page .heading-info h2 span {
  width: 35px;
  height: 35px;
  background: #f40013;
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  float: left;
}
body #wrapper #content .the-map-page .heading-info h2 span.blue {
  background: #00568f;
}
body #wrapper #content .the-map-page .heading-info h2 span.yellow {
  background: #fcbb2c;
}
body #wrapper #content .the-map-page .heading-info h2 span.purple {
  background: #95226c;
}
body #wrapper #content .the-map-page .deployments-wrapper .heading-info h2 {
  padding: 0;
}
body #wrapper #content .the-map-page .deployments-wrapper .bottom-info.hide {
  border-top: none;
  padding: 0;
}
body #wrapper #content .the-map-page .deployments-wrapper .bottom-info {
  border-top: solid 1px #eee;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
body #wrapper #content .the-map-page .deployments-wrapper .bottom-info.first {
  border-top: 0 none;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
body #wrapper #content .the-map-page .heading-info-wrap {
  width: 100%;
  position: relative;
  padding: 0 0 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 700px) {
  body #wrapper #content .the-map-page .heading-info-wrap {
    flex-wrap: wrap;
  }
  body #wrapper #content .the-map-page .heading-info-wrap h2 {
    width: 100%;
  }
  body #wrapper #content .the-map-page .heading-info-wrap .right-actions {
    width: 100%;
    justify-content: flex-end;
  }
}
body #wrapper #content .the-map-page .bottom-info.hide ~ .bottom-info:first-child {
  border-top: 0 none;
  padding: 0 0 10px 0;
}
body #wrapper #content .the-map-page .info {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  width: calc(100% - 10px);
}
body #wrapper #content .the-map-page .info .info-owner {
  max-width: 150px;
}
body #wrapper #content .the-map-page .section-info {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-right: 0;
}
body #wrapper #content .the-map-page .section-info h4 {
  letter-spacing: 0.5px;
  font-size: 18px;
  margin: 15px 0;
}
body #wrapper #content .the-map-page .info-image {
  display: flex;
  justify-content: center;
}
body #wrapper #content .the-map-page .info-image img {
  width: 100%;
  float: left;
  max-width: 100px;
  padding: 10px;
  border: solid 1px #cfcfcf;
  margin-right: 20px;
}
body #wrapper #content .the-map-page .info-image img {
  width: 100%;
  height: auto;
}
body #wrapper #content .the-map-page .deployments-wrapper .info-image {
  position: relative;
  display: flex;
  align-items: center;
}
body #wrapper #content .the-map-page .section-info a {
  color: #333;
}
body #wrapper #content .the-map-page .contact-info .section-info a,
body #wrapper #content .the-map-page .access-info .section-info a {
  color: #ee1721;
}
body #wrapper #content .the-map-page .right-actions {
  float: right;
  display: flex;
}
body #wrapper #content .the-map-page .right-actions a {
  color: #d4192f;
  font-size: 16px;
  margin-left: 20px;
}
body #wrapper #content .the-map-page .right-actions a i {
  padding-right: 5px;
}
body #wrapper #content .the-map-page .hide {
  pointer-events: none;
  max-height: 0px;
  display: block;
  visibility: hidden;
  padding: 0 !important;
}
body #wrapper #content .the-map-page .bottom-partners {
  width: 100%;
  position: relative;
  background: #fff;
  float: left;
  box-sizing: border-box;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in #content;
}
body #wrapper #content .the-map-page .bottom-partners h4 {
  letter-spacing: 0.5px;
  font-size: 18px;
  margin: 45px 0 20px 0;
}
body #wrapper #content .the-map-page .hide .heading-info,
body #wrapper #content .the-map-page .hide .content-info,
body #wrapper #content .the-map-page .hide .bottom-partners {
  -webkit-transform: translateY(-500px);
  transform: translateY(-500px);
  max-height: 0;
  transition: none;
  -webkit-transition: none;
}
body #wrapper #content .the-map-page .bottom-partner {
  width: 33.33333%;
  float: left;
  box-sizing: border-box;
  padding-right: 25px;
  margin-bottom: 15px;
  position: relative;
}
body #wrapper #content .the-map-page .bottom-partner .partner-logo {
  width: 50%;
  max-width: 100px;
  padding: 10px;
  border: solid 1px #cfcfcf;
  display: inline-block;
  margin-right: 20px;
}
body #wrapper #content .the-map-page .bottom-partner .partner-logo img {
  width: 100%;
  height: auto;
}
body #wrapper #content .the-map-page .bottom-partner span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  color: #d4192f;
  font-size: 18px;
}
body #wrapper #content .the-map-page .right-band-actions {
  float: right;
  position: relative;
}
body #wrapper #content .the-map-page .right-band-actions a {
  float: left;
  color: #bcbcbc;
}
body #wrapper #content .the-map-page .right-band-actions a:first-child {
  margin-right: 20px;
}
body #wrapper #content .the-map-page .right-band-actions a span {
  float: left;
  color: #bcbcbc;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 30px;
  font-size: 20px;
}
body #wrapper #content .the-map-page .right-band-actions a i {
  float: left;
  color: #fff;
  background: #555;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
body #wrapper #content .the-map-page .right-band-actions a:hover i,
body #wrapper #content .the-map-page .active-quick-menu .quick-links i {
  background: #f40013;
}
body #wrapper #content .the-map-page .map-controls {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 18px;
  z-index: 1;
}
@media (max-width: 700px) {
  body #wrapper #content .the-map-page .map-controls {
    right: 0;
  }
}
body #wrapper #content .the-map-page .map-controls button {
  width: 42px;
  height: 42px;
  background: 0 none;
  color: #bcbcbc;
  border: solid 1px #bcbcbc;
  -webkit-border-radius: 21px 21px 21px 21px;
  border-radius: 21px 21px 21px 21px;
  margin-left: 10px;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #wrapper #content .the-map-page .map-controls button:hover {
  color: #fff;
  border: solid 1px #fff;
}
body #wrapper #content .the-map-page .amcharts-chart-div > a {
  display: none;
}
body #wrapper #content .the-map-page .quick-links-menu {
  position: absolute;
  min-width: 260px;
  top: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  margin-top: 10px;
  display: none;
}
body #wrapper #content .the-map-page .active-quick-menu .quick-links-menu {
  display: block;
}
body #wrapper #content .the-map-page .quick-links-menu ul {
  margin: 0;
  padding: 25px 0;
}
body #wrapper #content .the-map-page .quick-links-menu ul li {
  width: 100%;
  float: left;
  list-style-type: none;
}
body #wrapper #content .the-map-page .quick-links-menu ul li a {
  color: #fff;
  float: left;
  line-height: 18px;
  box-sizing: border-box;
  padding: 8px 25px;
}
body #wrapper #content .the-map-page .quick-links-menu ul li a:hover {
  color: #d4192f;
}
body #wrapper #content .the-map-page .quick-links-menu ul li ul {
  padding-left: 15px;
}
body #wrapper #content .the-map-page .quick-links-menu ul.sub-menu li ul {
  display: none;
}
body #wrapper #content .the-map-page .quick-links-menu ul.sub-menu li:nth-child(2) ul {
  display: block;
}
body #wrapper #content .the-map-page .deployment-pin.orange span {
  background: #ff6600;
  -webkit-box-shadow: inset 0 0 0 1px #333;
  box-shadow: inset 0 0 0 1px #333;
}
body #wrapper #content .the-map-page .deployment-pin.blue span {
  background: #00568f;
  -webkit-box-shadow: inset 0 0 0 1px #333;
  box-shadow: inset 0 0 0 1px #333;
}
body #wrapper #content .the-map-page .deployment-pin.orange {
  pointer-events: none;
}
body #wrapper #content .the-map-page .deployment-pin.blue {
  pointer-events: none;
}
body #wrapper #content .the-map-page .deployment-pin {
  display: none;
}
body #wrapper #content .the-map-page #t1.tab-content {
  margin-top: 80px;
  height: 75%;
}
body #wrapper #content .the-map-page #t1 .map-legend-location {
  bottom: -15px;
}
body #wrapper #content .the-map-page #controls-t1 {
  top: 10px;
  display: flex;
}
body #wrapper #content .the-map-page #t2.tab-content {
  margin-top: 65px;
  height: 75%;
}
body #wrapper #content .the-map-page #t2 .selects {
  left: auto;
  right: 20px;
  top: -50px;
}
@media (max-width: 700px) {
  body #wrapper #content .the-map-page #t2 .selects {
    right: 0;
  }
  body #wrapper #content .the-map-page #t2 .selects div.cs-select {
    padding-right: 0;
  }
}
body #wrapper #content .the-map-page #t2 .selects div.cs-select {
  width: 100%;
}
body #wrapper #content .the-map-page #t2 .legend-pin {
  display: none;
}
body #wrapper #content .the-map-page #t2 .map-legend {
  bottom: -30px;
}
body #wrapper #content .the-map-page #controls-t2.map-controls {
  top: 10px;
  display: flex;
}
body #wrapper #content .the-map-page .selects {
  position: absolute;
  z-index: 7;
  right: 135px;
  left: 20px;
  top: -65px;
  font-size: 16px;
  display: block;
}
body #wrapper #content .the-map-page div.cs-select {
  vertical-align: middle;
  position: relative;
  text-align: left;
  z-index: 100;
  width: 100%;
  width: 270px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table-cell;
  table-layout: fixed;
  vertical-align: top;
  padding-right: 10px;
}
body #wrapper #content .the-map-page div.cs-select:focus {
  outline: none;
}
body #wrapper #content .the-map-page .cs-select select {
  display: none;
}
body #wrapper #content .the-map-page .cs-select span {
  display: block;
  color: #ccc;
  position: relative;
  cursor: pointer;
  padding: 0 30px 0 15px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 270px;
}
body #wrapper #content .the-map-page .cs-select > span {
  background: rgba(0, 0, 0, 0.9);
  padding-right: 3em;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
body #wrapper #content .the-map-page .cs-select > span::after,
body #wrapper #content .the-map-page .cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body #wrapper #content .the-map-page .cs-select > span::after {
  content: "▾";
  right: 1em;
}
body #wrapper #content .the-map-page .cs-select .cs-selected span::after {
  content: "✓";
  margin-left: 1em;
}
body #wrapper #content .the-map-page .cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
body #wrapper #content .the-map-page div.cs-active {
  z-index: 200;
}
body #wrapper #content .the-map-page div.cs-active > span {
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
body #wrapper #content .the-map-page .cs-select .cs-options {
  overflow: hidden;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  display: none;
}
body #wrapper #content .the-map-page .cs-select.cs-active .cs-options {
  visibility: visible;
  display: block;
}
body #wrapper #content .the-map-page .cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 270px;
}
body #wrapper #content .the-map-page .cs-select ul li.cs-focus span {
  background-color: rgba(255, 255, 255, 0.2);
}
body #wrapper #content .the-map-page .cs-select li.cs-optgroup ul {
  padding-left: 1em;
}
body #wrapper #content .the-map-page .cs-select li.cs-optgroup > span {
  cursor: default;
}
body #wrapper #content .the-map-page .cs-select.owner .cs-options {
  height: 330px;
  overflow: auto;
  overflow-x: hidden;
  width: 270px;
}
body #wrapper #content .the-map-page .cs-select .cs-options {
  width: 270px;
}
body #wrapper #content .the-map-page .lte .content-info.contact-info .section-info .info:before {
  width: 100%;
}
body #wrapper #content .the-map-page .lte .content-info .section-info .info:before {
  content: "LTE-M";
  position: relative;
  float: left;
  width: calc(100% + 35px);
  background-color: #99cccc;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  padding: 0 10px;
  margin-bottom: 15px;
}
body #wrapper #content .the-map-page .lte .content-info .section-info .info:before.contact-info {
  width: 100%;
}
body #wrapper #content .the-map-page .nb .content-info .section-info .info:before {
  content: "NB-IoT";
  position: relative;
  float: left;
  width: 100%;
  background-color: #99cccc;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  padding: 0 10px;
  margin-bottom: 15px;
}
body #wrapper #content .the-map-page .nb .content-info .section-info .info:before.contact-info {
  width: 100%;
}
body #wrapper #content .the-map-page .nb .content-info.contact-info .section-info .info:before {
  width: calc(100% + 20px);
}
body #wrapper #content .the-map-page .nb .content-info.desc-info .section-info .info:before,
body #wrapper #content .the-map-page .nb .content-info.contact-info .section-info .info:before {
  color: #99cccc !important;
}
@media (max-width: 700px) {
  body #wrapper #content .the-map-page .nb .content-info.desc-info .section-info h4,
body #wrapper #content .the-map-page .nb .content-info.contact-info .section-info h4,
body #wrapper #content .the-map-page .lte .content-info.desc-info .section-info h4,
body #wrapper #content .the-map-page .lte .content-info.contact-info .section-info h4 {
    display: none;
  }
  body #wrapper #content .the-map-page .nb .content-info.desc-info .section-info .info,
body #wrapper #content .the-map-page .nb .content-info.contact-info .section-info .info,
body #wrapper #content .the-map-page .lte .content-info.desc-info .section-info .info,
body #wrapper #content .the-map-page .lte .content-info.contact-info .section-info .info {
    margin-top: 20px;
  }
  body #wrapper #content .the-map-page .nb .content-info.desc-info .section-info .info:before,
body #wrapper #content .the-map-page .nb .content-info.contact-info .section-info .info:before,
body #wrapper #content .the-map-page .lte .content-info.desc-info .section-info .info:before,
body #wrapper #content .the-map-page .lte .content-info.contact-info .section-info .info:before {
    display: none !important;
  }
}
body #wrapper #content .the-map-page .lte .content-info.desc-info .section-info .info:before,
body #wrapper #content .the-map-page .lte .content-info.contact-info .section-info .info:before {
  color: #99cccc !important;
}
body #wrapper #content .the-map-page .lte + .nb,
body #wrapper #content .the-map-page .nb + .lte {
  border: 0 none;
}
body #wrapper #content .the-map-page .lte + .lte .content-info .section-info .info:before {
  display: none;
}
body #wrapper #content .the-map-page .lte.hide + .lte .content-info .section-info .info:before {
  display: block;
}
body #wrapper #content .the-map-page .nb + .nb .content-info .section-info .info:before {
  display: none;
}
body #wrapper #content .the-map-page .nb.hide + .nb .content-info .section-info .info:before {
  display: block;
}
@media (max-width: 918px) {
  body #wrapper #content .the-map-page .the-map-page {
    margin-top: 10px;
  }
  body #wrapper #content .the-map-page .right-band-actions a span {
    display: none;
  }
  body #wrapper #content .the-map-page .right-actions a {
    font-size: 0;
    margin-left: 10px;
  }
  body #wrapper #content .the-map-page .right-actions a i {
    font-size: 15px;
    padding-right: 0;
    text-align: center;
    background: #333;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
  }
  body #wrapper #content .the-map-page .heading-info h2 {
    font-size: 18px;
  }
  body #wrapper #content .the-map-page .content-info {
    width: 50%;
  }
  body #wrapper #content .the-map-page .bottom-info .heading-info + .content-info {
    width: 100%;
  }
  body #wrapper #content .the-map-page .deployments-wrapper .content-info {
    width: 100%;
  }
  body #wrapper #content .the-map-page .deployments-wrapper .content-info.desc-info {
    width: 100%;
  }
  body #wrapper #content .the-map-page .deployments-wrapper .content-info.contact-info {
    width: 100%;
  }
  body #wrapper #content .the-map-page .lte .content-info .section-info .info:before {
    display: none;
  }
  body #wrapper #content .the-map-page .nb .content-info .section-info .info:before {
    display: none;
  }
  body #wrapper #content .the-map-page .lte .content-info:first-child .section-info .info:before,
body #wrapper #content .the-map-page .nb .content-info:first-child .section-info .info:before,
body #wrapper #content .the-map-page .heading-info + .content-info .section-info .info:before {
    display: block;
  }
  body #wrapper #content .the-map-page .bottom-partners {
    padding-top: 20px;
  }
  body #wrapper #content .the-map-page .bottom-partner {
    width: 50%;
  }
  body #wrapper #content .the-map-page .cs-select span {
    width: 190px;
  }
  body #wrapper #content .the-map-page .cs-select.owner .cs-options {
    width: 190px;
  }
  body #wrapper #content .the-map-page .cs-select .cs-options {
    width: 190px;
  }
}
@media screen and (min-width: 641px) and (max-width: 910px) {
  body #wrapper #content .the-map-page .map-legend-location {
    width: 40% !important;
  }
  body #wrapper #content .the-map-page .map-legend-location p {
    font-size: 15px !important;
  }
}
@media (max-width: 720px) {
  body #wrapper #content .the-map-page .selects {
    position: absolute;
    right: 20px;
    left: 20px;
    top: -50px;
    font-size: 16px;
    display: block;
  }
}
@media (max-width: 720px) and (max-width: 700px) {
  body #wrapper #content .the-map-page .selects {
    left: 0;
  }
}
@media (max-width: 640px) {
  body #wrapper #content .the-map-page {
    /*.map-wrapp { height: 260px; }*/
  }
  body #wrapper #content .the-map-page #t2 .map-legend {
    bottom: -15px;
  }
  body #wrapper #content .the-map-page .bottom-partner {
    width: 33.33333%;
  }
  body #wrapper #content .the-map-page .bottom-partner .partner-logo {
    width: 90%;
    max-width: 200px;
  }
  body #wrapper #content .the-map-page .bottom-partner span {
    display: none;
  }
  body #wrapper #content .the-map-page .map-tabs a {
    width: 50%;
    line-height: 22px;
    padding: 10px 15px;
  }
  body #wrapper #content .the-map-page .map-legend {
    bottom: -10px;
  }
  body #wrapper #content .the-map-page .cs-select span {
    width: 170px;
  }
  body #wrapper #content .the-map-page .cs-select.owner .cs-options {
    width: 170px;
  }
  body #wrapper #content .the-map-page .cs-select .cs-options {
    width: 170px;
  }
}
@media screen and (min-width: 460px) and (max-width: 641px) {
  body #wrapper #content .the-map-page .map-legend-location p {
    padding: 6px 0 0 0 !important;
    line-height: 20px !important;
    font-size: 14px !important;
  }
  body #wrapper #content .the-map-page .map-legend-location {
    width: 50% !important;
  }
}
@media (min-width: 480px) and (max-width: 564px) {
  body #wrapper #content .the-map-page div.cs-select {
    vertical-align: middle;
    position: relative;
    text-align: left;
    z-index: 100;
    width: 250px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    table-layout: fixed;
    vertical-align: top;
    padding-bottom: 5px;
  }
  body #wrapper #content .the-map-page .cs-select.owner .cs-options {
    width: 250px;
  }
  body #wrapper #content .the-map-page .cs-select .cs-options {
    width: 250px;
  }
  body #wrapper #content .the-map-page .cs-select span {
    width: 250px;
  }
}
@media (max-width: 564px) {
  body #wrapper #content .the-map-page .cs-select span {
    width: 250px;
  }
  body #wrapper #content .the-map-page .cs-select.owner .cs-options {
    width: 250px;
  }
  body #wrapper #content .the-map-page .cs-select .cs-options {
    width: 250px;
  }
}
@media (max-width: 480px) {
  body #wrapper #content .the-map-page .the-map-page .top-band h1 {
    font-size: 15px;
  }
  body #wrapper #content .the-map-page .bottom-partner {
    width: 50%;
  }
  body #wrapper #content .the-map-page .map-tabs a {
    width: 50%;
    line-height: 18px;
    padding: 10px 15px;
    font-size: 14px;
  }
  body #wrapper #content .the-map-page div.cs-select {
    vertical-align: middle;
    position: relative;
    text-align: left;
    z-index: 100;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    table-layout: fixed;
    vertical-align: top;
    padding-bottom: 5px;
  }
  body #wrapper #content .the-map-page #controls-t1.map-controls {
    top: 90px;
  }
}
@media screen and (min-width: 401px) and (max-width: 460px) {
  body #wrapper #content .the-map-page .map-legend-location p {
    font-size: 12px !important;
  }
  body #wrapper #content .the-map-page .gif-legend-location img {
    height: 60px !important;
  }
  body #wrapper #content .the-map-page .map-legend-location {
    width: 50% !important;
  }
}
@media screen and (max-width: 400px) {
  body #wrapper #content .the-map-page .gif-legend-location img {
    height: auto !important;
    margin-top: 7px;
  }
  body #wrapper #content .the-map-page .text-legend-location p {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  body #wrapper #content .the-map-page .map-legend-location {
    left: 140px !important;
    width: 53% !important;
    bottom: 15px !important;
  }
  body #wrapper #content .the-map-page .map-legend span {
    font-size: 12px !important;
  }
}

/*# sourceMappingURL=main.css.map */
