html, body #cloud-site {
  font-size: 16px;
}

#cloud-site .become-partner-header .hero-subtitle {
  color: #414141;
  margin-bottom: 0;
}

#cloud-site .become-partner-header.jb-hero .button,
#cloud-site .cloud-partner-header.jb-hero .button,
#cloud-site header.become-partner.header .button-logo {
  box-shadow: none;
  margin-top: 15px;
  padding: 0 25px;
}

/** Overrides */

.left-sidebar .title {
  font-family: "Google Sans",sans-serif;
  font-size: 24px;
}

.left-sidebar .nav-links .material-icons {
  color: inherit;
  font-size: 16px;
  line-height: 14px;
  margin-left: 10px;
}

.left-sidebar .nav-links .material-icons.outer-link {
  transform: rotateZ(-45deg);
}

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

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

@media screen and (max-width: 1024px) {
  .article-content {
    margin-left: 0px;
  }
}

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

table,
table td {
  font-size: 16px;
  line-height: 26px;
}

.section .desc,
.section.alternate .desc {
  color: #414141;
}

.header .hero-title {
  margin-bottom: 20px;
}

.header .hero-subtitle {
  color: #414141;
  font-size: 16px;
}

.section h2.title {
  font-size: 40px;
  line-height: 50px;
}

.section.alternate h3.title,
.section h3.title {
  font-size: 32px;
  line-height: 40px;
}

.flex-card h4.title {
  font-size: 22px;
  color: #202124;
}

.program-tiers .flex-card .title {
  font-size: 30px;
  font-weight: 300;
}


@media screen and (max-width: 600px) {
  .section h2.title {
    font-size: 32px;
    line-height: 40px;
  }

  .section.alternate h3.title,
  .section h3.title {
    font-size: 24px;
    line-height: 30px;
  }

  .flex-card h4.title {
    font-size: 20px;
    line-height: 30px;
  }
}

.flex-card .card-content.no-border {
  border: none;
}

/** Overrides */

.program-tiers .flex-card .title {
  font-size: 30px;
  font-weight: 300;
}

/* ==================== */

/* Partner Track pages */

.track .section .desc.text-center {
  margin: 0  auto;
  max-width: 70%;
  text-align: center;
}

/* quote */

.service-track .jb-quote-blue .jb-quote-resource--action {
  background-color: #fbbc05;
}

.service-track .jb-quote-blue .jb-quote-resource--action:hover,
.service-track .jb-quote-blue .jb-quote-resource--action:focus {
  background-color: #fbbc05;
}

.service-track .jb-quote-blue .jb-quote-text:before,
.service-track .jb-quote-blue .jb-quote-text:after {
  color: #fbbc05;
}

.jb-link .jb-link-arrow-forward .material-icons {
  display: none;
}

/* ======== */

/* Table overrides */
.devsite-table-wrapper {
  overflow: initial;
}

#cloud-site table {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}

#cloud-site table thead th {
  font: 500 18px/30px "Google Sans", sans-serif;
  text-transform: initial;
}

#cloud-site table tbody td {
  color: #202124;
  padding: 18px 24px;
}

#cloud-site table tbody td:not(:first-child) {
  font: 400 14px/18px Roboto, sans-serif;
  text-align: center;
  width: 20%;
}

#cloud-site table tbody td:first-child {
  font: 300 16px/26px Roboto, sans-serif;
  width: 40%;
}

.service-track td {
  background-color: #f6f6f6;
}

@media screen and (max-width: 600px) {
  .devsite-table-wrapper {
    overflow: auto;
  }
}

/* =========== */

/* Tooltip */

.devsite-article-body td .material-icons.md-blue {
  color: #0091ea;
  cursor: pointer;
  font-size: 18px;
  font-weight: lighter;
  line-height: 26px;
}

[tooltip] {
  display: inline-block;
  margin-left: 16px;
  position: relative;
}

[tooltip]::after {
  background: #fff;
  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);
  color: #202124;
  content: attr(tooltip);
  font: 400 14px/24px Roboto, sans-serif;
  left:100%;
  margin-left:16px;
  min-width: 350px;
  opacity:0;
  padding:24px 24px;
  pointer-events: none;
  position: absolute;
  text-align:left;
  top: 5px;
  white-space: normal;
  z-index:99;
}

[tooltip]:hover::after {
  opacity:1
}

/* =========== */

.footnote {
  color: #9AA0A6;
  font-size: 14px;
  letter-spacing: 0.26px;
  line-height: 22px;
}

.img-container.bg-blue {
  background-color: #4285f4;
  margin-left: 102px;
  padding: 48px 64px;
  text-align: left;
}

.img-container.bg-blue a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.section .img-container.bg-blue .desc {
  color: #fff;
  font-family: "Google Sans", sans-serif;
  font-size: 22px;
  line-height: 30px;
  padding-bottom:16px;
}

.section .img-container.bg-blue a:active,
.section .img-container.bg-blue a:visited,
.section .img-container.bg-blue a {
  color: #fff;
}

.border-bottom {
  border-bottom: border: 1px solid rgba(207,216,220,.24);
}

/* Flex Card */

.flex-card {
  border-radius: initial;
}

.flex-card .card-content.no-border {
  border: none;
}

.flex-card .card-content.no-pad-left {
  padding: 32px 24px 28px 0;
}

.flex-card.height-50-percent .card-content {
  flex: none;
  height:50%
}

.flex-card.height-50-percent .card-content .desc {
  color: #414141;
}

.flex-card.height-50-percent .card-content ul {
  padding-left: 22px;
}

.flex-card.border-top-5 {
  border-top: 5px solid;
}

.flex-card.border-top-blue {
  border-top-color: #2b85e7;
}

.flex-card.border-top-yellow {
  border-top-color: #fbbc05;
}

.flex-card.border-top-green {
  border-top-color: #30b75d;
}

.flex-card .upper-title {
  color: #414141;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 0;
  opacity: 1;
  text-transform: initial;
}

.flex-card.arrow-sticker:after {
  align-items: center;
  background: #f6f6f6;
  border-radius: 1000px;
  color: #2b85e7;
  content: 'keyboard_arrow_right';
  display: flex;
  font-family: 'Material Icons';
  font-size: 35px;
  height: 66px;
  justify-content: center;
  position: absolute;
  right: -45px;
  top: 45%;
  width: 66px;
  z-index: 1;
}

.flex-card.border-top-blue.arrow-sticker:after {
  color: #30b75d;
}

@media only screen and (max-width: 850px)  {
  .flex-card.arrow-sticker:after {
    display: none;
  }
}

/* ======= */

/* FAQ section */

.faq {
  margin: 0 -120px;
  padding: 80px 120px;
}

#cloud-site .faq .qa-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}

#cloud-site .faq .qa-item {
  border-bottom: solid 1px #dadce0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 16px 0;
}

#cloud-site .faq .qa-item:last-child {
  border-bottom: none;
}

#cloud-site .faq .question {
  color: #414141;
  font-size: 18px;
  font-weight: medium;
  line-height: 28px;
  padding-right: 32px;
  width: 33%;
}

#cloud-site .faq .answer {
  color: #616161;
  font-size: 16px;
  line-height: 28px;
  padding-left: 32px;
  width: 66%;
}

@media only screen and (max-width: 1024px)  {
  #cloud-site .faq .question,
  #cloud-site .faq .answer {
    padding: 0;
    width: 100%;
  }
}
