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

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

html,
body {
  background-color: transparent;
}

.left-sidebar-container {
  background: #fff;
  bottom: 0;
  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 {
  align-items: center;
  color: #757575;
  cursor: pointer;
  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: #1a73e8;
}

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

#cloud-site .left-sidebar .nav-links a.nested-sublink {
  padding-left: 70px;
}

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

.color-green {
  color: #57c38e;
}

.f-24 {
  font-size: 24px;
}

.f-18 {
  font-size: 18px;
}

.f-14 {
  font-size: 14px;
}

.f-medium {
  font-weight: 500;
}

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

.header .hero-title {
  color: #414141;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.header .hero-subtitle {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 22px;
  padding-bottom: 0;
}

#cloud-site header.header .button-large {
  padding-left: 56px;
}

.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;
}

.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;
}

.multi-section .section.no-pad-bottom {
  padding-bottom: 0;
}

.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;
  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;
}

.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 .headline {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 32px;
}

.section .headline.with-border {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 6px;
}

.section .headline .title {
  flex: 1;
  margin-bottom: 0;
}

.headline .link {
  color: #0091ea;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.1em;
}

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

.section .title.large-margin,
.section .desc.large-margin,
.section .headline.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 > * {
  flex: 1;
  margin: 0;
}

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

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

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

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

.section.alternate .alternate-right.no-pad,
.section.alternate .alternate-left.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(/_static/images/cloud/icons/green-checkmark.svg) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.bulleted-image-list.blue li:before {
  background-image: url("/images/products/functions/blue-checkmark.svg");
}

.story-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 46px;
}

.story-block .img-container {
  align-items: center;
  border-right: 1px solid #c6c6c6;
  display: flex;
  justify-content: center;
  min-width: 230px;
}

.story-body {
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
  margin-left: 52px;
  padding: 8px 0;
}

.story-body .links {
  line-height: 1.6;
  padding-top: 8px;
  vertical-align: middle;
}

.story-body .links a {
  display: inline-block;
  margin-right: 15px;
}

.example-block {
  margin-bottom: 60px;
  text-align: center
}

.example-block.no-margin-bottom {
  margin-bottom: 0;
}

.example-block .example-text {
  font-size: 22px;
  line-height: 1.4;
}

.example-block .links {
  font-size: 18px;
  padding-top: 8px;
}

.alternate-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.alternate-block .price-block {
  align-items: center;
  background-color: white;
  display: flex;
  font-size: 20px;
  justify-content: center;
  line-height: 1.4;
  margin-right: 32px;
  min-width: 230px;
  padding: 36px 0;
}

.alternate-block .price-block .price {
  font-size: 46px;
  font-weight: 500;
}

.alternate-block .alternate-body {
  flex: 1;
}

ul.flat-links {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.flat-links li {
  display: inline;
  overflow: hidden;
  white-space: nowrap;
}

ul.flat-links li a {
  text-decoration: none;
  white-space: nowrap;
}

ul.flat-links li:after {
  border-right: 1px solid #c6c6c6;
  content: " ";
  margin: 0 8px 0 7px;
  position: relative;
  top: 2px;
}

ul.flat-links li:last-child:after{
  display:none
}

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

.plain-table.bg-white {
  background-color: #fff;
}

.plain-table.bg-gray {
  background-color: #f6f6f6;
}

#cloud-site .plain-table table {
  background: transparent;
  border-collapse: collapse;
  border-radius: initial;
  border: 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;
  line-height: 1.6;
  padding: 26px 40px 26px 10px;
  text-transform: initial;
}

#cloud-site .plain-table table.header-f-medium thead th {
  font-weight: 500;
}

#cloud-site .plain-table table.header-f-bold thead th {
  font-weight: 600;
}

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


#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 {
  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 {
  flex: 1;
  margin-bottom: 24px;
  margin-right: 24px;
}

a.flex-card {
  transition: transform 0.3s,box-shadow 0.3s;
}

a.flex-card:hover,
a.flex-card:focus {
  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;
  transform: translate3d(0, -2px, 0);
}

.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 .card-content.no-cta {
  border: none;
}

.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 {
  align-items: center;
  display: flex;
  margin-bottom: 32px;
  min-height: 74px;
}

.quickstart-cards .is-video-thumb img {
  max-height: 160px;
}

.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;
  justify-content: center;
  line-height: 0;
  margin: 0;
}

.sticky-image-cards .flex-card {
  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 {
  flex: 1;
}

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

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

.features .flex-card .title-container {
  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,
.key-features .flex-card img {
  max-height: 48px;
}

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

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

.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: flex;
  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;
  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 {
  align-items: center;
  display: flex;
  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 {
  flex: 1;
}

.bleed-left-cards .flex-card {
  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,
.image-wrap-left-cards .flex-card .card-content {
  display: flex;
  flex-wrap: wrap-reverse;
}

.image-wrap-left-cards .flex-card .card-content {
  flex-wrap: wrap;
}

.image-wrap-right-cards .flex-card .img-container,
.image-wrap-left-cards .flex-card .img-container {
  align-items: center;
  display: flex;
  justify-content: center;
}

.image-wrap-right-cards .flex-card .img-container {
  min-width: 128px;
  padding-left: 24px;
}

.image-wrap-left-cards .flex-card .img-container {
  margin-right: 40px;
}

.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%;
}

.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;
  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 {
  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 {
  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 {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 140px;
}

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


@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;
  }
}


@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,
  .section .headline.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 {
    align-items: flex-start;
    display: flex;
    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 > * {
    flex: 1;
  }

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

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

  .story-body {
    margin-left: 44px;
  }

  #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;
  }
}


@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;
  }
}

/** 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%;
  }

  .section .headline {
    display: block;
  }

  .section .headline .title {
    margin-bottom: 2px;
  }

  .section .headline.with-border {
    padding-bottom: 22px;
  }

  .story-block {
    margin-bottom: 60px;
    margin-left: 0;
  }

  .story-block .img-container {
    border: 0;
    border-bottom: 1px solid #c6c6c6;
    flex: 1;
    min-width: 80%;
    padding-bottom: 24px;
  }

  .story-body {
    padding: 14px 0;
  }

  .alternate-block .price-block {
    flex: 1;
    margin-bottom: 32px;
    margin-right: 0;
    min-width: 80%;
  }

  .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,
  .image-wrap-left-cards .flex-card .img-container {
    justify-content: flex-start;
    margin-bottom: 32px;
    min-height: 74px;
    min-width: 100%;
    padding-left: 0;
  }

  .image-wrap-left-cards .flex-card .img-container {
    padding-right: 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;
  }
}

@media (max-width: 480px) {
  ul.flat-links li {
    display: block;
    text-overflow: ellipsis;
  }

  ul.flat-links li:after {
    display: none;
  }

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

