.resourceLeftRightPage{display:flex;flex-direction:column;gap:50px}@media(min-width:1000px){.resourceLeftRightPage{flex-direction:row;justify-content:space-between}.resourceLeftRightPage .pageContent{flex:1}.resourceLeftRightPage .resourceSidebarWrapper{flex-basis:375px}}.resourceSidebarWrapper{position:relative}.resourceSidebar{background-color:var(--light-blue);border-radius:10px;padding:30px}.resourceSidebarWrapper .sidebarHeader{border-bottom:1px solid var(--gray);padding-bottom:10px;margin-bottom:15px}.resourceSidebarWrapper .sidebarHeader a{margin-bottom:0;font-size:1.4rem;font-weight:300}.resourceSidebarWrapper ul{list-style:none;margin:0;padding:0;display:grid;gap:15px}.resourceSidebarWrapper ul li{margin:0;padding:0}.resourceSidebarWrapper ul li a:not(.active){color:var(--gray)}@media(min-width:1000px){.resourceSidebar{position:sticky;top:200px}}