#cloud-site #locations .flex-locations {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#cloud-site #locations .flex-locations .info-card {
  display: inline-block;
  margin-right: 16px;
  min-height: 120px;
  width: 31%;
}

#cloud-site #locations .flex-locations .info-card:last-child {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  #cloud-site #locations .flex-locations .info-card {
    margin-right: 0;
    width: 100%;
  }
}

#cloud-site .hide {
  display: none;
}

#cloud-site .button.early-access {
  background: #538fe7;
  color: #fff;
  font-size: 14px;
  margin-right: 28px;
  padding: 0 32px;
}

#cloud-site .button.light {
  background: #f5f5f5;
  color: #538fe7;
  padding: 0 34px;
}

#cloud-site header h1,
#cloud-site .locations h2 {
  color: #424242;
  font-size: 48px;
  line-height: 1em;
  overflow: initial;
}

#cloud-site .new-regions h2,
#cloud-site .locations h3 {
  color: #616161;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  margin: auto;
  width: 66%;
}

#cloud-site .tabs {
  margin: 63px auto 0;
  display: flex;
  justify-content: center;

}

#cloud-site .tabs:hover {
  cursor: pointer;
}

#cloud-site header .tabs div {
  color: #424242;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0 34px 8px;
}

#cloud-site header .tabs .active {
  border-bottom: 2px solid #538fe7;
  color: #538fe7;
  padding: 0 34px 10px;
}

#cloud-site .cloud-locations {
  display: none;
}

#cloud-site .cloud-locations h2 {
  width: 48%;
}

#cloud-site .grey {
  background: #f5f5f5;
  border-top: 1px solid #e3e3e3;
  padding-top: 22px;
  padding-bottom: 15px;
}

#cloud-site .regions-box {
  bottom: 76px;
  height: 28px;
  margin: auto;
  max-width: 832px;
  position: relative;
}

#cloud-site h3 {
  font-size: 12px;
  line-height: 1.8em;
  margin: 0;
}

#cloud-site div.current-regions-bgcolor {
  background: #837ec3;
  display: inline-block;
  height: 12px;
  margin-right: 12px;
  position: relative;
  top: 2px;
  width: 12px;
}

#cloud-site div.future-regions-bgcolor {
  background: #87b9fd;
  display: inline-block;
  height: 12px;
  margin-right: 12px;
  position: relative;
  top: 2px;
  width: 12px;
}

#cloud-site .regions-box .footnote {
  font-size: 11px;
  position: relative;
  top: 36px;
}

#cloud-site .network-box {
  bottom: 145px;
  color: #777;
  height: 28px;
  margin: auto;
  max-width: 916px;
  position: relative;
}

#cloud-site .network-box-info div {
  display: inline-block;
  height: 3px;
  margin-right: 14px;
  position: relative;
  top: -3px;
  width: 40px;
}

#cloud-site .network-box-info .submarine-cable {
  background: #00c853;
}

#cloud-site .network-box-info .current-network {
  background: #87b9fd;
}

#cloud-site div.PLCN {
  background: #a0cbad;
  display: inline-block;
  height: 3px;
  margin-right: 14px;
  position: relative;
  top: -3px;
  width: 40px;
}

.point-of-presence {
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
  margin-top: 10px;
  padding-top: 10px;
  width: 194px;
}

input[type="radio"] {
  background: #f5f5f6;
  margin-right: 20px;
  border: none;
}

input[type="radio"]::after {
  position: relative;
  right: 2px;
  top: -5px;
  font-size: 22px;
}

/* Region table section rules */

.devsite-table-wrapper {
  margin: 0;
}

.region-table-section {
  background: #fff;
  border-radius: 2px;
  margin-top:  16px;
}

#cloud-site .region-table-section ul.tabs {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: block;
  height: 63px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#cloud-site .region-table-section ul.tabs li {
  margin: 0;
}

#cloud-site .region-table-section ul.tabs li a {
  border-top: 4px solid transparent;
  color: #0091ea;
  cursor: pointer;
  float: left;
  font: 500 14px/16px roboto;
  margin: 0;
  overflow: hidden;
  padding: 21px 40px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

#cloud-site .region-table-section ul.tabs li.active a {
  background-color: #f5f5f5;
  border-top: 4px solid #0091ea;
  color: #9d9d9d;
}

#cloud-site .region-table-section table {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 0;
}

#cloud-site .region-table-section table thead th {
  background: #fff;
  color: #9d9d9d;
  font: 500 12px/16px roboto;
  height: 54px;
  text-align: center;
}

#cloud-site .region-table-section table thead th:last-child,
#cloud-site .region-table-section table tbody td:last-child {
  background: #f5f5f5;
}

#cloud-site .region-table-section table thead th:first-child {
  padding-left: 40px;
  text-align: left;
}

#cloud-site .region-table-section table thead th .text-lower {
  text-transform: lowercase;
}

#cloud-site .region-table-section table tbody td {
  border: none;
  padding: 1.5px 16px;
  text-align: center;
  vertical-align: middle;
}

#cloud-site .region-table-section table tbody td.with-pad {
  padding-bottom: 15px;
}

#cloud-site .region-table-section table tbody td:first-child {
  color: #212121;
  font: normal 13px/40px roboto;
  padding-left: 40px;
  text-align: left;
}

#cloud-site .region-table-section table tbody td.product-group {
  color: #bcbcbc;
  font: 500 11px/16px roboto;
  padding-bottom: 21px;
  text-transform: uppercase;
}

#cloud-site .region-table-section table tbody tr.border-top td {
  border-top: 2px solid #e4e4e4;
  padding-bottom: 15px;
  padding-top: 30px;
}

#cloud-site p.without-margin {
  margin: 0;
}

#cloud-site .region-table-section table tbody tr td sup,
#cloud-site p small sup {
  color: #0091ea;
  font-size: 100%;
  top: 0;
}

i.material-icons {
  color: #00bfa5;
  line-height: 40px;
}

.region-table-section .tab-drawer-heading {
  display: none;
}

@media all and (max-width: 780px) {
  #cloud-site .region-table-section ul.tabs {
    display: none;
  }

  #cloud-site .region-table-section .tab-drawer-heading {
    display: block;
  }

  #cloud-site .region-table-section .tab-drawer-heading a {
    background-color: #fff;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    color: #0091ea;
    cursor: pointer;
    display: block;
    font: 500 14px/16px roboto;
    margin: 0;
    padding: 15px 20px;
    position: relative;
    text-transform: uppercase;
  }

  #cloud-site .region-table-section .tab-drawer-heading.last a {
    border-bottom: 1px solid #e4e4e4;
  }

  #cloud-site .region-table-section .tab-drawer-heading.last.active a {
    border-bottom: none;
  }

  #cloud-site .region-table-section .tab-drawer-heading a::after {
    background: url('//www.gstatic.com/images/icons/material/system/1x/keyboard_arrow_down_grey600_24dp.png') no-repeat;
    background-size: 70%;
    background-position: 50% 50%;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.278s linear;
    width: 40px;
  }

  #cloud-site .region-table-section .tab-content.mobile-hidden {
    height: 0;
    opacity: 0;
    padding: 0;
  }

  #cloud-site .region-table-section .tab-drawer-heading +.tab-content {
    transition: all 0.278s ease-in-out;
    overflow: hidden;
  }

  #cloud-site .region-table-section .tab-drawer-heading.active a::after {
    transform: rotateX(180deg);
  }

  #cloud-site .region-table-section .tab-drawer-heading.active  a.toggleZippy::after  {
    transform: rotateX(0);
  }

  #cloud-site .region-table-section table thead th {
    min-width: 100px;
  }

  #cloud-site .region-table-section table thead th:first-child {
    min-width: 160px;
    padding-left: 20px;
  }

  #cloud-site .region-table-section table tbody th:first-child,
  #cloud-site .region-table-section table tbody td:first-child {
    padding-left: 20px;
  }
}


@media only screen and (min-width: 1401px) and (max-width: 1591px) {
  .devsite-full-width-page .devsite-main-content {
    padding: 0;
    max-width: 1344px;
  }
}

@media only screen and (max-width: 1400px) {
  .devsite-full-width-page .devsite-main-content {
    padding: 0;
    max-width: calc(100% - 28px);
  }
}

#cloud-site .l-max-width-standard {
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (max-width: 720px) {
  #cloud-site .l-max-width-standard {
    padding-left: 10px;
    padding-right: 10px;
  }
}



@media screen and (max-width: 1200px) {
  *:not(.code-sample):not(.data-sample):not(.kd-tabbed-horz):not(.kd-tabbed-vert)>*>h2:not(.hide-from-toc):not(#contents):not(#table-of-contents) {
    padding-right: 0;
}

@media only screen and (max-width: 1023px) {
  #cloud-site header h1,
  #cloud-site .locations h2 {
    font-size: 42px;
    line-height: 1em;
  }

  #cloud-site .scroll-overflow {
    overflow-x: scroll;
  }

  #cloud-site .new-regions h2,
  #cloud-site .locations h3 {
    width: 90%;
  }

  #cloud-site .regions-box {
    height: inherit;
    padding: 24px 18px;
    position: inherit;
    width: 100%;
  }

  #cloud-site .regions-box .footnote {
    font-size: 11px;
    line-height: 1.2em;
    position: relative;
    top: 10px;
  }

  #cloud-site .regions-map img {
    max-width: none;
  }

  #cloud-site .network-map img {
    max-width: none;
  }

  #cloud-site .network-box {
    padding: 22px 1px 78px;
    position: inherit;
    width: 100%;
  }

  #cloud-site .network-box-info {
    float: left;
    margin: 0 38px 12px 0;
  }

  #cloud-site .point-of-presence {
    border-top: none;
    float: left;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 780px) {
  #cloud-site .button.early-access {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 475px) {
  #cloud-site .network-box {
    padding: 22px 1px 124px;
  }

  #cloud-site .locations h2 {
    font-size: 32px;
  }
}
