
div.hero__updated {
	visibility: hidden;
}

.coaArchivedCMSContent:before {
    content: "PLEASE NOTE: This page has been archived and will no longer be updated.";
    display: block;
    margin: 0 auto 20px auto;
    padding: 10px 12% 10px 13%;
    background-color: #717171;
    color: #fff;
    text-align: center;
    font-size: .9em;
    font-weight: 500;
/*
    background-image: url(https://www3.alexandriava.gov/scripts/blue/images/2015-images/archive.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 18% 7px;
*/
}

