.index-page h1 {
  border: none;
}
.index-page .container-bg-pre-graphs .row-hero {
  padding-top: 220px;
  padding-bottom: 0;
  max-width: 1400px;
}
@media (max-width: 1600px) {
  .index-page .container-bg-pre-graphs .row-hero {
    max-width: 1150px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1024px) {
  .index-page .container-bg-pre-graphs .row-hero {
    padding-top: 160px;
  }
}
.index-page .container-bg-pre-graphs .row-hero.flex-grid {
  justify-content: space-around;
}
.index-page .container-bg-pre-graphs .row-hero.flex-grid .col-cta {
  flex: 0 1 70%;
  position: relative;
  z-index: 100;
  align-content: space-around;
}
.index-page .container-bg-pre-graphs .row-hero.flex-grid .col-cta .row-btn {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .index-page .container-bg-pre-graphs .row-hero.flex-grid .col-cta {
    flex: 1 1 70%;
    max-width: 100%;
  }
  .index-page .container-bg-pre-graphs .row-hero.flex-grid .col-cta .row-btn {
    padding-left: 0;
    padding-right: 0;
  }
  .index-page .container-bg-pre-graphs .row-hero.flex-grid .col-cta .row-btn .btn {
    box-sizing: border-box;
  }
}
.index-page .container-bg-pre-graphs .row-hero.flex-grid .col-cta h1 {
  padding-bottom: 15px;
  margin-top: 0;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
  transition: all 100ms linear;
}
@media (max-width: 768px) {
  .index-page .container-bg-pre-graphs .row-hero.flex-grid .col-cta h1 {
    font-size: 2em;
  }
}
.index-page .container-bg-pre-graphs .row-hero.flex-grid .col-cta .row-btn .btn {
  display: inline-block;
  margin: 0 7px 20px;
  min-width: 187px;
}
@media (max-width: 768px) {
  .index-page .container-bg-pre-graphs .row-hero.flex-grid .col-cta .row-btn .btn {
    display: block;
    margin: 0 0 20px;
    min-width: auto;
  }
}
.index-page .container-bg-pre-graphs .container-fg-graphs {
  width: 90%;
  height: 44.2vh;
  min-height: 407px;
  background-image: url(/static/svg/homepage-hero-image-green-line.svg);
  background-size: cover;
  background-position: top right;
  position: absolute;
  top: 640px;
  left: 0;
  z-index: 90;
  background-repeat: no-repeat;
}
.index-page .container-bg-pre-graphs .container-fg-graphs:after {
  content: "An exceptional day!";
  width: 190px;
  color: #fff;
  font-weight: bold;
  background: url(/static/svg/graphics/graphic-an-exceptional-day.svg);
  background-size: cover;
  height: 70px;
  position: absolute;
  padding: 10px 15px;
  box-sizing: border-box;
  right: 0.8vw;
  top: -80px;
}
@media (min-width: 2500px) {
  .index-page .container-bg-pre-graphs .container-fg-graphs {
    background-image: url(/static/svg/homepage-hero-image-green-line-lg.svg);
    width: 95%;
    top: 475px;
    min-height: 650px;
  }
  .index-page .container-bg-pre-graphs .container-fg-graphs:after {
    right: 1vw;
  }
}
@media (min-width: 1350px) and (max-width: 2499px) {
  .index-page .container-bg-pre-graphs .container-fg-graphs {
    width: 96%;
    top: 225px;
    min-height: 690px;
  }
}
@media (max-width: 1350px) {
  .index-page .container-bg-pre-graphs .container-fg-graphs {
    width: 98%;
    top: 275px;
    height: 30vh;
  }
  .index-page .container-bg-pre-graphs .container-fg-graphs:after {
    right: -10px;
    top: -70px;
    transform: scale(0.8);
  }
}
@media (max-width: 1100px) {
  .index-page .container-bg-pre-graphs .container-fg-graphs {
    width: 97%;
    top: 402px;
  }
}
@media (max-width: 1025px) {
  .index-page .container-bg-pre-graphs .container-fg-graphs {
    top: 406px;
  }
}
@media (max-width: 922px) {
  .index-page .container-bg-pre-graphs .container-fg-graphs {
    top: 469px;
  }
}
@media (max-width: 768px) {
  .index-page .container-bg-pre-graphs .container-fg-graphs {
    display: none;
  }
}
.index-page .container-bg-pre-graphs .container-bg-graphs {
  position: relative;
  overflow: hidden;
  transition: all 100ms linear;
}
.index-page .container-bg-pre-graphs .container-bg-graphs .start2 {
  fill: rgba(12, 20, 32, 0.4);
}
.index-page .container-bg-pre-graphs .container-bg-graphs svg {
  min-width: 2000px;
}
@media (max-width: 1350px) {
  .index-page .container-bg-pre-graphs .container-bg-graphs {
    margin-top: -100px;
  }
}
@media (max-width: 1024px) {
  .index-page .container-bg-pre-graphs .container-bg-graphs {
    margin-top: -230px;
  }
}
@media (max-width: 992px) {
  .index-page .container-bg-pre-graphs .container-bg-graphs {
    transition: all 100ms linear;
  }
}
@media (max-width: 800px) {
  .index-page .container-bg-pre-graphs .container-bg-graphs svg {
    min-width: 1800px;
  }
}
@media (max-width: 700px) {
  .index-page .container-bg-pre-graphs .container-bg-graphs {
    margin-top: -270px;
  }
  .index-page .container-bg-pre-graphs .container-bg-graphs svg {
    min-width: 1300px;
  }
}
.index-page .container-products h2 {
  margin-bottom: 40px;
}
.index-page .row-content h1 {
  margin-top: 35px;
}
.index-page .row-content a {
  text-decoration: none;
}
.index-page .row-content a img {
  max-width: 130px;
  width: 100%;
  border-radius: 100%;
  display: block;
}
@media (max-width: 500px) {
  .index-page .row-content a img {
    display: none;
  }
}
.index-page .row-content a h4 {
  padding-bottom: 2px;
  border-bottom: 3px solid transparent;
  margin-bottom: 10px;
  display: inline-block;
}
.index-page .row-cards h1 {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .index-page .row-cards h4 {
    font-size: 1em;
  }
}
.index-page .row-cards .double-card .content {
  padding: 64px 35px 0;
}
@media (max-width: 1000px) {
  .index-page .row-cards .double-card .content {
    width: 100%;
  }
}
.index-page .row-cards .double-card .background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-color: #fcfcfc;
  background-position-x: 0;
}
@media (max-width: 1000px) {
  .index-page .row-cards .double-card .background {
    display: none;
  }
}
.index-page .row-cards .double-card.editorial-teams .background {
  background-image: url(/static/img/images/editorial-teams.png);
}
.index-page .row-cards .double-card.marketing-teams .background {
  background-image: url(/static/img/images/content-marketing-teams.png);
}
.index-page .row-cards .double-card.analytics-teams .background {
  background-image: url(/static/img/images/analytics-teams.png);
}
.index-page .row-cards .double-card.product-teams .background {
  background-image: url(/static/img/images/product-teams.png);
}
@media (max-width: 991px) {
  .index-page .row-cards .flex-grid-third {
    justify-content: space-between;
  }
  .index-page .row-cards .flex-grid-third .col {
    flex: 0 1 49%;
    margin-bottom: 15px;
  }
  .index-page .row-cards .flex-grid-third .col:last-of-type {
    display: none;
  }
}
.index-page .row-cards .row-btn {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .index-page .row-cards .row-btn .btn span {
    display: none;
  }
}
.index-page p.center {
  max-width: 800px;
}
.index-page .container-customers .row-btn {
  margin-top: 50px;
}
@media (max-width: 1036px) {
  .index-page .container-customers .col .logo-the-wall-street-journal {
    max-width: 150px;
  }
}
.index-page .container-explore .flex-grid {
  justify-content: space-around;
}
.index-page .container-explore .flex-grid .col {
  flex: 0 1 60%;
}
.index-page .container-explore .flex-grid .col p {
  text-align: center;
}
.index-page .container-explore .flex-grid .col .col-mkto {
  margin: 0 auto;
}
.index-page .currents-callout {
  background: url("/static/img/images/background-index-currents-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  background-position-y: 15em;
}
.index-page .currents-callout h1 {
  margin-bottom: 0;
  position: relative;
}
.index-page .currents-callout h1 span {
  font-size: 12px;
  color: #a1a6b1;
  position: absolute;
  top: -15px;
}
.index-page .currents-callout .currents-video {
  background: url('/static/img/images/background-currents-signup-video-bg.gif') no-repeat;
  background-position-y: 0;
  background-position: center;
  background-size: 75%;
  padding: 0px;
  text-align: center;
}
.index-page .currents-callout .currents-video img {
  max-width: 75%;
  margin-top: 2.5%;
}
@media (max-width: 770px) {
  .index-page .currents-callout .currents-video {
    background-image: none;
  }
  .index-page .currents-callout .currents-video img {
    max-width: 100%;
  }
}
