body {
    background-color: #c4c4c4;
}

#pageContent {
    width: 95%;
    min-height: 100vh;
}

#gloathRightNav {
    display: none;
}

#gloathLeftNav {
    height:100vh;
    width:64%;
    display:none;
    z-index:502;
    position:fixed;
    top:0;
}
#leftNavFlexBox {
    row-gap: 2vw;
}

.articleListLineItem1 {
    width: 100%;
    height: 4rem;
}
.articleListHelpfulTagBox{
    row-gap: 2vw;
    column-gap: 2vw;
}

.dialogFullScreen{
    display: none;
}
.dialogFullScreenContent {
    width: 90%;
}

.fontSizeFeaturedHeadlineTitle {
    font-size: 200%;
}
#headerImgFlag {
    display:none;
}
#headerImgSlidingWindow {
    display:block;
}