﻿/**
*
* ACCESSIBILITY STATEMENT PAGE
*
**/

.accessibility-statement {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.accessibility-statement h1 {
    text-transform: lowercase;
    font-size: 1.75rem;
    font-weight: bold;
}

.accessibility-statement a {
    text-decoration: underline;
    color: #467187;
}