/* Canada National Jobs — public page branding */

.button.is-primary,
button[type="submit"],
input[type="submit"] {
  background-color: #E5202E !important;
  border-color: #E5202E !important;
}
.button.is-primary:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  background-color: #C4121F !important;
  border-color: #C4121F !important;
}

a { color: #E5202E; }

h1, h2, h3 { color: #15152E; }

input:focus, textarea:focus {
  border-color: #E5202E !important;
  box-shadow: 0 0 0 2px rgba(229, 32, 46, 0.15) !important;
}