.splash h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.25rem;
}

.splash h2 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.75rem;
  padding: 0 0 1.25rem;
}

.splash p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 0 0.625rem;
}

main {
  margin: 0 auto;
  padding: 0.9375rem;
  color: #262626;
  font-style: normal;
  min-height: 100%;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

.splash .hero .sandi-robot {
  max-width: 80%;
  height: auto;
}

.cta {
  min-width: 8.75rem;
  text-align: center;
  min-height: 2.4375rem;
  font-weight: 400;
  text-decoration: none;
  font-size: 1.0625rem;
  letter-spacing: 0.03125rem;
  display: block;
  background-color: #f27b36;
  border: none;
  color: #ffffff;
  fill: #ffffff;
  padding: 0.46875rem 0.625rem;
}

.cta:hover {
  background-color: #f48b4e;
  color: #ffffff;
}

.cta:active {
  background-color: #f59a66;
  color: #fde9de;
}

@media (min-width: 768px) {
  .cta {
    min-height: 3.375rem;
    padding: 0.9375rem 1.25rem;
  }
}

.splash {
  margin: 0 auto;
  max-width: 1025px;
}

.splash h1, .splash h2, .splash h3, .splash p, .splash ol, .splash ul {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 768px) {
  .splash h1 {
    font-size: 2.5rem;
    line-height: 2.6875rem;
  }
  
  .splash h2 {
    font-size: 1.5625rem;
    margin-top: 30px;
  }

}

.splash .logos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.splash .logos #ca-logo {
  padding-bottom: 10px;
  width: 200px;
}

.splash .logos #sandi-logo {
  width: 250px;
}

.splash .hero {
  display: flex;
  flex-direction: column;
  padding-top: 1em;
}

.splash .hero .speech-bubble {
  position: relative;
  background-color: #f7f7f7;
  border-radius: 25px;
  padding: 0.6em;
  margin-bottom: 2em;
}

.splash .hero .speech-bubble:after {
  border-bottom: 0;
  border-top-color: #f7f7f7;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  position: absolute;
  margin-bottom: -80px;
  content: '';
  margin-left: -40px;
  bottom: 0;
  left: 50%;
}

@media (min-width: 1025px) {

  .splash .hero {
    flex-direction: row;
    padding: 2em;
  }
  
  .splash .hero .speech-bubble {
    margin-right: 3em;
    padding: 2em;
  }
  
  .splash .hero .speech-bubble:after {
    right: 0;
    left: initial;
    top: 33%;
    border-left-color: #f7f7f7;
    border-right: 0;
    margin-top: -30px;
    margin-right: -30px;
  }

  .splash h2 {
    margin-top: 90px;
  }

}

@media (max-width: 500px) {

  .splash h1 {
    font-size: 2rem;
  }
}

.splash section {
  margin-top: 2em;
}

.splash section h2 {
  font-style: italic;
}

.splash section ul, .splash section ol {
  text-align: left;
  max-width: 60%;
}

.splash section ol {
  list-style-type: decimal;
  padding: 0;
}

.splash section ul {
  list-style-type: disc;
}

.splash section li {
  padding: 0.3125rem;
}
