/* CSS Overrides for GSP */

/* Turns off line and space beneath title */
body.docs h2::after {
  content: none;
}

body.docs h3 {
  margin: 1em 0 0.3em 0;
}

/* Adjusts to smaller bottom margin after breadcrumb */
body.docs .hero .maia-breadcrumb {
  margin-bottom: 2px;
}
/* Padding for smaller screens */

.docs .content .maia-aux {
  padding: 0 2em 2em;
}

/* WHITE-IFY
   Turns off background image and resets to blue
   Sets breadcrumb to white
   Adds arrow and spacing to breadcrumb in white
   Changes title and prod description to white
    */
.docs .content .hero {
  background-image: url("/web/20150316013800im_/https://developers.google.com/search/none");
  background: #4285f4;
}
.docs .content .hero .maia-breadcrumb ol li a {
  color: #fff;
  line-height: 1.7;
}
.docs .content .hero .maia-breadcrumb ol li+li:before {
  content: none !important;
}

body.docs .hero .maia-breadcrumb li:not(:last-child)::after {
  background-image: url(/web/20150316013800im_/https://developers.google.com/search/images/breadcrumbs-right-white.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 6px;
  position: relative;
  top: 3px;
  width: 14px;
}

.docs .content .hero .maia-aux .hero-wrap .left-col h2.prod-title {
  color: #fff;
  margin: 35px 0 0;
}

.docs .content .hero .maia-aux .hero-wrap .left-col span.prod-desc {
  color: #fff;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
}

/* END WHITE - IFY */

/* Video adjustements  */

iframe.video_embed {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.hero-wrap .maia-col-5 {
  width: 400px;
}

/* Headings for our page */

body.docs .maia-aux h2 {
  margin: 0px 0 20px;
}

body.docs .maia-aux h2.prod-title {
  color: #555;
  font-size: 30px;
  clear: left;
  margin-bottom: 0;
}

body.docs .maia-aux h2.prod-title img {
  width: 140px;
  vertical-align: middle;
}

body.docs .maia-aux h2.center {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  line-height: 30px;
  margin: 30px 0 25px;
  color: #555;
}

/* Styles for How Do I Integrate? */

ul.steps {
    padding-left: 0;
    margin-bottom: 4em;
}

ul.steps > li {
    list-style: none;
    display: block;
    width: 100%;
    margin-top: 25px;
    margin-right: 40px;
    background-image: url('/web/20150316013800im_/https://developers.google.com/search/images/blueCheck36.png');
    background-repeat: no-repeat;
    background-size: 26px;
    padding-left: 36px;
}

ul.steps ul {
    list-style-type: none;
    padding: 0;
}

ul.steps ul li {
    margin: 0.5em 0;
}

.platform-wrapper-outer {
    margin-top: -10px;
}
      
.platform-wrapper-inner {
    display: inline-block;
    margin-top: 40px;
}


/* Styles for Platform Integration */

.tagline {
    color: #555;
    font-style: italic;
    margin-bottom: 1em;
}

body.docs .maia-aux ul.integrate {
    list-style: none;
    display: block;
    width: 100%;
    margin-top: 25px;
    margin-left: 0px;
    padding-left: 0px !important;
}

body.docs .maia-aux ul.integrate > li > img {
  padding-right: 15px;
  padding-bottom: 10px;
  width: 28px;
}

body.docs .maia-aux ul.integrate h3 {
    margin: 0px 0 3px 0;
}

body.docs .maia-aux ul.integrate h4 {
    margin: 2px 0 3px 0;
    font-weight: 500;
}

body.docs .maia-aux ul.integrate p.steps {
    padding-left: 55px;
    margin-bottom: 10px;
}


body.docs .maia-aux ul.integrate > li > div > ul {
  padding-bottom: 20px;
  padding-left: 55px;
  list-style-type: none;
}

body.docs a.small-title {
    font-variant: small-caps !important;
    font-size: larger;
    font-weight: 500;
}


/* Styles for 3-column platform icons */
div.three-icons {
  margin: 2.5em 0 0;
}

div.three-icons a {
    background-size: 40px;
    background-repeat: no-repeat;
    font-weight: 400;
    margin-left: 10px;
    padding: 0.5em 0 0.3em 45px;
}

div.three-icons > h4 {
  line-height: .3;
  margin-left: 0px;
  font-size:1.5em;
  font-weight:400;
}

div.three-icons > div > a {
  font-size: 1.1em;
  display: block;
}

div.three-icons > div > a > img {
  width: 50px;
  clear:all;
}

/* END 3 icons */

/* Regular 3-column layout */
div.three-column {
  padding-left: 0;
  padding-right: 0;
  overflow: auto;
  clear:left;
}

div.three-column > p.three-column-intro {
  padding: 0 70px 0 70px;
}

div.three-column > div {
  box-sizing: border-box;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
  width: 33.33%;
}

div.three-column > div:first-of-type {
  padding-left: 0px;
  padding-right: 40px;
}

div.three-column > div:last-of-type {
  padding-right: 0px;
  padding-left: 40px;
}

div.three-column > div > img.icon {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
}

div.three-column > div > img {
  width: 300px;
  display: block;
  margin: auto;
}
/* END regular 3-column layout */

/* 2-column layout */
div.two-column {
  padding-left: 0;
  padding-right: 0;
  overflow: auto;
  clear:left;
}

div.two-column > div {
  box-sizing: border-box;
  float: left;
  padding-right: 50px;
  padding-bottom: 15px;
  width: 50%;
}

div.two-column > div > img {
  width: 50%;
}
/* END 2-column layout */

/* spacer for platform header */
.platform {
   padding-bottom: 30px;
}
/* END spacer for platform header */

/* Css customizations for case selectors */
#use_cases .selector:before,
#use_cases .selector:after {
   color: #555;
   font-size: 36px;
}

#use_cases .selector:before {
    content: "Your ";
}

#use_cases .selector:after {
    content: " on the Google Search Platform";
}

#use_cases section {
    margin: 1.5em 0;
}

.ui-datasection-main {
	border: 0;
	padding: 0;
}

.kd-menubutton {
	font-size: 0.8em;
	font-weight: 300;
	padding: 0.2em 0.4em;
}

.ui-datasection-main .selector {
	text-align: center;
	font-size: 2.3em;
	font-weight: 300;
	margin-bottom: 0.2em;
}

.kd-menulist {
	outline: 1px solid rgba(0,0,0,0.1);
}

.kd-menulistitem {
	padding: 0.2em 3.6em 0.2em 0.6em;
	font-size: 1.2em;
}

.kd-menulistitem:hover {
	background-color: #5F96F2;
	color: white;
}


.docs .content .more {
	background: #ebebeb;
	padding: 40px 0 50px;
}

.docs .content .more .maia-aux .more-wrap .more-sec {
	background: none;
	height: 140px;
}

.more-sec-wrap {
	padding: 0;
}
.more-sec-wrap ul {
    list-style-type: none;
    padding-left: 0;   
}

body.docs a.android_tutorial,
body.docs a.android_tutorial:hover {
    display: inline-block;
    color: white;
    font-size: 1.2em;
    padding: 0.2em 0.8em 0.2em 1.6em;
    border-radius: 2px;
    background-image: url('/web/20150316013800im_/https://developers.google.com/search/images/play.svg');
    background-repeat: no-repeat;
    background-size: 0.55em;
    background-position: 0.8em 0.7em;
}

body.docs a.android_tutorial {
    background-color: #83B74B;
}

body.docs a.android_tutorial:hover {
    background-color: #68AB23;
}

/* End CSS Overrides for GSP */

/*
     FILE ARCHIVED ON 01:38:00 Mar 16, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:04:26 Feb 20, 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.784
  exclusion.robots: 0.062
  exclusion.robots.policy: 0.05
  esindex: 0.009
  cdx.remote: 11.458
  LoadShardBlock: 171.807 (3)
  PetaboxLoader3.datanode: 205.69 (4)
  load_resource: 198.258
  PetaboxLoader3.resolve: 120.609
*/