/* Thought Leadership Application – styles */
.tla-form {
  max-width: 760px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
.tla-form h2 { margin-top: 0; }
.tla-form h3 { margin-top: 24px; }

.tla-form textarea,
.tla-form input[type="text"],
.tla-form input[type="email"],
.tla-form select {
  width: 100%;
  padding: 10px;
  margin: 8px 0 16px;
  box-sizing: border-box;
}

.tla-form button {
  background: #0073aa;
  color: #fff;
  padding: 10px 20px;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
}
.tla-form button:hover { background: #005177; }

.tla-thanks {
  max-width: 760px;
  margin: 0 auto;
  background: #f6ffed;
  border: 1px solid #b7eb8f;
  color: #254000;
  padding: 16px;
  border-radius: 6px;
}
