/* Durward brand pass for public pages (unsubscribe, preferences) */
body {
  background: #f4f6fa;
  font-family: 'Nunito', 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  color: #191e49;
}
h1, h2, h3, h4 {
  color: #191e49;
  font-weight: 500;
}
a {
  color: #146a9c;
  text-decoration-color: #a9d0e6;
}
a:hover {
  color: #0e4e74;
}
.wrap {
  background: #fefdff;
  border: 1px solid #e4e7f0;
  box-shadow: none;
  border-radius: 10px;
}
.header {
  border-bottom-color: #e4e7f0;
}
.button {
  background: #146a9c;
  border-radius: 9999px;
}
.button:hover {
  background: #0e4e74;
}
.button.button-outline {
  border-color: #146a9c;
  color: #146a9c;
}
.button.button-outline:hover {
  border-color: #0e4e74;
  background-color: #0e4e74;
}
input[type="text"], input[type="email"], input[type="password"], select {
  border-color: #dbeaf9;
  box-shadow: none;
}
input:focus {
  border-color: #146a9c;
}
footer.container {
  display: none;
}