html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body {
    color: #333;
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
}
.clearfix {
    content: ".";
    display: block;
    clear: both;
}
#wrapper {
    margin: 0 auto;
    width: 90%;
    word-wrap: break-word;
}
/* updates to original css for print style sheet on Acq App */
.logo,
.terms_error,
.printIt,
.footer,
.modalwrap {
    display: none;
}

#showTerms h1{
    width: 90%;
}

#showTerms h1 span{
    display: inline;
}

h1, h2, h3, h4, h5 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}
#content {
    position: relative;
    line-height: 16px;
    padding: 10px 0 120px;
}
#content p {
    margin-top: 8px;
}
#content p.sub-header {
    margin-top: 18px;
}
a, a:visited {
    color: #009cde;
    font-weight: bold;
    text-decoration: none;
}
ul {
    list-style-type: disc;
}
#content ul#nav_links {
    list-style-type: none;
    font-size: 1.0em;
    line-height: 13px;
}
#content ul#nav_links li {
    margin: 10px 15px 10px 0px;
    float: left;
    border-right: 1px solid #DDD;
    padding-right: 15px;
}
#content ul#nav_links li.last {
    border-right: none;
    padding-right: 0px;
}
div #e-signConsent, div #accountAgreement {
    margin-top: 48px;
}
ul li ul {
    list-style-type: circle;
    margin-left: 10px;
}
ul.lower-alpha {
    list-style-type: lower-alpha;
    margin-left: 10px;
}
ul.lower-roman {
    list-style-type: lower-roman;
    margin-left: 10px;
}
ul.decimal {
    list-style-type: decimal;
    margin-left: 10px;
}
#content ul.line-break li {
    margin-top: 0px;
    margin-bottom: 0px;
}
ul.style-none {
    list-style-type: none;
}
#content ul li {
    margin: 10px;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
.centerPara {
    text-align: center;
    line-height: normal;
    margin-top: 24px !important;
}
.rightPara {
    text-align: right;
}
h1 {
    font-size: 2.46em;
    padding: 15px 0px 10px 40px;
    line-height: 40px;
}
h2 {
    font-size: 1.75em;
    padding-top: 20px;
    line-height: 24px;

}
h3 {
    font-size: 1.538em;
    color: #000;
    background-color: #CCC;
    padding: 8px 16px;
    margin: 13px 0 14px;
}
h4 {
    font-size: 1.385em;
    padding-top: 28px;
}
h5 {
    font-size: 1.385em;
    color: #FFF;
    background-color: #009cde;
    padding: 8px;
    margin: 0;
}
h6 {
    font-size: 1.313em;
    font-weight: 600;
}
.table_outline {
    border: 1px solid #666;
    padding: 4px;
    margin-top: 15px;
}
.table_outline h2 {
    padding: 10px;
}
.center_table {
    border-collapse: collapse;
    width:100%;
}
.center_table td {
    vertical-align: middle;
    padding: 7px 15px;
    border-bottom: 1px solid #666;
}
.center_table td.left {
    background-color: #efefef;
    font-weight: bold;
    width: 42%;
    border-right: 1px solid #666;
}
.center_table td ul {
    font-weight: 300;
}
.center_table td.last {
    border-bottom: none
}
.center_table td.pct30 {
    width: 32%;
    vertical-align: top;
}
.center_table td.pct50 {
    /* [disabled]border-top: 1px solid #666; */
    vertical-align: top;
}
.center_table td.single {
    padding-top:0px; !important;
}
.grey_solid_line {
    border-bottom: 1px solid #ccc;
    margin: 20px 10px;
}
div.actAgmtAnswer {
    background-color: #efefef;
    padding: 10px;
    margin-top: 5px;
}
ul.right {
    margin-left: 20px;
}