/* NEW COMPONENTIZED STYLES - MUST INCLUDE jb CLASS */

.maps-carousel .jb-customer-logo-container .jb-customer-logo {
  width: 160px;
  height: 160px;
}

.maps-carousel .jb-quote-image {
  margin: 0 calc(50% - 50vw);
}

.maps-carousel .jb-quote-text .lt-quote {
  color: #2b85e7;
  font-size: 60px;
  margin-left: -31px;
  vertical-align: middle;
}

.maps-carousel .jb-quote-text .rt-quote {
  color: #2b85e7;
  font-size: 60px;
  margin-left: 5px;
  vertical-align: middle;
}

.maps-carousel .jb-quote .jb-quote-resource--logo img {
  width: 170px;
}

#cloud-site .maps-cta-section .jb-hero-solutions {
  padding: 120px 64px 120px 126px;
}

.maps-banner {
  background-color: #4285f4;
  color: #fff;
  font: 400 16px Google Sans,sans-serif;
  padding: 20px;
  text-align: center;
}

.maps-banner a {
  color:#fff;
  text-decoration: underline;
}

.maps-std-section i.material-icons {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  #cloud-site .maps-cta-section .jb-hero-solutions {
    padding: 50px 0 0;
  }
}

#cloud-site .maps-cta-section .jb-hero .hero-title {
  color: #fff;
}

#cloud-site .jb-hero .button.button-plain {
  background: #fff;
  border: 1px solid #dfdfdf;
  color: #4285f4;
}

#cloud-site .jb-hero .button.button-plain:hover {
  background: #f8fafe;
}

.jb-hero-solutions.maps-full-bleed .jb-hero-content {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.jb-hero-solutions.maps-full-bleed .jb-hero-content .hero-title {
  max-width: 500px;
}

.jb-hero-solutions.maps-full-bleed .jb-hero-content .hero-subtitle {
  max-width: 412px;
}

.maps-std-section .jb-quote .jb-quote-image {
  background-position: center;
}

@media screen and (max-width: 1280px) {
  .maps-carousel .jb-quote-text .lt-quote {
    font-size: 40px;
    margin-left: -21px;
  }

  .maps-carousel .jb-quote-text .rt-quote {
    font-size: 40px;
    margin-left: 3px;
  }
}

@media only screen and (max-width: 1024px) {
  #cloud-site .maps-cta-section .jb-hero .hero-title {
    color: #424242;
  }

  .maps-cta-section .jb-hero-solutions .jb-hero-content {
    padding: 20px 50px 40px;
  }
}

/* END NEW COMPONENTIZED STYLES - MUST INCLUDE jb CLASS */

/* DEMO STYLES */
.iframe-large {
  height: 700px;
  min-width: 100%;
}

.iframe-small {
  height: 475px;
   min-width: 100%;
}

.kd-buttonbar {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  .kd-tabbutton {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: none;
  }
}
/* END DEMO STYLES */


/* DEMO STYLES */
.iframe-large {
  height: 700px;
  min-width: 100%;
}

.iframe-small {
  height: 475px;
   min-width: 100%;
}

.kd-buttonbar {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kd-buttonbar .kd-tabbutton {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: none;
}

/* END DEMO STYLES */

.devsite-full-width-page .devsite-main-content {
  max-width: 1400px;
  padding: 0;
}

#cloud-site .full-bleed-right {
  margin-right: -10000px;
  padding-right: 10000px;
}

#cloud-site .full-bleed-right2 {
  margin: 0 calc(50% - 50vw) 0 300px;
}

html,
body {
  background-color: transparent;
}

.left-sidebar-container {
  background: #fff;
  bottom: 0;
  -webkit-box-shadow: 2px 0 2px rgba(0,0,0,0.1);
          box-shadow: 2px 0 2px rgba(0,0,0,0.1);
  line-height: 1.6em;
  position: absolute;
  top: 0;
  z-index: 1;
}

.left-sidebar-container,
.left-sidebar {
  min-width: 300px;
  width: 300px;
}

.left-sidebar {
  overflow:auto;
  position: fixed;
}

.left-sidebar::-webkit-scrollbar {
  height: 16px;
  width: 8px;
}
.left-sidebar::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.left-sidebar::-webkit-scrollbar-button:start:decrement,
.left-sidebar::-webkit-scrollbar-button:end:increment {
  display: block;
}

.left-sidebar::-webkit-scrollbar-button:vertical:start:increment,
.left-sidebar::-webkit-scrollbar-button:vertical:end:decrement {
  display: none;
}
.left-sidebar::-webkit-scrollbar-track:vertical {
  background-clip: padding-box;
  border: 0 solid transparent;
}
.left-sidebar::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 1px 1px 0px rgba(0,0,0,0.1),
                      inset 0px -1px 0px  rgba(0,0,0,0.07);
  background-color: rgba(0, 0, 0, .2);
  min-height: 28px;
  padding-top: 100px;
}
.left-sidebar::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .4);
}
.left-sidebar::-webkit-scrollbar-thumb:active {
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35);
  background-color: rgba(0, 0, 0, .5);
}
.left-sidebar::-webkit-scrollbar-thumb:vertical {
  border: 0 solid transparent;
  border-right: 5px solid transparent;
}
.left-sidebar::-webkit-scrollbar-track:hover {
   -webkit-box-shadow: inset 1px 0px 0px rgba(0, 0, 0, .1);
  background-color: rgba(0, 0, 0, .05);
}
.left-sidebar::-webkit-scrollbar-track:active {
  -webkit-box-shadow: inset 1px 0px 0px rgba(0, 0, 0, .14),
                      inset -1px -1px 0px  rgba(0, 0, 0, .07);
  background-color: rgba(0, 0, 0, .05);
}

.left-sidebar .title {
  color: #414141;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  padding: 66px 52px 19px 24px;
}

.left-sidebar .nav-links a {
  padding: 17px 52px 17px 24px;
}

#cloud-site .left-sidebar .nav-links a,
#cloud-site  .left-sidebar .nav-links a:visited {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #757575;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

#cloud-site  .left-sidebar .nav-links a:hover {
  background: #f5f5f5;
  color: #757575;
  text-decoration: none;
}

#cloud-site .left-sidebar .nav-links a.selected {
  color: #0091ea;
}

#cloud-site .left-sidebar .nav-links a.sublink {
  font-weight: 400;
  line-height: 1.6em;
  padding-bottom: 12px;
  padding-left: 44px;
  padding-top: 12px;
}

.article-content {
  margin-left: 300px;
}

header.header {
  padding-top: 60px;
  padding-bottom: 80px;
}

.header .hero-title {
  color: #414141;
  font-size: 48px;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.header .hero-title.white-text {
  color: #fff;
}

.header .hero-subtitle {
  color: #8a8a8a;
  font-family: Roboto,sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0 0 24px;
  padding-bottom: 0;
  width: 40%;
}

.header .hero-subtitle.full-width {
  width: 100%;
}

.header .hero-subtitle.white-text {
  color: #fff;
}

.header .hero-subtitle.header-page-links {
  margin-bottom: 0;
}

.maps-home-hero {
  background-image: url(https://screenshot.googleplex.com/wU56XxwhPxO.png);
  background-position: bottom;
  background-size: cover;
  margin-right: calc(50% - 50vw);
}

.maps-platform-hero .cta-container {
  margin-top: 16px;
}

.with-padding {
  padding-left: 4.65%;
  padding-right: 4.65%;
}

.with-margin {
  margin-left: 4.65%;
  margin-right: 4.65%;
}

.multi-section.small.top-pad {
  padding-top: 70px;
}

.multi-section.top-pad {
  padding-top: 80px;
}

.multi-section.top-pad-less {
  padding-top: 30px;
}

.section-container {
  padding: 80px 0;
}

.section-container.no-top-pad {
  padding-top: 0;
}

.section-container.small {
  padding: 70px 0;
}

.section.with-border {
  border-bottom: 1px solid #c6c6c6;
}

.multi-section .section {
  padding-bottom: 80px;
}


.section .title,
.section.alternate .title,
.section h1.title,
.section h2.title {
  color: #424242;
  font-weight: 300;
  letter-spacing: initial;
  margin: 0;
  margin-bottom: 32px;
  overflow: initial;
  padding: 0;
  -o-text-overflow: initial;
     text-overflow: initial;
}

.section .title.f-medium,
.section.alternate .title.f-medium ,
.section h1.title.f-medium,
.section h2.title.f-medium {
  font-weight: 400;
}

.section .title,
.section h1.title,
.section.alternate .title {
  font-size: 36px;
  line-height: 1.3;
}

.metrics-heading {
  color: #4285f4;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 7px;
}

.section.alternate .title {
  margin-bottom: 16px;
}

.section h2.title {
  border: none;
  font-size: 24px;
  line-height: 1.5;
  padding-right: 0 !important;
}

.section .title.with-desc,
.section h1.title.with-desc,
.section h2.title.with-desc {
  margin-bottom: 6px;
}

.section .title.title-center {
  margin-bottom: 40px;
  text-align: center;
}

.section .title.no-margin {
  margin-bottom: 0;
}

.section .title.large-margin,
.section .desc.large-margin {
  margin-bottom: 60px;
}

.section .sub-title {
  margin-bottom: 32px;
}

.section .desc {
  color: #747474;
  font-size: 16px;
  line-height: 1.8em;
}

.alternate-left > *, .alternate-right > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

.alternate-right > .img-container {
  margin-left: 52px;
  text-align: center;
}

.alternate-right > .img-container.is-r-precode {
  position: relative;
}

.section.alternate .alternate-right.no-top-pad {
  padding-top: 0;
}

.section.alternate .alternate-left.no-pad,
.section.alternate .alternate-right.no-pad {
  padding: 0;
}

.img-container.is-r-precode .code-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.img-container.is-r-precode .code-container pre {
  height: 100%;
  margin: 0;
  width: 100%;
}

.section.alternate .img-w-title-wrap .title > .img-container {
  display: none;
}

.bulleted-image-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bulleted-image-list li {
  color: #747474;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 16px 0;
  padding-left: 54px;
  position: relative;
}

.bulleted-image-list li:last-child {
  margin-bottom: 0;
}

.bulleted-image-list li:before {
  background: url("/images/storage/green-checkmark.svg") no-repeat;
  content: '';
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.table-container.plain-table {
  padding: 10px;
  background: #fafafa;
}

#cloud-site .plain-table table {
  background: transparent;
  border-collapse: collapse;
  border-radius: initial;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}

#cloud-site .plain-table table thead th,
#cloud-site .plain-table table tbody td {
  background: transparent;
  border: none;
  color: #424242;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  padding: 26px 40px 26px 10px;
  text-transform: initial;
}

#cloud-site .plain-table table thead th:first-of-type,
#cloud-site .plain-table table tbody tr td:first-of-type {
  min-width: 180px;
  font-weight: 500;
}


#cloud-site .plain-table tr {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}

#cloud-site .plain-table tbody tr:last-child {
  border-bottom: none;
}

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

.table-caption {
  margin-top:15px;
}

#cloud-site .cta-container .button {
  margin: 0 16px 0 0;
}

.partners-select-box {
  color: #424242;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 28px;
}

.partners-select-box md-select {
  margin: 0;
}

.partners-select-box .md-select-value,
.partners-select-box md-select:not([disabled]):focus .md-select-value {
  padding-left: 10px;
  padding-bottom: 6px;
}

.partners-select-box md-select:not([disabled]):focus .md-select-value {
  border-bottom-color: #0091ea;
}

md-select-menu md-content md-option[selected],
md-select-menu md-content md-option[selected]:focus {
  color: #0091ea;
}


/* Cards */

.flex-card-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -24px;
  margin-right: -24px;
}

.flex-card.bg-light-gray {
  background-color: #fafafa;
}

.flex-card.bg-gray {
  background-color: #f6f6f6;
}

.flex-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 24px;
  margin-right: 24px;
}

a.flex-card,
.maps-metrics div.flex-card {
  -webkit-transition: -webkit-transform 0.3s,-webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s,-webkit-box-shadow 0.3s;
  -o-transition: transform 0.3s,box-shadow 0.3s;
  transition: transform 0.3s,box-shadow 0.3s;
  transition: transform 0.3s,box-shadow 0.3s,-webkit-transform 0.3s,-webkit-box-shadow 0.3s;
}

a.flex-card:hover,
a.flex-card:focus,
.maps-pricing-carousel div.flex-card {
  -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.24), 0 0 4px rgba(0,0,0,0.12), 0 6px 18px rgba(0,0,0,0.12);
          box-shadow: 0 4px 4px rgba(0,0,0,0.24), 0 0 4px rgba(0,0,0,0.12), 0 6px 18px rgba(0,0,0,0.12);
  cursor: pointer;
  text-decoration: none;
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
}

.maps-pricing-carousel div.flex-card {
  border-radius: 10px;
  cursor: inherit;
}

.flex-card .upper-title {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 14px;
  opacity: 0.7;
  text-transform: uppercase;
}

.flex-card .title {
  color: #414141;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}

.flex-card .card-content {
  border-bottom: 1px solid #e4e4e4;
  padding: 32px 24px 28px 24px;
}

.flex-card .cta {
  color: #0091ea;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.1;
  padding: 18px 24px;
}


.partner-cards .flex-card .img-container,
.quickstart-cards .flex-card .img-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  min-height: 74px;
}

.image-top-cards .flex-card .img-container {
  margin-top: 12px;
  margin-bottom: 32px;
}

.partner-cards .flex-card .img-container img {
  max-width: 100px;
  max-height: 60px;
}

.sticky-image-cards.flex-card-container {
  font-size: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  margin: 0;
}

.sticky-image-cards .flex-card {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  margin: 0;
}

.quickstart-cards .flex-card {
  border-left: 3px solid #fb8c00;
}

.quickstart-cards .flex-card.blue-border {
  border-left-color: #4285f4;
}

.quickstart-cards .card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.features .flex-card-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -50px;
  margin-right: -52px;
}

.features .flex-card {
  background: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 50px;
  margin-right: 52px;
  min-width: 300px;
}

.features .flex-card .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}

.features .flex-card .title {
  margin-bottom: 16px;
}

.features .flex-card .img-container {
  margin-right: 24px;
}

.features .flex-card .img-container img {
  max-height: 48px;
}

.key-features .flex-card-container {
  margin-bottom: -80px;
}

.key-features .flex-card {
  margin-bottom: 80px;
}

.key-features .vert-align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.features .flex-card .title,
.thumb-top-bleed-cards .flex-card .title {
  color: #424242;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

.features .flex-card .desc,
.thumb-top-bleed-cards .features .flex-card .desc {
  color: #747474;
  font-size: 16px;
  line-height: 1.8;
}

.thumb-top-bleed-cards .flex-card,
.partner-cards .flex-card,
.image-top-cards .flex-card,
.quickstart-cards .flex-card,
.key-features .flex-card,
.docs-cards .flex-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.thumb-top-bleed-cards .flex-card .title {
  margin-bottom: 20px;
}

.thumb-top-bleed-cards .flex-card img {
  width: 100%;
}

.thumb-top-bleed-cards .flex-card .card-content {
  border-bottom: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 42px 42px 0px 42px;
}

.thumb-top-bleed-cards .flex-card .cta {
  padding: 28px 42px;
  text-transform: uppercase;
}

.bg-img-cards .flex-card {
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 60px 52px 20px;
}

.bg-img-cards .flex-card {
  background-color: white;
  color: #747474;
  font-size: 16px;
  line-height: 1.8;
}

.bg-img-cards .flex-card .title {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 22px;
}

.bg-img-cards .flex-card .body {
  width: 50%;
}

.bg-img-cards .flex-card .body .title,
.bg-img-cards .flex-card .customers .title {
  color: #424242;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 12px;
}

.bg-img-cards .customers .img-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 84px;
}

.bg-img-cards .customers .img-container img {
  margin: 20px 40px 20px 0;
  max-height: 55px;
  max-width: 80px;
}

.bg-img-cards .body-sec {
  margin-bottom: 60px;
}

.bg-img-cards .common-use-case {
  margin-bottom: 50px;
}

.arrow-cards .flex-card .card-content {
  border: none;
}

.arrow-cards .flex-card .cta {
  padding: 0 24px 24px;
}

.docs-cards .flex-card .card-content,
.partner-cards .flex-card .card-content,
.image-top-cards .flex-card .card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bleed-left-cards .flex-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bleed-left-cards .flex-card .img-container {
  font-size: 0;
  line-height: 0;
}

.bleed-left-cards .flex-card .card-content {
  border: none;
  padding-left: 40px;
}

.image-wrap-right-cards .flex-card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.image-wrap-right-cards .flex-card .img-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 198px;
  padding-left: 24px;
}

.cross-4 .flex-card {
  min-width: 20%;
}

.cross-3 .flex-card {
  min-width: 27%;
}

.cross-2 .flex-card,
.cross-2-1 .flex-card {
  min-width: 40%;
}

.cross-1 .flex-card {
  min-width: 86%;
}

.flex-card.ready-to-go {
  background-size: cover;
  height: 350px;
}

.flex-card.ready-to-go-maps {
  background-image: url(https://screenshot.googleplex.com/Pki7xB5Wcb4.png);
}

.flex-card.ready-to-go-routes {
  background-image: url(https://screenshot.googleplex.com/x3AJsPvPpvA.png);
}

.flex-card.ready-to-go .title,
.flex-card.ready-to-go .body{
  color: #fff;
}

.banner-section-container {
  color: #424242;
  padding-bottom: 80px;
  padding-top: 80px;
  text-align: center;
}

.plain-banner-bottom .main {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
}

.plain-banner-bottom .body-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 12px;
}

.plain-banner-bottom .body {
  color: #616161;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  margin-bottom: 40px;
}

.carousel-outer {
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  -webkit-transition: height linear 0.318s;
  -o-transition: height linear 0.318s;
  transition: height linear 0.318s;
}

.carousel-outer > .left-arrow,
.carousel-outer > .right-arrow {
  background: url(/images/locations/icons/left-arrow.svg) no-repeat;
  background-position: center;
  bottom: 0;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  width: 50px;
}

.carousel-outer > .right-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.carousel-outer > .left-arrow {
  left: 0;
}

.carousel-outer > .right-arrow {
  right: 0;
}

.carousel-outer > .left-arrow:hover,
.carousel-outer > .right-arrow:hover {
  background-color: rgba(0,0,0,0.02);
}

.carousel-inner {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.c-item {
  left: 100%;
  position: absolute;
  width: 100%;
}

.c-item.selected {
  position: relative;
  left: 0;
}

.c-item.selected,
.c-item.is-left.selected-remove,
.c-item.is-left.selected-add,
.c-item.is-right.selected-remove,
.c-item.right.selected-add {
  -webkit-transition: left linear 0.318s;
  -o-transition: left linear 0.318s;
  transition: left linear 0.318s;
}

.c-item.is-left.selected-remove,
.c-item.is-left {
  left: -100%;
}

.c-item.selected.selected-add {
  left: 0;
  position: absolute;
  z-index: 10;
}

.customer-quote-container {
  color: #4a5960;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
}

.customer-quote-container .img-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 140px;
}

.customer-quote-container .customer-logo img {
  height: 50px;
}

.my-carousel-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
}

.my-carousel .img-right {
  margin: 0 auto;
}

.my-carousel-item .customer-quote-container {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  text-align: left;
}

.customer-quote-container .quote-by {
  color: #9d9d9d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
}

.customer-quote-container .customer-uses {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.customer-quote-container .customer-link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

/* Modal CSS Styles */

.maps-video-dialog {
  left: 0;
  margin: auto;
  max-width: 960px;
  padding: 0;
  right: 0;
  top: 20px;
  width: 100%;
}

.partner-card-modal-x {
  cursor: pointer;
  float: right;
  font-size: 36px;
  font-weight: 300;
  margin: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform-origin: 12px 8px;
  -ms-transform-origin: 12px 8px;
      transform-origin: 12px 8px;
  width: 15px;
}

.maps-dialog-contents {
  overflow: hidden;
  padding: 5px;
}

.maps-video-frame {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.maps-video-wrapper {
  height: 0;
  margin-top: 25px;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}

.maps-customer-quote {
  font-family: "Google Sans", "Arial", "sans-serif";
  font-size: 32px;
  line-height: 42px;
}

.maps-quote-start {
  margin-left: -35px;
  vertical-align: top;
}

.maps-quote-end {
  vertical-align: top;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.maps-full-bleed {
  margin: 0 calc(50% - 50vw);
}

.maps-benefits .benefit-img {
  width: 400px;
}

.maps-benefits .unity-img {
  width: 100%;
}

.maps-benefits .unity-logo {
  margin-top: 30px;
  width: 120px;
}

.maps-benefits .copy {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}

.maps-benefits .img-right {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  text-align: right;
}

.maps-benefits .img-left-smaller,
.maps-benefits .img-right-smaller {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  text-align: center;
}

.maps-benefits .img-left-smaller img,
.maps-benefits .img-right-smaller img {
  width: 300px;
}

.maps-benefits .img-left {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  text-align: left;
}

.maps-benefits .benefit-title {
  color: #626262;
  font-family: "Google Sans", "Arial", "sans-serif";
  font-size: 24px;
  font-weight: 500;
  line-height: initial;
  margin-right: 50px;
  margin-top: 30px;
}

.maps-benefits .benefit-text {
  color: #8c8c8c;
  font-family: Roboto,sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-right: 50px;
  margin-top: 20px;
}

.maps-benefits .copy-right .benefit-title,
.maps-benefits .copy-right .benefit-text,
.maps-benefits .copy-right .unity-logo {
  margin-left: 40px;
}

.maps-bg-gray {
  background-color: #f8f9fa;
}

.maps-bg-darkgray {
  background-color: #f0f0f0;
  padding-top: 60px;
}

.maps-iframe-container {
  height: 950px;
  min-width: 100%;
}

.maps-demo-container {
  height: 700px;
  min-width: 100%;
}

.maps-header {
  background-position: right;
  background-size: cover;
  height: 400px;
}



.maps-header-routes {
  background-image: url(/images/maps-platform/routes_hero_2x.jpg);
}

.maps-header-places {
  background-image: url(/images/maps-platform/places_hero_2x.jpg);
}

.maps-header-maps {
  background-image: url(/images/maps-platform/maps_hero_2x.jpg);
}

.maps-video-header,
#cloud-site .maps-platform-hero {
  position: relative;
  min-height: 60vh;
  /* max-height: should be there for taller screens*/
}

.maps-video-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.maps-video-header .header-content,
.maps-platform-hero .jb-hero-content {
  width: 100%;
}

#cloud-site .maps-platform-hero .hero-title,
#cloud-site .maps-platform-hero .hero-subtitle {
  color: #fff;
}

.maps-video-header .bg-header-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.maps-video-header .bg-header-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  z-index: -1;
}

.maps-header .hero-title {
  margin: 30px 0 10px;
}

.maps-ctas {
  background-image: url(https://screenshot.googleplex.com/HqosZQ5k9ON.png);
}

.maps-gaming-ctas {
  background-image: url(/images/maps-platform/get-started_3.jpg);
}

.maps-ctas .hero-title {
  color: #fff;
  margin-bottom: 20px;
  margin-top: 70px;
}

.maps-metrics,
.maps-features {
  padding-top: 30px;
  padding-bottom: 30px;
}

.maps-std-section .flex,
.maps-metrics .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.maps-metrics .metric-block {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  text-align: center;
}

/* Don't need this?
.maps-metrics .left-just .metric-block {
  text-align: left;
}
*/

.maps-metrics.maps-metrics-home {
  background: #4285f4;
}

.maps-features-block {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin-bottom: 30px;
  text-align: left;
}

.maps-features-comment {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.maps-demo {
  padding-bottom: 30px;
  padding-top: 30px;
}

.maps-metrics .metric-title {
  color: #626262;
  font-family: "Google Sans", "Arial", "sans-serif";
  font-size: 36px;
  font-weight: 600;
  line-height: initial;
}

.maps-pricing-carousel .maps-metrics .metric-title {
  font-size: 42px;
}

.maps-metrics.maps-metrics-home .metric-title {
  color: #fff;
}

.maps-subtitle {
  font-family: "Google Sans", "Arial", "sans-serif";
  font-size: 22px;
  letter-spacing: .5px;
  margin-bottom: 20px;
  color: #626262;
  font-weight: 600;
}

.maps-solutions .cta {
  color: #0091ea;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.1;
  text-transform: uppercase;
}

.maps-copy {
  font-family: Roboto,sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  color: #626262;
}

.maps-copy-large {
  color: #8a8a8a;
  font-family: Roboto,sans-serif;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}

.maps-copy-large ul {
  margin-top: -8px;
}

.maps-copy-title {
  font-family: Roboto,sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  color: #626262;
  font-weight: 600;
}

.maps-metrics-home .maps-copy,
.maps-metrics-home .maps-subtitle {
  color: #fff;
}

.maps-std-section .maps-pricing-carousel .centered-subtitle {
  margin-bottom: 0;
}

.maps-pricing-carousel {
  padding-bottom: 80px;
}

.maps-pricing-carousel .maps-metrics {
  padding: 30px 80px;
}

.maps-pricing-carousel .maps-subtitle {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
}

.maps-pricing-carousel .maps-subtitle:nth-of-type(2) {
  margin-top: -10px;
}

.maps-pricing-carousel .flex-card .card-content {
  border-bottom: 0;
}

.maps-pricing-carousel .flex-card.flex-card-empty {
  background: initial;
    -webkit-box-shadow: initial;
          box-shadow: initial;
  cursor: pointer;
  text-decoration: none;
  -webkit-transform:  initial;
          transform:  initial;
}

.maps-pricing-carousel .maps-metrics {
  background-color: inherit;
  box-shadow: inherit;
}

.maps-pricing-carousel div.flex-card.cross-2 {
  box-shadow: inherit;
  margin: 0;
}

.maps-pricing-carousel .maps-metrics.cross-2 {
  padding: 30px;
}

.maps-metrics .metric-block.maps-pricing-metric {
  background-color: #fff;
  flex-basis: 50%;
}

.flex-card .card-content.maps-pricing-metric {
  padding: 40px 24px;
}

.flex-card .card-content.maps-pricing-copy {
  padding: 80px 50px 50px;
}

#cloud-site .maps-metrics .maps-pricing-metric h3 {
  margin: 20px 0 10px;
}

.maps-pricing-carousel .maps-metrics .maps-pricing-metric .metric-title {
    font-size: 54px;
}

.maps-pricing-carousel .maps-pricing-metric .maps-subtitle {
    margin-bottom: 20px;
}

.maps-metrics .metric-block.maps-pricing-copy {
  background-color: #f4f4f4;
  flex-basis:50%;
  text-align: left;
}

.maps-no-vert-pad {
  padding-bottom: 0;
  padding-top: 0;
}

.maps-std-section .centered-heading {
  color: #626262;
  font-family: "Google Sans", "Arial", "sans-serif";
  font-size: 36px;
  font-weight: 500;
  line-height: initial;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.maps-std-section .centered-heading-wsub {
  margin-bottom: 0;
}


/* Don't need this?
.maps-std-section .centered-heading.left-just {
  padding-left: 0;
  text-align: left;
}
*/

.maps-std-section .centered-subtitle {
  color: #8c8c8c;
  font-family: Roboto,sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 50px;
  margin: 10px auto 40px;
  max-width: 750px;
  text-align: center;
}

.maps-products {
  padding-top: 30px;
}

.maps-products img {
  margin-bottom: 20px;
}

.maps-carousel {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

.maps-carousel-item {
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  display: block;
  width: 100%;
}

.maps-carousel-item-inner {
background-color: #f6f6f6;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 400px;
left: 0;
margin: 0 auto;
right: 0;
top: 300px;
width: 75%;
z-index: 2;
-webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
        transform: translateY(-200px);
margin-bottom: -200px;
}

.my-carousel-item .customer-quote-container.maps-quote-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  padding: 40px 70px;
}

.maps-carousel-logo {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.maps-carousel-logo-img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin: 0 auto;
  max-width: 150px;
}

.maps-carousel-watch {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #2b85e7;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.maps-carousel-watch:hover {
  background-color: #2a62d7;
}

.maps-carousel-watch-text {
  color: #fff;
  font-family: "Google Sans", "Arial", "sans-serif";
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
  text-transform: uppercase;
}

.maps-carousel-watch-text img {
  vertical-align: middle;
}

.centered-heading.maps-docs-heading {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
  margin-top: 0;
}

.maps-customer-quote .lt-quote {
  color: #2b85e7;
  font-size: 60px;
  margin-left: -31px;
  vertical-align: middle;
}

.maps-customer-quote .rt-quote {
  color: #2b85e7;
  font-size: 60px;
  margin-left: 5px;
  vertical-align: middle;
}

#cloud-site .cta-container .button.maps-docs-button {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  color: #4285f4;
}

#cloud-site .cta-container .button.maps-docs-button:hover {
  background-color: #f8fafe;
}

#cloud-site .button.button-cloud.maps-hero-cta {
  background: #4285f4 16px 12px no-repeat;
  color: #fff;
  padding-left: 48px;
}

#cloud-site header.maps-header h1 {
  font-size: 48px;
  line-height: 1.3em;
  margin: 30px 0 10px;
  text-transform: inherit;
}

#cloud-site header.maps-header h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0 0 24px;
}

#cloud-site .maps-metrics h3 {
  margin: 16px 0 3px;
}

#cloud-site .maps-features .flex,
#cloud-site .maps-metrics .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cloud-site header.maps-full-bleed {
  margin: 0 calc(50% - 50vw);
  max-width: inherit
}

#cloud-site header.maps-header.maps-ctas h1 {
  margin-bottom: 20px;
  margin-top: 70px;
}


#cloud-site .customers.maps-customers .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cloud-site .customers.maps-customers .flex > div {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  height: inherit;
  width: inherit;
  background: #fff;
  margin: 8px;
}

.maps-customers .customers-title {
  font-size: 20px;
  font-weight: 500;
}

.maps-customers .company-logo {
  display: block;
  height: 30px;
  margin: auto 0 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.maps-customers a.offical-site {
  display: block;
  font-weight: 500;
  margin-top: 10px;
  text-transform: uppercase;
}

.maps-view-docs {
  padding-top: 0;
  padding-bottom: 20px;
}

.maps-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.maps-video-symbol {
  background-image: url(https://screenshot.googleplex.com/LqbX2vQd8yM.png);
  display:inline-block;
  height: 35px;
  margin-right: 5px;
  margin-top: -2px;
  vertical-align: middle;
  width:40px;
}

.general-hero__video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
}

.maps-logo-card {
  width: 164px;
}

.flex-card-container.sticky-image-cards.maps-logo-cards {
  max-width: 1000px;
}

#cloud-site .button.button-cloud.maps-hero-cta.maps-white-cta {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  color: #4285f4;
}

#cloud-site .button.button-cloud.maps-hero-cta.maps-white-cta:hover {
  background-color: #f8fafe;
}


#cloud-site .customers.maps-customers .flex .maps-customer-card {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    height: inherit;
    width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.maps-customer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: unset;
  flex-grow: 1;
}

.maps-gaming-hero-container {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 1439px) {
  .maps-carousel-item-inner {
    width: 90%;
  }

  .maps-customer-quote {
    font-size: 28px;
    line-height: 32px;
  }

  .maps-customer-quote .lt-quote,
  .maps-customer-quote .rt-quote  {
    font-size: 50px;
  }

  .maps-customer-quote .lt-quote {
    margin-left: -25px;
  }
}

@media screen and (max-width: 1024px) {
  .devsite-expand-section-nav {
    margin: 12px 16px 12px 0;
  }

  .left-sidebar-container {
    display: none !important;
  }

  .article-content {
    margin-left: 0px;
  }

  .bg-img-cards .flex-card {
    background-image: none;
  }

  .bg-img-cards .flex-card .body {
    width: initial;
  }

  .with-padding.maps-carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .maps-full-bleed .carousel-outer {
    padding-left: 50px;
    padding-right: 50px;
  }

  .my-carousel-item .customer-quote-container.maps-quote-container {
    padding: 40px 50px;
  }

  .maps-platform-hero .jb-hero-content {
    padding-bottom: 40px;
  }

  #cloud-site .maps-platform-hero .hero-title,
  #cloud-site .maps-platform-hero .hero-subtitle {
    color: #424242;
  }

  #cloud-site .maps-video-header .hero-title,
  #cloud-site .maps-video-header .hero-subtitle {
    color: #fff;
  }
}


@media (max-width: 840px) {
  header.header {
    padding-top: 44px;
    padding-bottom: 50px;
  }

  .header .hero-title {
    font-size: 40px;
    margin-bottom: 8px;
  }

  .header .hero-subtitle {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 28px;
  }

  .bulleted-image-list li {
    margin-bottom: 14px;
    padding-left: 44px;
  }

  .cross-4 .flex-card,
  .cross-3 .flex-card {
    min-width: 40%;
  }

  .cross-2-1 .flex-card {
    min-width: 86%;
  }

  .with-padding {
    padding-left: 5.2%;
    padding-right: 5.2%;
  }

  .with-margin {
    margin-left: 5.2%;
    margin-right: 5.2%;
  }

  .section-container {
    padding: 70px 0;
  }
  .multi-section.top-pad {
    padding-top: 70px;
  }
  .multi-section .section {
    padding-bottom: 70px;
  }

  .section-container.small {
    padding: 60px 0;
  }

  .section .title.large-margin,
  .section .desc.large-margin {
    margin-bottom: 32px;
  }

  .section .title.with-desc {
    margin-bottom: 8px;
  }

  .alternate-right.img-wrap > .img-container,
  .alternate-left.img-wrap > .img-container {
    margin-left: 0;
    margin-top: 40px;
    min-width: 100%;
  }

  .img-w-title-wrap > .img-container {
    display: none;
  }

  .section.alternate .img-w-title-wrap .title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 16px;
  }
  .section.alternate .img-w-title-wrap .title > .img-container {
    display: initial;
    margin-left: 44px;
  }
  .section.alternate .img-w-title-wrap .title > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .img-container.is-r-precode .code-container {
    position: initial;
  }

  .img-container.is-r-precode .code-container pre {
    height: auto;
    width: auto;
  }

  #cloud-site .features-table table thead th,
  #cloud-site .features-table table tbody td {
    font-size: 14px;
    padding: 20px 40px 20px 10px;
  }

  .scrollable-img-cont {
    overflow-x: auto;
    padding-bottom: 15px;
  }

  .scrollable-img-cont img {
    max-width: 750px;
  }

  .flex-card-container.bg-img-cards {
    margin-bottom: -24px;
  }

  .bg-img-cards .flex-card {
    margin-bottom: 24px;
    padding: 50px 44px 30px;
  }

  .bg-img-cards .customers .img-container {
    min-height: 56px;
  }

  .banner-section-container {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .plain-banner-bottom .main {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 30px;
  }

  .plain-banner-bottom .body-title {
    margin-bottom: 14px;
  }

  #cloud-site .full-bleed-right {
    margin-right: -20px;
    padding-right: 37px;
  }

  .desc-maps {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .img-container.img-container-maps {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }

  .maps-customer-quote {
    font-size: 24px;
    line-height: 30px;
  }

  .maps-pricing-carousel .cross-3 .flex-card {
    flex-grow: 0;
    min-width: 44%;
  }

  .maps-pricing-carousel .flex-card-container {
    justify-content: space-around;
  }

  .maps-metrics .metric-block.maps-pricing-metric,
  .maps-metrics .metric-block.maps-pricing-copy {
    flex-basis: 100%;
  }

  .maps-metrics .maps-pricing-copy .maps-copy {
    margin: 0px;
    text-align: left;
  }

  .maps-pricing-carousel .maps-metrics.cross-2 {
    padding: 30px 0;
  }

  .flex-card .card-content.maps-pricing-copy {
    padding: 50px 40px;
  }
}


@media (max-width: 780px) {
  #cloud-site .cta-container .button {
    margin: 0 0 16px 0;
  }

  #cloud-site .cta-container .button:last-child {
    margin-bottom: 0;
  }

  .bg-img-cards .flex-card .body {
    width: initial;
  }

  .maps-header {
    height: 250px;
  }

  .maps-header .l-max-width-standard {
    margin-top: 230px;
  }

  .maps-video-header {
    min-height: 120px;
  }

  .maps-video-header .hero-title,
  .maps-video-header .hero-subtitle {
    color: #424242;
  }

  .maps-video-header .bg-header-video {
    max-height: 30%;
  }

  .maps-video-header .bg-header-video video {
    object-position: top right;
  }

  .maps-video-header .header-content {
    background-color: #fff;
    margin-top: 32%;
    padding-top: 10px;
  }

  .maps-platform-hero .jb-hero-content {
    padding-top: 10px;
  }

  .header .hero-subtitle {
    width: 80%;
  }

  .maps-metrics .metric-block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .maps-metrics .maps-copy {
    display: block;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 400px;
    text-align: center;
    margin: 20px auto;
  }

  .maps-benefits .img-left,
  .maps-benefits .img-left-smaller,
  .maps-benefits .img-right,
  .maps-benefits .img-right-smaller {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }

  .maps-benefits .copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .maps-benefits .benefit-title,
  .maps-benefits .benefit-text {
    margin-left: 40px;
  }

  .maps-customer-quote {
    font-size: 22px;
    line-height: 26px;
  }

  .my-carousel-item .customer-quote-container.maps-quote-container {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 40px;
  }

  .maps-carousel-logo {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        flex-direction: row;
  }

  .maps-customer-quote .lt-quote,
  .maps-customer-quote .rt-quote  {
    font-size: 35px;
  }

  .maps-customer-quote .lt-quote {
    margin-left: -20px;
  }

  #cloud-site .customers.maps-customers .flex {
    padding-left: 5.2%;
    padding-right: 5.2%;
  }

  #cloud-site .customers.maps-customers .flex .maps-customer-card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 50px;
  }

  #cloud-site .maps-header .button.button-cloud.maps-hero-cta.maps-white-cta {
    border: 1px solid #c7c6c6;
  }

  .maps-ctas {
    height: 45vh;
  }

  .maps-header.maps-ctas .l-max-width-standard {
    margin-top: 0;
  }

  .maps-carousel-item-inner {
    flex-direction: column;
  }

  .customer-quote-container .quote-by {
    line-height: .6;
  }

  #cloud-site .maps-video-header .hero-title,
  #cloud-site .maps-video-header .hero-subtitle {
    color: #424242;
  }

  /* Don't need this?
  .maps-metrics .left-just .maps-copy {
    margin: 20px 0;
    max-width: 100%;
    text-align: left;
  }
  */
}

/** Mobile View kicks in at 600 */
@media (max-width: 600px) {
  .header .hero-subtitle {
    margin-bottom: 30px;
  }

  .section-container {
    padding: 60px 0;
  }

  .section-container.small {
    padding: 50px 0;
  }

  .section.alternate .img-w-title-wrap .title > .img-container {
    margin-bottom: 36px;
    margin-left: 0;
    min-width: 100%;
  }

  .partners-with-menu-selection .section-container {
    padding-top: 0;
  }

  .bulleted-image-list li {
    padding-left: 40px;
    margin-bottom: 16px;
  }

  .image-wrap-right-cards .flex-card .img-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 32px;
    min-height: 74px;
    min-width: 100%;
    padding-left: 0;
  }

  .cross-4 .flex-card,
  .cross-3 .flex-card,
  .cross-2 .flex-card {
    min-width: 80%;
  }

  .banner-bottom-section {
    padding: 60px 0;
  }

  .plain-banner-bottom .main {
    margin-bottom: 20px;
  }

  .plain-banner-bottom .body-title {
    margin-bottom: 14px;
  }

  .plain-banner-bottom .body {
    margin-bottom: 30px;
  }

  #cloud-site .is-visible-inline-mobile {
    display: inline !important;
  }

  .is-hidden-mobile-600 {
    display: none !important;
  }

  .maps-customer-quote {
    font-size: 16px;
    line-height: 18px;
  }

  .my-carousel-item .customer-quote-container.maps-quote-container {
    padding: 30px 25px;
  }

  .customer-quote-container .quote-by {
    font-size: 13px;
    line-height: 1.2;
    margin-top: 8px;
  }

  .maps-customer-quote .lt-quote, .maps-customer-quote .rt-quote {
    font-size: 30px;
  }

  .maps-customer-quote .lt-quote {
    margin-left: -15px;
  }

  .maps-video-symbol {
    height: 35px;
    vertical-align: middle;
    width: 50px;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .maps-carousel-logo-img {
    max-width: 110px;
  }

  .maps-features-block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.product-card-header {
  border-radius: 5px 5px 0 0;
  padding: 30px 20px;
  position: relative;
  display: block;
  overflow: visible;
  font-size: 28px;
  color: #fff;
}

.product-card-header-maps {
  background-color: #1b9956;
}

.product-card-header-routes {
  background-color: #4285f4;
}

.product-card-header-places {
  background-color: #ea4236;
}

.product-card-header-navsdk {
  background-color: #ffbc42;
}

.product-card-header img {
  height: 104px;
  position: absolute;
  right: 0;
  top: -20px;
}

.product-card-header-navsdk img {
  top: -16px;
}

.thumb-top-bleed-cards .flex-card .product-card-header img {
  width: inherit;
}

.thumb-top-bleed-cards .flex-card .card-content.product-card-content {
  padding: 20px;
}

.thumb-top-bleed-cards .product-card-content ul {
  line-height: 20px;
  list-style: none;
  padding-left: 0;
}

.thumb-top-bleed-cards .flex-card .cta.product-card-cta {
  padding: 20px;
  text-transform: capitalize;
}

.cta.product-card-cta .obround-button {
  border: 2px solid #0091ea;
  border-radius: 30px;
  display: inline-block;
  padding: 10px 15px 9px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.cta.product-card-cta .obround-button:hover {
  color: #fff;
  background-color: #0091ea;
}
