/*
    This is an abortion.

*/

html {
    background-color: #1f1f1f;
}

body {
    margin: 0px auto;
    background-color: #353535;
    font-family: Arial;
    /*font-size: 9pt;*/
}

.pshtml {
    background-color: #fafafa;
    height: 100%;
}

.psbody {
    margin: 0px auto;
    background-color: #fafafa;
    font-family: Arial;
    font-size: 9pt;
    min-height: 100% /*changed to min-height in October 2020 by akittredge*/
}



#headercontainer {
    width: 100%;
    height: 128px;
}

#headerontainer-thin {
    width: 100%;
    height: 60px;
}

#header {
    float: left;
    padding: 25px 0 0 40px;
}

#header-thin {
    padding: 10px 0 5px 95px;
}



#logo-mark {
    position: absolute;
    top: 8px;
    padding-left: 30px;
    z-index: 1000;
}

#thin-title {
    margin-left: 100px;
}

    #thin-title h6 {
        margin-top: 5px;
        margin-bottom: 0px;
    }

    #thin-title .knowledgeBaseLink {
        margin-top: 10px;
    }

    #thin-title .row {
        margin-right: 0px; /* Prevents horizontal scroll bar from appearing on page.*/
    }

#main {
    padding: 23px 0 30px 30px;
    font-size: 11pt;
    line-height: 15pt;
    background-color: #dedede;
}

    #main a {
        color: #b89b2d;
        text-decoration: none;
    }

        #main a:hover {
            text-decoration: underline;
        }

.nslnk a {
    color: #b89b2d;
    text-decoration: none;
}

    .nslnk a:hover {
        text-decoration: underline;
    }

#mainPS {
    padding-bottom: 34px;
    background-color: #fafafa;
    color: #000000;
}

    #mainPS a {
        color: #b89b2d;
        text-decoration: none;
    }

        #mainPS a.plussign {
            color: #999999;
        }


        #mainPS a:hover {
            text-decoration: underline;
        }

.bodycontent {
    width: 55%;
    max-width: 600px;
}

.pushdown {
    padding-top: 25px !important;
}

.pic-captioned {
    float: left;
    padding: 3px 20px 30px 0;
    font-size: 8pt;
    color: #b89b2d;
}

.pic-nocaption {
    float: left;
    padding: 3px 20px 10px 0;
}

.team_name {
    font-size: 18pt;
    line-height: 16pt;
    color: #a88015;
}

.team_title {
    font-size: 10pt;
    text-transform: uppercase;
    color: #909090;
}

#sidemargin {
    float: right;
    width: 40%;
}

.pullquote {
    padding: 30px 0 0 15px;
    width: 270px;
    font-family: 'Lato', sans-serif;
    font-size: 18pt !important;
    line-height: 22pt !important;
    color: #848484;
    background: url("/Content/nsimages/quote-openquote.gif");
    background-repeat: no-repeat;
}

.quotebyline {
    clear: both;
    padding: 0 0 50px 130px;
    margin: 0 100px 0 15px;
    font-size: 8pt !important;
    line-height: 10pt !important;
    font-weight: bold;
    text-transform: uppercase;
    text-indent: -9px;
    color: #848484;
    border-bottom: 1px solid #b6b6b6;
}

.pullquote2 {
    margin-top: 8px;
    padding: 20px 0 0 15px;
    width: 920px;
    font-family: 'Lato', sans-serif;
    font-size: 16pt !important;
    line-height: 20pt !important;
    color: #555555;
    background-repeat: no-repeat;
    border-top: 1px solid #b6b6b6;
}


.pullquote3 {
    margin-top: 8px;
    padding: 20px 0 0 15px;
    width: 920px;
    font-family: 'Lato', sans-serif;
    font-size: 14pt !important;
    line-height: 18pt !important;
    color: #555555;
    background-repeat: no-repeat;
    border-top: 1px solid #b6b6b6;
}


.quotebyline2 {
    clear: both;
    padding: 10px 0 0 360px;
    margin: 0 40px 0 15px;
    font-size: 10pt !important;
    line-height: 13pt !important;
    font-weight: bold;
    text-transform: uppercase;
    text-indent: -9px;
    color: #848484;
}


.quotebyline3 {
    clear: both;
    padding: 10px 0 0 360px;
    margin: 0 40px 0 15px;
    font-size: 8pt !important;
    line-height: 11pt !important;
    font-weight: bold;
    text-transform: uppercase;
    text-indent: -9px;
    color: #848484;
}


#footer {
    clear: both;
    font-family: "Helvetica";
    font-size: 7pt;
    color: #676767;
    background-color: #1f1f1f;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 4px 0 4px 0;
}

    #footer a {
        text-decoration: none;
        color: #676767;
    }

        #footer a:hover {
            text-decoration: underline;
        }


#mostrecent td {
    vertical-align: top;
}

#mostrecent a {
    text-decoration: underline;
}

    #mostrecent a:hover {
        text-decoration: none;
    }

.xbrlq {
    font-weight: bold;
    font-size: 18px;
}

.xbrlqdets {
    font-size: 10px;
    color: #979797;
}

#QAtopics a {
    color: #000000;
}

    #QAtopics a:hover {
        text-decoration: underline;
    }

.gold {
    color: #977619;
}
/*
* {
    webkit-box-sizing: content-box;
    box-sizing : content-box;
}*/

.form-divider {
    border-right: 1px solid grey;
    margin-right: 5px;
    margin-left: 5px;
}

.sectionSeparator {
    margin-top: 10px;
    margin-bottom: 10px;
}

.excel-logo {
    height: 20px;
}

