/* locations custom overwrites */

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

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

/* Tabs, network and products */
.tabs {
  color: #424242;
  font: 300 16px/18px Google Sans,sans-serif;
}

.tabs .active {
  color: #538fe7;
}

/* regions & network */
.network .tabs {
  display: flex;
  justify-content: center;
}

.network .tabs div {
  cursor: pointer;
  margin: 0;
  padding: 0 34px 8px;
}

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

#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: #4285f4;
  display: inline-block;
  height: 12px;
  margin-right: 12px;
  position: relative;
  top: 2px;
  width: 12px;
}

#cloud-site div.future-regions-bgcolor {
  background: #fff;
  border: 1.5px solid #4285f4;
  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;
}

.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;
}

.location-map .regions-map,
.location-map .network-map {
  display: flex;
  justify-content: center;
}

.location-map .regions-map img,
.location-map .network-map img {
  max-width: 100%;
  min-width: 800px;
}

.location-map .cloud-tabs,
.location-map .cloud-tabs .cloud-tabs__controls-wrapper,
.location-map cloudx-tabs devsite-tabs {
  margin-bottom: 0;
}

.map-toggle-container .network-edgepoint-map,
.map-toggle-container .network-CDN-map {
  display: none;
}

.map-toggle-container #edgepoint:checked ~ .network-map .network-edgepoint-map,
.map-toggle-container #cdn:checked ~ .network-map .network-CDN-map {
  display: block;
}

.map-toggle-container .network-box label {
  padding: 4px 0 4px 30px;
  position: relative;
}

.map-toggle-container .network-box label:after {
  color: #757575;
  content: 'radio_button_unchecked';
  font: normal normal normal 24px/1 'Material Icons';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.map-toggle-container #edgepoint:checked ~ .network-box label[for="edgepoint"]:after,
.map-toggle-container #cdn:checked ~ .network-box label[for="cdn"]:after {
  color: #1a73e8;
  content: 'radio_button_checked';
}

/* Products by region */

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

/* Products by region: tabs */
.region-table-section .tabs {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  height: 95px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.region-table-section .tabs li {
  float: left;
  margin: 0;
}

.region-table-section .tabs li a {
  border-top: 4px solid transparent;
  color: #424242;
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding: 35px 40px;
}

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

/* Products by region: table */
.devsite-table-wrapper {
  margin: 0;
}

#cloud-site .cloud-table-wrapper .devsite-table-wrapper,
#cloud-site cloudx-table .devsite-table-wrapper {
  display: block;
  margin: 0;
}

#cloud-site .cloud-table-wrapper,
#cloud-site cloudx-table {
  background-color: transparent;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

#cloud-site .cloud-table-wrapper .cloud-table,
#cloud-site cloudx-table .cloud-table {
  margin-bottom: 0;
  margin-top: 0;
  table-layout: auto;
}

#cloud-site .cloud-table-wrapper .cloud-table tr,
#cloud-site cloudx-table .cloud-table tr {
  border: none;
}

#cloud-site .cloud-table-wrapper .cloud-table th:first-child,
#cloud-site cloudx-table .cloud-table th:first-child {
  width: auto;
}

#cloud-site .cloud-table-wrapper .cloud-table thead tr,
#cloud-site cloudx-table .cloud-table thead tr {
  text-transform: uppercase
}

#cloud-site .cloud-table-wrapper .cloud-table thead th,
#cloud-site cloudx-table .cloud-table thead th {
  color: #9d9d9d;
  font: 300 15px/20px Google Sans,sans-serif;
  height: 120px;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}

#cloud-site .cloud-table-wrapper .cloud-table th:not(:first-child),
#cloud-site cloudx-table .cloud-table th:not(:first-child) {
  padding-left: 10px;
}

@media screen and (min-width: 781px) {
  #cloud-site .cloud-table-wrapper .cloud-table thead th,
  #cloud-site cloudx-table .cloud-table thead th {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

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

#cloud-site table tbody th .cloud-link {
  color: #1a73e8;
  text-decoration: none;
}

#cloud-site table tbody th .cloud-link:visited,
.cloud-link:visited .cloud-superscript {
  color: #7b1fa2;
}

.cloud-link .cloud-superscript {
  color: inherit;
}

#cloud-site table tbody th .cloud-link:hover,
.cloud-link:hover .cloud-superscript {
  color: #174ea6;
  text-decoration: underline;
}

#cloud-site .cloud-table-wrapper .cloud-table .border-top th,
#cloud-site .cloud-table-wrapper .cloud-table .border-top td,
#cloud-site cloudx-table .cloud-table .border-top th,
#cloud-site cloudx-table .cloud-table .border-top td {
  border-top: 1px solid #d8d8d8;
}

#cloud-site .cloud-table-wrapper .cloud-table tbody th,
#cloud-site .cloud-table-wrapper .cloud-table td,
#cloud-site cloudx-table .cloud-table tbody th,
#cloud-site cloudx-table .cloud-table td {
  border: none;
  font: 300 16px/26px Google Sans,sans-serif;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
  width: initial;
}

#cloud-site .cloud-table-wrapper .cloud-table th:first-child,
#cloud-site .cloud-table-wrapper .cloud-table td:first-child,
#cloud-site cloudx-table .cloud-table th:first-child,
#cloud-site cloudx-table .cloud-table td:first-child {
  padding-left: 40px;
  text-align: left;
  width: 250px;
}

#cloud-site .cloud-table-wrapper .cloud-table th:last-child,
#cloud-site .cloud-table-wrapper .cloud-table td:last-child,
#cloud-site cloudx-table .cloud-table th:last-child,
#cloud-site cloudx-table .cloud-table td:last-child {
  padding-right: 40px;
}


#cloud-site .cloud-table-wrapper .cloud-table td:not(:first-child),
#cloud-site cloudx-table .cloud-table td:not(:first-child) {
  padding-left: 0;
}

#cloud-site .cloud-table-wrapper .cloud-table .product-group,
#cloud-site cloudx-table .cloud-table .product-group {
  color: #bcbcbc;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
}

#cloud-site table tbody td ul.multi-regional-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.multi-regional-list li {
  margin: 0;
}

.region-availability {
  background-color: #fff;
  border-radius: 10px;
  display: block;
  height: 14px;
  margin: 0 auto;
  width: 14px;
}

.region-availability--available {
  background-color: #34a853;
}

/* Products by region: footnotes */
.region-table-section__footnotes {
  color: #1a73e8;
  padding-left: 16px;
}

.region-table-section__footnotes span {
  color: #202124;
}

.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 .tab-container .tab-content:last-child .cloud-table-wrapper,
  #cloud-site .tab-container .tab-content:last-child cloudx-table {
    border-top: none;
  }
  #cloud-site .region-table-section .tab-drawer-heading a::after {
    background: url('//web.archive.org/web/20191214012731im_/https://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);
  }
}

@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: 0px;
  padding-right: 0px;
}

@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;
  }

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

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

  #cloud-site .network-box {
    padding: 22px 1px 90px;
    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: 475px) {
  #cloud-site .network-box {
    padding: 22px 1px 140px;
  }
}

.locations-hero .content-set {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
}

.devsite-product-button-row {
  margin: 10px 0 auto 24px;
}

.devsite-header-background, .devsite-product-id-row, .devsite-doc-set-nav-row {
  max-width: inherit;
}

.devsite-site-logo {
  width: 181px;
}

/* Info banner */
.info-banner {
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
  padding: 60px 24px;
}

.info-banner__stats {
  color: #1a73e8;
  margin: 0 auto;
  text-transform: uppercase;
}

.info-banner__stat {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.info-banner__stat {
  margin-top: 30px;
}

.info-banner__stat:first-child {
  margin-top: 0;
}

.info-banner__stat-data {
  align-items: center;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .info-banner__stat {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .info-banner__stats {
    align-items: flex-end;
    display: flex;
    justify-content: space-evenly;
  }
}

.info-banner__stats .cloud-headline1 {
  display: block;
  text-align: center;
}

.info-banner .cloud-body-text__small {
  margin: 40px auto 0;
  max-width: 780px;
  text-align: center;
}

.info-banner__highlight {
  color: #34a853;
  text-transform: uppercase;
}

/* Global products lists wrapper and content  */
.global-products {
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
}

.global-products__group {
  margin-top: 3em;
}

.global-products__group:first-child {
  margin-top: 0;
}

@media screen and (min-width: 600px) {
  .global-products__group {
    margin-top: 0;
  }
}

@media screen and (min-width: 600px) {
  .global-products {
    display: grid;
    grid-gap: 4em 1em;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .global-products {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cloud-list {
  list-style-type: none;
  padding-left: 0;
}

.cloud-list__item {
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 30px;
  position: relative;
}

.cloud-list__item::before {
  background-color: #34a853;
  border-radius: 10px;
  content: '';
  height: 14px;
  left: 0;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 14px;
}

/* safe and secure */
.security {
  border: 1px solid #dadce0;
  height: 100%;
  padding: 4em 2em;
}

@media screen and (min-width: 768px) {
  .security {
    padding: 6em;
  }
}

.security--inverted {
  align-items: flex-start;
  background-color: #4285f4;
  border: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.security--inverted p {
  color: inherit;
}

.security__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.security__badge {
  text-align: center;
  width: 50%;
}

.security__badge:nth-child(n+3) {
  margin-top: 44px;
}

@media screen and (min-width: 768px) {
  .security__badge {
    width: 33%;
  }

  .security__badge:nth-child(3n) {
    margin-top: 0;
  }
}

.security__badge image {
  display: block;
  margin: 0 auto;
}

.security__badge div {
  color: #4285f4;
  display: block;
  font-size: 16px;
  margin-top: 16px;
}

.cloud-section--safe-and-secure .cloud-body-text__small {
  color: #9B9B9B;
}

/*
     FILE ARCHIVED ON 01:27:31 Dec 14, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:27:35 May 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.559
  exclusion.robots: 0.084
  exclusion.robots.policy: 0.071
  esindex: 0.009
  cdx.remote: 40.934
  LoadShardBlock: 109.958 (3)
  PetaboxLoader3.datanode: 85.994 (4)
  load_resource: 110.793
  PetaboxLoader3.resolve: 44.152
*/