.grid-container {
	/* height: 90% ; */
	display: grid;
	grid-template-columns: 300px auto;
	/* overflow: hidden; */
}

.nav {
	/*display: block;
    float: left;
    top: 7rem;
	font-size: 1.7rem;
    position: sticky;
    overflow-y: auto;
    overflow-x: hidden !important; 
    width: 100% !important;
	margin-right: 0;
	margin-left: 0;*/
}

.nav a, .nav a:visited	{
	border-bottom: 1px solid #5b616b;
    color: #212121;
    display: block;    
	font-weight: 400;
    line-height: 1.3;
    padding: 0.85rem 1rem 0.85rem 1.8rem;
    text-decoration: none;
	margin-right: 0;
	margin-left: 0;
}

.nav a.active {
	border-left: 0.4rem solid #112E51;
    color: #112E51;
    font-weight: bold;
    padding-left: 1.4rem;
}

.nav p.MsoToc1, .nav p.MsoToc2, .nav p.MsoToc3, .nav p.MsoToc4, .nav p.MsoToc5 {
	margin: 0;
	text-indent: 0;
    line-height: 13.0pt;
    font-size: 11.0pt;
    font-family: "Arial",sans-serif;
}

.content {
	/*height:90%;*/
	border: 0px solid rgba(0, 0, 0, 0.8);
	padding: 0px 20px;
	text-align: left;
	/* overflow-y: auto;
	overflow-x: hidden; */
}

.content .WordSection1 p {
    font-size: 1rem;
    line-height: 1.6875rem;	
}

.content .WordSection1 p.NoteCaption {
    margin-top: 4pt;
    margin-right: 0in;
    margin-bottom: 3pt;
    margin-left: 0in;
    line-height: 0.8rem;
    font-size: 0.8rem;
    font-family: "Arial",sans-serif;
}

.content .WordSection1 p.Source23, .content .WordSection1 p.SourceFull {
    margin-top: 3pt;
    margin-right: 0in;
    margin-bottom: 3pt;
    margin-left: 0in;
    line-height: 0.8rem;
    font-size: 0.8rem;
    font-family: "Arial",sans-serif;
}

#block-gao-main-menu {
	height: 70px;
	padding: 0 10px;
	background-color: #112E51;
}

:target::before {
	height: auto !important;
	margin-top: 0 !important;
	padding-top: 10px;
}

h1, h2, h3, h4, h5 {
	margin-top: 1.25rem !important;
    font-family: inherit !important;
}

h1 {
    font-size: 1.875rem;
    line-height: 2.4375rem;	
}

h2 {
    font-size: 1.5rem;
    line-height: 1.9375rem;	
}

h3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
}

.WordSection1 h1 span, .WordSection1 h2 span, .WordSection1 h3 span, .WordSection1 h4 span, h5 {
    font-size: inherit;
}

.WordSection1 span.MsoFootnoteReference {
    position: inherit;
    top: inherit;
    letter-spacing: inherit;
    vertical-align: inherit;
}


body {
	
	/*margin: 10px !important;*/
    font-size: 1rem;
    line-height: 1.6875rem;
    /* font-family: 'Lato'; */
    font-weight: 400;
}

header p {
    color:inherit !important;
}

span.MsoHyperlink, a:link span {
    color:inherit !important;   
}

h1 a, h2 a, h3 a, h4 a  {
    text-decoration: none !important;
}

footer a, footer a:visited, footer a:hover {
    text-decoration: none !important;
    color: inherit !important;
}

header h1, header h2, header h3 {
    color: #fff;
}

header .gao-rpt-info {
    border-top: solid 1px #fff;
    margin-top: 0px !important;
    padding-top: 10px !important;
}

a:not(a[href]), a:not(a[href]):hover, a:not(a[href]):active { 
    color: var(--theme-heading-color) !important ;
    text-decoration: none !important;
}
