/* Changes for ADA -  moved h1 to h2, h2 to h3  */
div#mainbody div#leftCol h1 {
    line-height: 1.4;
    color: #013473 !important;
    font-family: "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
    font-size: 2.3em;
    color: #777;
    font-weight: 500;
    margin: auto;
    word-wrap: break-word;
}
/* Changes for ADA -  For Webpart Chrome Headers  */
div#mainbody div#leftCol .ms-webpart-chrome-title h2 {
    font-size: 24px;
    padding: 0px 0px 0px 20px;
}
div#mainbody div#leftCol .ms-webpart-chrome-title h2 a:hover {
    text-decoration: underline;
    text-decoration-color: #ffffff;
}
/* Changes for ADA - h2  */

div#mainbody div#leftCol h2 a {
    color: #013473 !important;
    outline: 0 !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    font-family: "Segoe UI Semilight", "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
    word-wrap: break-word !important;
}
/* Changes for ADA - h2  */
div#mainbody div#leftCol h2 {
    color: #013473 !important;
    outline: 0 !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    font-family: "Segoe UI Semilight", "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
    word-wrap: break-word !important;
}

/* Changes for ADA - h3  */

div#mainbody div#leftCol h3 a {
    color: #013473 !important;
    outline: 0 !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    font-family: "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
    word-wrap: break-word !important;
}
/* Changes for ADA - h3  */
div#mainbody div#leftCol h3 {
    color: #013473 !important;
    outline: 0 !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    font-family: "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
    word-wrap: break-word !important;
}

/* Changes for ADA -  moved h1 to h2, h2 to h3  */
/* Below is the CSS for webpart headers in the main area  */
.ms-webpart-titleText.ms-webpart-titleText SPAN {
    font-size: 19px !important;
    font-family: "Segoe UI Semilight", "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif !important;
    color: #ffffff !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-weight: 500 !important;
    padding: 0px !important;
}
div#mainbody div#leftCol p {
    color: #000000;
}

/* updates the header descriptive text block  */
#headerdescription {
    color: #013473 !important;
    outline: 0 !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    font-family: "Segoe UI Semilight", "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
    word-wrap: break-word !important;
}
/* updates the header assistance text "For reference assistance..."  */
#headerassist {
    color: #013473 !important;
    outline: 0 !important;
    line-height: 1.4 !important;
    font-weight: 500;
    font-size: 16px !important;
    font-family: "Segoe UI Semilight", "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
    word-wrap: break-word !important;
}
#headerassist a {
    color: #013473 !important;
    outline: 0 !important;
    line-height: 1.4 !important;
    font-weight: 500;
    font-size: 16px !important;
    font-family: "Segoe UI Semilight", "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
    word-wrap: break-word !important;
}