#cloud-site .flex {
  display: flex;
  justify-content: center;
}

#cloud-site .flex .c4 {
  flex-basis: 31.25%;
}

#cloud-site.home h1.headline {
  font-size: 40px;
  line-height: 1.1em;
}

#cloud-site.home .hero ul.list li {
  display: flex;
}

#cloud-site .home-gallery .border {
  background-color: #548fe8;
  height: 2px;
  margin-bottom: 26px;
  width: 90px;
}
#cloud-site .home-gallery h3 {
  font: 500 20px/25px Roboto,sans-serif;
  margin: 0 0 14px 0;
}
#cloud-site .home-gallery p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}

#cloud-site .home-gallery a {
  font-size: 14px;
}

#cloud-site .ITDM {
  color: #444;
  margin-top: 48px;
}

#cloud-site .ITDM > h1 {
  font-size: 44px;
  margin: 0;
}

#cloud-site .ITDM > h2 {
  font-size: 24px;
  margin: 20px 0;
}

#cloud-site.home .ITDM ul.list {
  color: #444;
}

#cloud-site.home .ITDM ul.list li {
  font-weight: 400;
}

#cloud-site .ITDM > p {
  color: #616161;
  font-size: 16px;
  line-height: 1.8em;
  max-width: 700px;
}

#cloud-site .starter-gallery > a {
  background-color: #f6f6f6;
  color: #4A5960;
  margin: 5px;
  padding: 32px 30px 14px;
  transition: all 0.3s;
  width: 330px;
}

#cloud-site .starter-gallery > a:hover {
  box-shadow: -1px 5px 25px -5px rgba(0,0,0,0.8);
  transform: translate3d(0, -2px, 0);
}

#cloud-site .starter-gallery > a:visited {
  color: #4A5960;
}

#cloud-site .starter-gallery > a > img {
  float: left;
  padding: 8px 24px 30px 0;
}

#cloud-site .starter-gallery > a h3 {
  font: 500 20px/25px Roboto,sans-serif;
  margin: 0;
}

#cloud-site .starter-gallery > a > p {
  font: 300 16px/28px  Roboto, sans-serif;
  margin-top: 10px;
  overflow: hidden;
  word-break: break-word;
}

#cloud-site .starter-gallery > a > div {
  display: table;
}

#cloud-site .ITDM-why-google > div {
  margin: auto;
  max-width: 1072px;
}

#cloud-site .ITDM-why-google > div h2 {
  font: 500 20px/28px Roboto, sans-serif;
  margin: 20px 0 16px;
  padding: 0;
}

#cloud-site .ITDM-why-google > div p {
  padding: 0 30px;
}

#cloud-site .gcp-languages p {
  font-size: 18px;
  font-weight: 400;
}

#cloud-site .gcp-languages a {
  margin: 0 16px;
}

#cloud-site .develop-faster {
  margin: 0 10px;
}

#cloud-site .develop-faster .left {
  max-width: 500px;
  padding-right: 24px;
}

#cloud-site .develop-faster h2 {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}

#cloud-site .develop-faster p {
  font-size: 16px;
  line-height: 1.8em;
  margin: 12px 0 36px;
}

#cloud-site .develop-faster a.navigate {
  color: #4A5960;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  margin: 12px 0 36px;
  position: relative;
}

#cloud-site .develop-faster a.navigate:visited {
  color: #4A5960;
}

#cloud-site .develop-faster a.navigate:after {
  background-color: #039be5;
  background-image: url(//www.gstatic.com/images/icons/material/system/1x/arrow_upward_white_24dp.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: '';
  height: 16px;
  margin-top: 6px;
  margin-left: 14px;
  position: absolute;
  transform: rotateZ(90deg);
  width: 16px;
}

#cloud-site .ITDM-solutions > div {
  flex-wrap: wrap;
}

#cloud-site .ITDM-solutions > div > a {
  background-color: #fff;
  cursor: pointer;
  margin: 5px;
  padding: 28px 0;
  text-align: center;
  transition: all 0.3s;
  width: 184px;
}

#cloud-site .ITDM-solutions > div > a:hover {
  box-shadow: -1px 5px 25px -5px rgba(0,0,0,0.8);
  transform: translate3d(0, -2px, 0);
}

#cloud-site .ITDM-solutions > div .solutions-img {
  height: 62px;
}

#cloud-site .ITDM-solutions > div h3 {
  color: #4a5960;
  font: 500 16px/28px  Roboto,sans-serif;
  margin: 24px 0 0;
}

#cloud-site .gcp-customers {
  margin: auto;
  max-width: 1060px;
  text-align: center;
}

#cloud-site .gcp-customers img {
  margin: 8px 14px;
}

#cloud-site .free-trial-banner {
  align-items: center;
  background: #498dfc;
  color: #fff;
  margin: 26px auto 0;
  max-width: 1090px;
  min-height: 170px;
  padding: 20px 5%;
}

#cloud-site .free-trial-banner .main {
  color: #fff;
  font: normal 22px/25px Roboto;
  margin-right: 8%;
}

#cloud-site .free-trial-banner .body {
  color: #fff;
  flex: 1;
  font: lighter 18px/8 Roboto;
  margin-right: 8%;
}

#cloud-site .link {
  font-weight: 500;
  padding-right: 24px;
  position: relative;
  text-transform: uppercase;
}

#cloud-site .link:before {
  margin: auto;
}

#cloud-site .link:after {
  background-color: #039be5;
  background-image: url('//www.gstatic.com/images/icons/material/system/1x/arrow_upward_white_24dp.png');
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: '';
  height: 16px;
  position: absolute;
  right: 0;
  top: calc(50% - 7.5px);
  transform: rotateZ(90deg);
  width: 16px;
}

#cloud-site.home .products .compute {
  background: url('/_static/images/cloud/products/icons/compute.svg') no-repeat 0 0/31px;
}

#cloud-site.home .products .storage {
  background: url('/_static/images/cloud/products/icons/storage.svg') no-repeat 0 6px/31px;
}

#cloud-site.home .products .networking {
  background: url('/_static/images/cloud/products/icons/networking.svg') no-repeat 0 0/31px;
}

#cloud-site.home .products .bigdata {
  background: url('/_static/images/cloud/products/icons/bigdata.svg') no-repeat 0 3px/31px;
}

#cloud-site.home .products .data-transfer {
  background: url('/_static/images/cloud/products/icons/data-transfer.svg') no-repeat 0 7px/36px;
}

#cloud-site.home .products .api-platform {
  background: url('/_static/images/cloud/products/icons/api-platforms.svg') no-repeat 5px 7px/26px;
}

#cloud-site.home .products .iot {
  background: url('/images/products/icons/cloud-iot.svg') no-repeat 0 4px/31px;
}

#cloud-site.home .products .machinelearning {
  background: url('/_static/images/cloud/products/icons/machine-learning.svg') no-repeat 0 4px/31px;
}

#cloud-site.home .products .management {
  background: url('/_static/images/cloud/products/icons/operations.svg') no-repeat 0 6px/31px;
}

#cloud-site.home .products .developer {
  background: url('/_static/images/cloud/products/icons/devtools.svg') no-repeat 0 6px/28px;
}

#cloud-site.home .products .identity {
  background: url('/_static/images/cloud/products/icons/security.svg') no-repeat 0 0/26px;
}

#cloud-site.home .gcp-products .flex {
  align-items: flex-start;
}

#cloud-site.home .products .gcp-product {
  min-height: 353px;
}

#cloud-site.home .products .gcp-product p {
  min-height: 84px;
}

#cloud-site.home .products .gcp-product li {
  border: none;
}

#cloud-site.home .products .gcp-product li a {
  color: #4a5960;
  font-size: 16px;
}

#cloud-site.home .products .gcp-product li a:hover {
  background: transparent;
  color: #2b85e7;
}

#cloud-site.home .products .gcp-product li a.last {
  background: #ecebec;
  cursor: pointer;
  line-height: 35px;
  margin-left: -24px;
  margin-top: 24px;
}

#cloud-site .narrow-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

#cloud-site .carousel-left-arrow,
#cloud-site .carousel-right-arrow, {
  position: relative;
  top: -36px;
}

#cloud-site .carousel-left-arrow:hover,
#cloud-site .carousel-right-arrow:hover {
  cursor: pointer;
}

#cloud-site .carousel-container {
  flex-basis: 70%;
  margin: 0 28px;
  overflow: hidden;
}

#cloud-site .carousel-gallery {
  left: 0;
  position: relative;
  transition: 0.3s linear left;
  white-space: nowrap;
}

#cloud-site .carousel-slide-item {
  display: inline-table;
  min-width: 100%;
  text-align: center;
  white-space: initial;
}

#cloud-site .customer-logos {
  border-bottom: 1px solid #ededed;
}

#cloud-site .carousel-tabs {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

#cloud-site .carousel-tabs > div {
  border: 1px solid black;
  border-radius: 100%;
  height: 10px;
  margin: 0 5px;
  width: 10px;
}

#cloud-site .carousel-tabs > div.active {
  background: #000000;
}

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

#cloud-site .customer-quotes {
  align-items: center;
  justify-content: space-evenly;
}

#cloud-site .customer-quotes img {
  max-width: initial;
}

#cloud-site .text-quote {
  margin-bottom: 0;
  margin-top: 0;
  max-width: initial;
}

#cloud-site .text-quote p {
  font-size: 22px;
  line-height: 1.6em;
  margin-top: 30px;
}

#cloud-site .customers-logo-grid {
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}

#cloud-site .customers-logo-grid a > img {
  display: block;
}

@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: 900px) {
  #cloud-site.home .button.button-cloud {
    margin: 34px 0 22px;
  }
  #cloud-site .starter-gallery {
    flex-wrap: wrap;
  }
  #cloud-site .starter-gallery > a {
    width: 48%;
  }
  #cloud-site .home-gallery .c12 {
    padding: 12px 0;
  }
  #cloud-site .home-gallery .c4 {
    margin: 0;
    padding-bottom: 56px;
  }
  #cloud-site .home-gallery .c4.last {
    padding-bottom: 0;
  }
  #cloud-site .home-gallery p {
    min-height: initial;
  }
  #cloud-site .free-trial-banner {
    align-items: initial;
    flex-direction: column;
    text-align: center;
    width: inherit;
  }
  #cloud-site .free-trial-banner .main {
    margin-right: 0;
  }
  #cloud-site .free-trial-banner .body {
    line-height: 4;
    margin-right: 0;
  }
  #cloud-site .free-trial-banner > * {
    margin: 10px 0;
  }
  #cloud-site .free-trial .main {
    max-width: 565px;
  }

  #cloud-site.home .gcp-products .flex {
    flex-wrap: wrap;
    margin-top: 0;
  }

  #cloud-site.home .products .gcp-product {
    flex-basis: 100%;
    margin-top: 24px;
    min-height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #cloud-site.home h1.headline {
    font-size: 34px;
  }
  #cloud-site .starter-gallery > a {
    width: 98%;
  }
  #cloud-site .ITDM > h1 {
    font-size: 40px;
  }
  #cloud-site .ITDM-why-google > div {
    flex-wrap: wrap;
  }
  #cloud-site .ITDM-why-google > div > div {
    margin: 16px 0;
  }
  #cloud-site .develop-faster  {
    flex-wrap: wrap;
  }
  #cloud-site .develop-faster > div {
    width: 100%
  }
  #cloud-site .develop-faster img {
    padding-top: 20px;
  }
  #cloud-site .ITDM-solutions > div > a {
    width: 100%;
  }

  #cloud-site.home .products .gcp-product li a.last {
    margin-left: -12px;
  }
}
