a {
  color: #324DC4;
  transition: color 0.5s ease-out;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

:visited {
  color: #324DC4;
}

a:hover,
a:focus {
  color: #324DC4;
}

a:active {
  color: #324DC4;
}
a:active:not(.button) {
  background-color: transparent;
}

p a {
  color: #324DC4;
}
p a:hover, p a:focus {
  color: #37B575;
}

a:active,
a:hover {
  outline-width: 0;
}

@media print {
  :link,
  :visited {
    text-decoration: none;
  }
  a[href]::after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
  }
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
}
a.outline-button {
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  margin-right: 12px;
  margin-right: 0.75rem;
  display: inline-block;
  border: 2px solid #324DC4;
  border-radius: 40px;
  background-color: #FFFFFF;
  color: #1A1A1A;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
a.outline-button:hover {
  background-color: #324DC4;
  color: #FFFFFF;
}
