/* ------------------------------------------------------------------------------------------------
   Generic sections
------------------------------------------------------------------------------------------------ */
.ReportBusinessName
{
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}
.ReportSection
{
	margin-top: 0em;
    max-width: 1024px;
    display: none;
}
.ReportSectionTitle
{
    margin-top: 0em;
    text-align: center;
	font-weight: bold;
	font-size: 0.75em;
}
.ReportPopup
{
    position: fixed;
    top: 5vh;
    left: 1vw;
    border: 1px solid var(--Border);
    background-color: var(--Content);
    z-index: 999;
}
.ReportPopupBody,.ReportPopupBodyStock
{
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    background-color: var(--Content);
    overflow-x: auto;
    overflow-y: auto;
    resize: both;
    height: 90vh;
    width: 97vw;
    max-height: 90vh;
    max-width: 97vw;
}
.ReportPopupBodyChart
{
    height: 60vh;
    width: 97vw;
}
.ReportPopupBodyStock
{
    height: 470px;
    width: 97vw;
}
/* ------------------------------------------------------------------------------------------------
   Specific sections
------------------------------------------------------------------------------------------------ */
.LeftColumn
{
    display: block;
    margin-bottom: 1em;
}
.RightColumn
{
    display: block;
    vertical-align:top;

}
.ScoreSummaryFootNote
{
    font-style: italic;
    text-align: left;
}
.WordCloud
{
    width: 350px;
    height: 300px;
    border: 1px solid var(--Border);
}
.SanctionHidden
{
    display: none;
}
.SanctionExpand
{
    color: var(--Link);
    cursor: pointer;
    text-decoration: underline;
}
.SanctionExpand:hover
{
    color: var(--Hover);
}
.NewsPopup
{
    position: fixed;
    top: 5vh;
    left: 1vw;
    border: 1px solid var(--Border);
    background-color: var(--Content);
    z-index: 999;
}
.NewsPopupBody
{
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    background-color: var(--Content);
    overflow-x: auto;
    overflow-y: auto;
    resize: both;
    height: 90vh;
    width: 97vw;
    max-height: 90vh;
    max-width: 97vw;
}
.NewsCheckbox
{
    position: absolute;
    right: 4px;
    font-weight: normal;
}
.PeerSummaryChart
{
    border: 1px solid var(--Border);
    min-height: 400px;
    max-width: 1000px;
    break-inside: avoid;
    margin-top: 1em;
}
.PeerSummaryFootnote
{
    max-width: 1000px;
    font-style: italic;
}
/* ------------------------------------------------------------------------------------------------
   Media Query for Level3 -- Larger than a mobile device
------------------------------------------------------------------------------------------------ */
@media only screen and (min-width: 481px)
{
    .ReportSection
    {
	    margin-top: 1em;
    }
    .ReportSectionTitle
    {
        text-align: left;
        margin-top: 1em;
    }
    .ReportPopup
    {
        top: 10vh;
        left: 10vw;
        box-shadow: 10px 10px 10px var(--Border);
    }
    .ReportPopupBody
    {
        width: auto;
        height: auto;
        max-width: 80vw;
        max-height: 70vh;
        padding: 1em;
    }
    .ReportPopupBodyChart
    {
        width: 60vw;
        height: 50vh;
        max-width: 80vw;
        max-height: 70vh;
        padding: 1em;
    }
    .ReportPopupBodyStock
    {
        width: 550px;
        height: 470px;
        max-width: 80vw;
        max-height: 70vh;
        padding: 1em;
    }
    .LeftColumn
    {
        display: inline-block;
        margin-right: 1em;
        margin-bottom: 1em;
    }
    .RightColumn
    {
        display: inline-block;
    }
    .WordCloud
    {
        width: 500px;
        height: 300px;
    }
    .NewsPopup
    {
        top: 10vh;
        left: 10vw;
        box-shadow: 10px 10px 10px var(--Border);
    }
    .NewsPopupBody
    {
        width: auto;
        height: auto;
        max-width: 80vw;
        max-height: 70vh;
        padding-left: 1em;
        padding-right: 1em;
        padding-bottom: 1em;
    }
}
/* ------------------------------------------------------------------------------------------------
   Media Query for Level4 -- Larger than an iPad
------------------------------------------------------------------------------------------------ */
@media only screen and (min-width: 769px)
{
}
/* ------------------------------------------------------------------------------------------------
   Media Query for Level5 -- Larger than a small screen
------------------------------------------------------------------------------------------------ */
@media only screen and (min-width: 1025px)
{
    .WordCloud
    {
        width: 7in;
        height: 4.1in;
    }
}

@media only print 
{
    .WordCloud
    {
        width: 7in;
        height: 4.1in;
    }
}
