﻿/***********************************
    CDC template overrides
***********************************/


/*Used to hide from everything except screenreaders, useful when satisfying 508 requirements*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/*local.js switches order of html elments to satisfy 508, this corrects the resultng style bug*/
.cdc-search-top-margin {
    margin-top: -36px;
}
