.a11y-statement h1, .a11y-statement h2, .a11y-statement h3 {
  text-align: center;
  margin: 25px auto; }

.a11y-statement h1 {
  font-size: 2.4em; }

.a11y-statement h2 {
  font-size: 1.8em; }

.a11y-statement h3 {
  font-size: 1.3em; }

.a11y-statement p, .a11y-statement a, .a11y-statement ul, .a11y-statement li {
  font-size: 14px; }

.a11y-statement a {
  color: #004e7e;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: underline; }

.a11y-statement a:focus, .a11y-statement a:hover, .a11y-statement a:active {
  color: #0074bc; }

.a11y-statement strong {
  font-weight: 600; }

.a11y-statement--centered {
  text-align: center; }

.a11y-statement__body {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px; }

.a11y-statement__text {
  padding-bottom: 20px; }

.a11y-statement__tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 25px; }

.a11y-statement__icon {
  padding-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .a11y-statement__icon--lg {
    max-height: 80px; }
  .a11y-statement__icon--md {
    max-height: 50px; }
  .a11y-statement__icon--sm {
    max-height: 40px; }

.a11y-statement__list ul {
  margin: 0; }

.a11y-statement__list li {
  list-style: none !important; }

.a11y-statement .util-margin-bottom--large {
  margin-bottom: 30px; }
