.c-rich-text img {
  max-width: 100%;
  height: auto; }

.c-rich-text h2 {
  font-size: 24px;
  font-size: 1rem;
  line-height: 31px;
  line-height: 1.29167rem;
  margin-bottom: 27px;
  margin-bottom: 1.125rem;
  color: #004B6C; }
  @media (min-width: 576px) {
    .c-rich-text h2 {
      font-size: 42px;
      font-size: 1.75rem;
      line-height: 50px;
      line-height: 2.08333rem; } }

.c-rich-text h3 {
  color: #741678; }

.c-rich-text u {
  text-decoration: none; }

.c-rich-text p a,
.c-rich-text u a {
  cursor: pointer;
  display: inline;
  padding-bottom: 2px;
  text-decoration: none;
  transition: background 0.3s ease-out;
  background-image: linear-gradient(to bottom, #0048aa 0%, #0048aa 98%);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: #0048AA; }
  .c-rich-text p a:hover,
  .c-rich-text p a:focus,
  .c-rich-text u a:hover,
  .c-rich-text u a:focus {
    background-image: linear-gradient(to bottom, #741678 0%, #741678 98%);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: left 100%; }
  .c-rich-text p a:visited,
  .c-rich-text u a:visited {
    color: #741678; }

