/* GMP Icons */

@font-face {
  font-family: 'GMP Icons';
  font-style: normal;
  font-weight: 400;
  src: url('//www.gstatic.com/mobilesdk/180717_mobilesdk/GMPIcons.eot');
  src: local('GMP Icons'),
    url('//www.gstatic.com/mobilesdk/180717_mobilesdk/GMPIcons.eot')
    format("embedded-opentype"),
    url('//www.gstatic.com/mobilesdk/180717_mobilesdk/GMPIcons.woff2')
    format("woff2"),
    url('//www.gstatic.com/mobilesdk/180717_mobilesdk/GMPIcons.ttf')
    format("truetype");
}

.gmp-icons {
  direction: ltr;
  display: inline-block;
  font-family: 'GMP Icons';
  font-feature-settings: 'liga'; /* Support for IE. */
  font-size: 24px;
  -webkit-font-smoothing: antialiased; /* Support for all WebKit browsers. */
  font-style: normal;
  font-weight: normal;
  height: 1em;
  letter-spacing: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale; /* Support for Firefox. */
  speak: none;
  text-decoration: none;
  text-rendering: optimizeLegibility; /* Support for Safari and Chrome. */
  text-transform: none;
  white-space: nowrap;
  width: 1em;
  word-wrap: normal;
}

.gmp-icons-container .material-icons:not(.default-icons) {
  font-family: 'GMP Icons';
}

.gmp-platform-icons {
  font-size: 32px;
  height: 32px;
  vertical-align: bottom;
  width: 32px;
  margin: 0 4px;
}

/* Don't add unnecessary margins on either end */
.gmp-platform-icons:first-child {
  margin-left: 0;
}

.gmp-platform-icons:last-child {
  margin-right: 0;
}

/* Android + iOS icons have space on both sides, so they don't need margins */
.gmp-platform-icons.gmp-icon-android,
.gmp-platform-icons.gmp-icon-ios {
  margin: 0;
}

.gmp-icons-container.gmp-icons-container-grayscale .gmp-platform-icons {
  color: #90a4ae;
}

.gmp-icon-android {
  color: #00bfa5;
}

.gmp-icon-ios {
  color: #16aaca;
}

.gmp-icon-web {
  color: #c52062;
}

.gmp-icon-cpp {
  color: #fd8c09;
}

.gmp-icon-unity {
  color: #aa4cba;
}

/* Other */
.platform-icon-android {
  background: #00bfa5;
}

.platform-icon-ios {
  background: #16aaca;
}

.platform-icon-web {
  background: #c52062;
}

.devsite-landing-row-cta h3 {
  font-weight: 300;
}

.devsite-landing-row h2 {
  color: #212121;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 20px;
}

.devsite-article-inner h2 {
  clear: both;
}

.devsite-landing-row-logos-heading {
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
}

.devsite-landing-row-logos-heading + .devsite-landing-row-logos {
  margin-top: 0;
  padding-top: 40px;
}

.devsite-landing-row-logos-heading h2,
.devsite-landing-row-logos-heading p {
  color: #757575;
}

.devsite-landing-row-logos-heading h2 {
  margin-bottom: 12px;
}

.devsite-landing-row-logos-heading p {
  margin-top: 0;
}

.devsite-landing-row-logos-heading > .devsite-landing-row-item .devsite-landing-row-item-description {
  width: 100%;
}

.devsite-landing-row-logos .devsite-landing-row-item-custom-image-icon {
  font-size: 160px;
  width: 160px;
}

.devsite-landing-row-logos .devsite-landing-row-item {
  vertical-align: middle;
}

.docs-android,
.docs-ios,
.docs-web,
.docs-cpp,
.docs-unity {
  height: 64px;
  width: 64px;
  margin: 10px 16px 0 -16px;
}

/* Docs Overview page styles */

.devsite-landing-row-3-up .docs-landing-row-item {
    width: calc((100% - 80px)/2);
    display: inline-block;
}

.docs-landing-icon {
  font-size: 42px;
  height: 42px;
  margin: 11px;
  width: 42px;
}

/* end Docs Overview page styles */

.pillar-start {
  margin-top: 40px;
}

.pillar-start h3 {
  color: #212121;
  font-weight: 400;
}

.material-icons-container .devsite-landing-row-item-icon-container .material-icons {
  font-family: "Material Icons";
}

.goog-custom-button-inner-box span,
.google-visualization-table-sortind::after {
  font: normal normal normal 24px/1 'Material Icons';
  font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  word-wrap: normal;
}

.feature-intro-title {}
.feature-intro-title .devsite-page-title {
  display: inline-block;
}

.feature-intro-title .devsite-page-title-with-icons .heading-text {
  margin-right: 24px;
}

.feature-intro-title .gmp-icons-container {
  border-left: 1px solid var(--tenant-heading-border-color, #e7ebed);
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  padding-left: 24px;
}

.feature-intro-title .gmp-icons-container span:not(:last-of-type) {
  margin-right: 4px;
}

.feature-intro .tagline {
  margin-bottom: 48px;
}

.implementation-path tr td:first-of-type {
  background: var(--tenant-background-1) !important;
  max-width: 48px;
  vertical-align: middle;
}

.key-functions tr td:first-of-type,
.implementation-path tr td:nth-of-type(2) {
  background: var(--tenant-background-1) !important;
  color: var(--tenant-primary-text-color);
  font: 14px/24px Roboto-Medium, sans-serif;
  min-width: 200px;
  text-align: left;
  vertical-align: middle;
}

.implementation-path tr td,
.key-functions tr td {
  color: var(--tenant-secondary-text-color);
  font: 14px/24px Roboto-Regular, sans-serif;
  padding: 32px;
}

.implementation-path tr,
.key-functions tr {
  border-top: var(--tenant-primary-border);
}

.implementation-path .numbered:before {
  background: var(--tenant-numbered-row-background-color, #BDBDBD);
  border-radius: 50%;
  color: var(--tenant-inverted-text-color);
  display: inline-block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  margin-right: 20px;
  text-align: center;
  width: 36px;
}

.implementation-path .numbered.n1:before {
  content:'1';
}

.implementation-path .numbered.n2:before {
  content:'2';
}

.implementation-path .numbered.n3:before {
  content:'3';
}

.implementation-path .numbered.n4:before {
  content:'4';
}

.implementation-path .numbered.n5:before {
  content:'5';
}

.implementation-path .numbered.n6:before {
  content:'6';
}

.implementation-path .numbered.n7:before {
  content:'7';
}

.implementation-path .numbered.n8:before {
  content:'8';
}

.implementation-path .numbered.n9:before {
  content:'9';
}

.stack-overflow .devsite-landing-row-item-icon-container {
  background: #fda639;
}

.stack-overflow .devsite-landing-row-item-icon {
  background: url(../images/logo-stack-overflow-white.svg) center center no-repeat;
  background-size: 22px 22px;
  margin: -10px;
}

.slack-channel .devsite-landing-row-item-icon-container {
  background: #74d5b6;
}

.slack-channel .devsite-landing-row-item-icon {
  background: url(../images/logo-slack-white.svg) center center no-repeat;
  background-size: 44px 44px;
  height: 32px;
  width: 32px;
  margin: -4px;

}

.google-groups .devsite-landing-row-item-icon-container {
  background: #9dcb6b;
}

.technical-support .devsite-landing-row-item-icon-container {
  background: #6199f3;
}

.bug-report .devsite-landing-row-item-icon-container {
  background: #e9437b;
}

.account-services .devsite-landing-row-item-icon-container {
  background: #2fa69a;
}

.faq .devsite-landing-row-item-icon-container {
  background: #aa4cba;
}

.release-notes .devsite-landing-row-item-icon-container {
  background: #34c6d8;
}

.devsite-landing-page .devsite-article .open-in-new {
  font-size: 18px;
  height: 18px;
  margin-left: 8px;
  width: 18px;
  vertical-align: middle;
}

.devsite-charts-table {
  margin-top: 40px;
}

.devsite-charts-table-header-row {
  background: #f7f7f7;
  border-top: 0;
}

.google-visualization-table {
  border-radius: 2px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .26);
}

table.google-visualization-table-table {
  margin: 0;
}

table.google-visualization-table-table th,
table.google-visualization-table-table .devsite-charts-table-row td {
  color: #757575;
  font-size: 12px;
}

.google-visualization-table-table tr:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}

.google-visualization-table-div-page {
  float: right;
  margin-right: 16px;
  padding: 12px 0 8px;
  width: 64px;
}

.goog-custom-button {
  display: inline-block;
  height: 24px;
  width: 24px;
}

.goog-custom-button-inner-box span {
  cursor: pointer;
  display: inline-block;
  height: 24px;
  width: 24px;
}

.google-visualization-table-page-prev::after {
  content: 'navigate_before';
}

.google-visualization-table-page-next::after {
  content: 'navigate_next';
}

.goog-custom-button-disabled span::after {
  color: #ccc;
  cursor: auto;
}

.goog-custom-button-collapse-right {
  margin-right: 16px;
}

.google-visualization-table-sortind {
  position: relative;
}

.google-visualization-table-sortind::after {
  content: 'arrow_downward';
  font-size: 16px;
  position: absolute;
  right: -20px;
  top: -2px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}

.sort-ascending .google-visualization-table-sortind::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.sort-descending span.google-visualization-table-sortind,
.sort-ascending span.google-visualization-table-sortind {
  border: none;
}

.unsorted .google-visualization-table-sortind {
  display: none;
}

.google-visualization-table-page-numbers {
  display: none;
}

.case-study {
  padding: 24px 36px 0;
}

.case-study-company-logo-wrapper,
.case-study-key-stats h5 {
  display: inline-block;
  margin-right: 56px;
  text-align: right;
  width: 180px;
}

.case-study-key-stats h5 {
  font-weight: 500;
  margin-bottom: 0;
  vertical-align: top;
}

.case-study-company-logo.fabulous {
  width: 160px;
}

.case-study-company-logo.piccollage {
  width: 48px;
}

.case-study-company-logo.shazam {
  width: 155px;
}

.case-study-company-logo.skyscanner {
  width: 174px;
}

.case-study-company-logo.glow {
  width: 90px;
}

.case-study-description-wrapper {
  color: #757575;
  display: inline-block;
  margin: 0;
  width: calc(100% - 236px);
}

h3.case-study-company-name {
  margin-bottom: 0;
}

.case-study-company-name .material-icons {
  position: relative;
  top: 2px;
}

.case-study-app-image {
  margin: 0 32px 24px 0;
  width: 200px;
}

.case-study-key-stats {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 232px);
}

.case-study-key-stats section {
  margin-bottom: 36px;
}

.case-study-key-stats .company-logo {
  margin-bottom: 24px;
}

.case-study-key-stats .quote {
  font-style: italic;
  margin-bottom: 72px;
}

.case-study-quote-attribution {
  color: #212121;
  margin-left: 16px;
}

.expandable-contents-wrapper {
  padding: 40px;
}

.expandable-contents-text {
  width: 70%;
}

.expandable-contents-wrapper h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
}

.expandable-contents-wrapper p {
  color: #757575;
}

.expandable-contents-wrapper img {
  float: right;
  margin: 0 0 0 100px;
  width: 200px;
}

.expandable-contents-wrapper-wide-image img {
  width: 500px;
}

.expandable-contents-wrapper .subhead {
  font-style: italic;
}

.expandable-contents-wrapper .subhead + p {
  margin-top: 0;
}

.case-study .expandable h4:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 1000px) {
  .case-study-app-image {
    display: none;
  }

  .case-study-key-stats {
    width: 100%;
  }

  .case-study-key-stats .company-logo {
    margin-bottom: 16px;
  }

  .case-study-company-logo-wrapper {
    margin: 0 0 24px;
    text-align: left;
  }

  .case-study-key-stats h5 {
    margin: 0 0 8px;
    text-align: left;
    width: 100%;
  }

  .case-study-description-wrapper {
    width: 100%;
  }

  .devsite-landing-row-logos .devsite-landing-row-item-custom-image-icon {
    font-size: 96px;
    width: 96px;
  }
}

@media screen and (max-width: 720px) {
  .devsite-landing-row-cta h3 {
    font-size: 24px;
  }

  .expandable-contents-wrapper img {
    float: none;
    margin: 0 0 24px;
  }

  .expandable-contents-text {
    width: 100%;
  }
}
