.devsite-product-id-row,
.devsite-header-no-lower-tabs .devsite-product-id-row {
  display: none;
}

/* colors */
body.lh-home,
.devsite-background:not(.devsite-landing-row-cards) {
  color: rgba(0, 0, 0, .54);
}

.devsite-main-content :link,
.devsite-main-content :visited,
.devsite-background-grey :link:not(.button),
.devsite-background-grey :visited:not(.button) {
  color: #4285f4;
}

/* headings */
.maps__row h2,
.maps__row.devsite-landing-row-large-headings h2 {
  color: rgba(0, 0, 0, .87);
  font-weight: 400;
}

.maps__row h3 {
  color: rgba(0, 0, 0, .87);
  font: 400 22px/28px Roboto,sans-serif;
  letter-spacing: .22px;
}

.maps__row.devsite-landing-row-large-headings h3 {
  color: #4285f4;
  font: 400 45px/53px Roboto,sans-serif;
  letter-spacing: -.32px;
}

/* platform icons */
.maps__platforms-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 8px 0 !important;
  padding: 0;
}

.maps__platform {
  -webkit-box-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  height: 40px;
  margin: 0 12px 0 0;
  -webkit-transition: box-shadow .2s;
  -o-transition: box-shadow .2s;
  transition: box-shadow .2s;
}

.maps__platform__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.maps__platform__icon {
  width: 32px;
}

.devsite-background .button-flat {
  color: #fff;
}

/* features row */
.maps__row--features.devsite-landing-row.devsite-background {
  background: #f6f9fc;
  padding-bottom: 0;
}

.maps__row--features .devsite-landing-row-header {
  margin: 72px 0 52px;
}

.maps__row--features .devsite-landing-row-column h2 {
  color: rgba(0, 0, 0, .87);
  font: 500 16px/19px Roboto,sans-serif;
  letter-spacing: 1px;
  margin: 0;
  opacity: .4;
  text-transform: uppercase;
}

.maps__row--features.devsite-background-grey h2 {
  color: rgba(0, 0, 0, .87);
  font-weight: 400;
}

/* feature item */
.maps__feature {
  margin-top: -16px;
  padding-top: 16px;
  position: relative;
}

.devsite-landing-row-column > .maps__feature.devsite-landing-row-item:not(:first-child) {
  margin-top: 0;
}

.maps__feature h3 {
  color: rgba(0, 0, 0, .87);
  font: 500 16px/18px Roboto,sans-serif;
  margin: 0 0 7px;
}

.maps__feature p {
  color: rgba(0, 0, 0, .54);
  font: 400 14px/20px Roboto,sans-serif;
  margin: 0 0 16px;
}

.maps__feature .devsite-landing-row-item-icon-container {
  background: 0;
  margin-bottom: 0;
}

/* features tooltip */
.maps__feature__details {
  display: none;
}

/* api-picker */
.maps__api-picker {
  font: 500 14px/18px Roboto,sans-serif;
  margin: 0 0 60px;
  text-transform: uppercase;
}

/* code samples */
.maps__row--code-samples.devsite-background {
  background: url(/maps/images/pattern.jpg) right calc(10000px - 20vw) top/1316px no-repeat #f6f9fc;
  padding-bottom: 130px;
}

/* cards */
.maps__card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
  padding: 32px 0 0 32px;
}

.maps__card .devsite-landing-row-item-image {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0 0 -12.5%;
  -ms-flex-order: 2;
  order: 2;
}

.maps__card .devsite-landing-row-item-description {
  margin: 0;
  padding: 46px 0 30px;
  position: relative;
}

.maps__card h3 {
  color: rgba(0, 0, 0, .87);
  font: 400 26px/32px Roboto,sans-serif;
  margin: 0;
}

.maps__card .devsite-landing-row-item-description-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}

.maps__card__logo {
  width: auto;
  height: 30px;
  position: absolute;
  top: 0;
}

/* API list */
.maps__api-list {
  margin: auto 0 0;
}

.maps__api-list__heading {
  color: rgba(0, 0, 0, .87);
  font: 500 12px/24px Roboto,sans-serif;
  letter-spacing: .4px;
  margin: 0;
  text-transform: none;
}

.maps__api-list__item {
  font: 400 14px/24px Roboto,sans-serif;
  margin: 0;
  padding: 0 0 0 16px;
}

.maps__api-list__item a::before {
  content: '•';
  display: inline-block;
  margin: 0 0 0 -16px;
  width: 16px;
}

.maps__api-list__item :link:not(.button),
.maps__api-list__item :visited:not(.button) {
  color: rgba(0, 0, 0, .54);
}

.maps__api-list__item :hover:not(.button) {
  color: #4285f4;
}

/* logos */
.maps__logo-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 40px 0;
  width: 100%;
}

.maps__logo {
  margin: 0 auto;
  text-align: center;
}

.maps__logo a {
  display: block;
}

.maps__logo img {
  max-height: 80px;
}

/* get started */
.maps__row--get-started {
  padding-bottom: 240px !important;
  padding-top: 160px !important;
}

/* backgrounds */
.maps__row--get-started {
  position: relative;
}

.maps__row--get-started::before {
  background: url(/maps/images/background-triangle.svg) bottom -10vh center no-repeat;
  background-size: 100%;
  bottom: 0;
  content: '';
  height: 100vw;
  left: calc(50% - 50vw);
  position: absolute;
  right: calc(50% - 50vw);
  z-index: -1;
}

@media (max-width: 1000px) {
  .maps__feature {
    padding-top: 8px;
  }

  .maps__feature__details {
    left: 0;
    width: 100%;
  }

  .maps__feature__details::before {
    left: 20px;
  }

  .maps__row--features.devsite-landing-row .devsite-landing-row-column .maps__feature.devsite-landing-row-item:not(:first-child) {
    margin: 0;
  }

  .maps__card .devsite-landing-row-item-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .maps__logo-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .maps__logo {
    margin-bottom: 20px;
  }
}

@media (max-width: 720px) {
  .maps__row.devsite-landing-row-large-headings h3 {
    font: 400 22px/28px Roboto,sans-serif;
  }

  .maps__row h3,
  .maps__card h3 {
    font: 400 18px/22px Roboto,sans-serif;
  }

  .maps__row--features.devsite-background-grey .devsite-landing-row-header h2 {
    font: 400 22px/28px Roboto,sans-serif;
  }

  .maps__row--features .devsite-landing-row-header {
    margin: 0 0 24px;
  }

  .maps__row--features.devsite-landing-row .devsite-landing-row-column:nth-of-type(3) {
    margin-left: 0;
  }

  .maps__api-picker {
    margin: 0 0 40px;
  }

  .maps__row--code-samples.devsite-background {
    background-image: none;
    padding-bottom: 40px;
  }

  .maps__card {
    padding: 20px 0 0;
  }

  .maps__card .devsite-landing-row-item-description {
    padding: 46px 20px 20px;
  }

  .maps__card.devsite-landing-row-item .devsite-landing-row-item-image {
    display: none;
  }

  .maps__logo-group {
    padding: 0;
  }

  .maps__logo {
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    margin: 0;
  }

  .maps__logo img {
    padding: 0 8px;
  }

  .maps__row--get-started {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }

  .maps__row--get-started::before {
    display: none;
  }
}
