body {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.f6-5 {
  font-size: 15px;
}

.cms,
.near-black  {
  color: #1b1f35;
}

.ice-placeholder ::-webkit-input-placeholder {
  color: #a1faea;
}

.b--ice {
  border-color: #a1faea;
}

.cms {
  word-wrap: break-word;
}

.cms pre {
  background-color: white;
  overflow-x: auto;
  padding: 1rem 2rem;
}

.cms img {
  box-shadow: 0px 50px 120px 0 rgba(20,52,92,0.05);
}

.cms p img,
.cms li img  {
  margin: 2.5rem auto;
}

.cms iframe {
  display: block;
  margin: 2rem auto;
}

.cms blockquote {
  color: #777;
  font-style: italic;
  font-size: 1.25rem;
}

.cms a,
.cms a:visited {
  color: #4d81cc;
  text-decoration: none;
  opacity: 1;
  transition: color 0.15s ease-in;
}

.cms a:hover,
.cms a:active
.cms a:focus {
  color: #98b5de;
  transition: color 0.15s ease-in;
}

.cms strong {
  font-weight: 600;
}

@media (min-width: 60em) {
  .cms p,
  .cms h1,
  .cms h2,
  .cms h3,
  .cms h4,
  .cms h5,
  .cms h6,
  .cms time,
  .cms-offset {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cms ul,
  .cms ol {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .cms ul p,
  .cms ol p {
    padding-left: 0;
    padding-right: 0;
  }
}

.email-logo {
  position: relative;
  width: 100px;
  left: -40px;
}

.bubble-icon {
  height: 5rem;
  width: 5rem;
  padding: 1.25rem;
}

.gray { color: #8f9096; }
.moon-gray { color: #acc0cc; }
.muted-blue { color: #98b5de; }
.secondary-blue { color: #456f9c; }
.bg-secondary-blue { background-color: #456f9c; }
.b--moon-gray { border-color: #e7eef5; }
.b--muted-blue { border-color: #98b5de; }

.icon-arrow-right-c {
  position: relative;
  top: 3px;
}

.bg-dots {
  background: url(../images/bg-dots.png) no-repeat;
}

.bg-sea-green-gradient {
  background: #21cdaa;
  background: linear-gradient(-50deg, #21cdaa 35%, #21cd8a 70%);
}

.sea-green {
  color: #21cdaa;
}

.white-placeholder::-webkit-input-placeholder {
  color: #fff;
}

.medium-box-shadow {
  box-shadow: 0px 15px 60px 0 rgba(20, 52, 92, 0.18);
}

.submitted {
  position: relative;
}

.submitted:after {
  position: absolute;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  display: flex;
  align-items: center;
  justify-content: space-around;

  background-color: #4d81cc;
  color: #fff;
  font-size: 16px;
  text-align: center;

  content: 'Thanks for subscribing!';
}
