.csjourneys-banner {
  background: linear-gradient(
    0deg,
    rgb(127, 195, 202) 0%,
    rgba(0, 173, 188, 1) 70%
  );
  margin-top: -18px;
}

.csjourneys-banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0 10px;
}

.csjourneys-banner-footprint-left {
  height: 250px;
  position: absolute;
  right: 750px;
  bottom: 0;
}

.csjourneys-banner-footprint-right {
  height: 250px;
  position: absolute;
  left: 750px;
  top: 0;
}

.csjourneys-logo {
  width: 300px;
  max-width: 100%;
  margin-top: 35px;
  z-index: 1;
}

h1.csjourneys-banner-header {
  font-family: "Gotham 4r", sans-serif;
  color: #fff;
  font-size: 18px;
  z-index: 1;
  margin: 35px 0;
  text-align: center;
}

@media only screen and (min-width: 971px) {
  .csjourneys-banner-container {
    padding: 0;
  }

  .csjourneys-logo {
    width: 500px;
  }

  h1.csjourneys-banner-header {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1900px) {
  .csjourneys-banner {
    position: relative;
  }

  .csjourneys-banner-container {
    position: static;
  }

  .csjourneys-banner-footprint-left {
    left: 0;
    right: auto;
    bottom: 0;
  }

  .csjourneys-banner-footprint-right {
    right: 0;
    left: auto;
    bottom: 0;
  }
}

.csjourneys-skinny-banner {
  background-color: #00adbc;
  overflow: hidden;
}

.csjourneys-skinny-banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0 10px;
}

.csjourneys-skinny-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  z-index: 1;
}

.csjourneys-skinny-banner-footprint-right {
  height: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.csjourneys-skinny-banner-logo {
  height: 50px;
  object-fit: contain;
}

h2.csjourneys-skinny-banner-header {
  font-size: 16px;
  color: white;
  margin: 20px 0;
  font-family: "Gotham 4r", sans-serif;
  text-align: center;
}

a.csjourneys-skinny-banner-cta {
  font-family: "Gotham 4r", sans-serif;
  background-color: #00adbc;
  border: 2px solid white;
  color: white;
  padding: 5px 10px;
  white-space: nowrap;
  border-radius: 4px;
}

@media only screen and (min-width: 760px) {
  .csjourneys-skinny-banner-content {
    flex-direction: row;
    padding: 20px;
  }

  h2.csjourneys-skinny-banner-header {
    margin: 0 20px;
  }
}
