/* Links */
a {
  transition: .3s ease-in-out !important;
}

a:hover {
  color: #1b477b !important;
  border-color: #1b477b !important;
}

/* Buttons */
button:not([role="switch"]) {
  transition: .3s ease-in-out !important;
}

button:not([role="switch"]):hover {
  background-color: #1b477b !important;
}

/* Preference Center "Save preferences" Button */
button#cmp-submit:hover {
  background-color: transparent !important;
  color: #1b477b !important;
  border-color: #1b477b !important;

}