.sidebar { position: fixed; left: 0; top: 6.125rem; margin-top: -1px; width: 25.9375rem; background: #fff; height: calc(100vh - 6.125rem); display: flex; flex-direction: column; }
.sidebar-menu { list-style-type: none; height: 100%; overflow: auto; display: flex; align-items: center; flex-direction: column; text-align: left; }
.sidebar-menu > li { display: block; width: 100%; }
.sidebar-menu > li > a { display: block; padding: 2.4rem; color: #000; font-size: 1.5625rem; text-decoration: none; }
.sidebar-menu > li > a.active { background: #FBE858; font-family: 'Avenir Next Bold'; }

.sidebar-back { display: block; padding: 1rem 1.875rem; font-size: 1.625rem; color: #ffffff; text-decoration: none; background: #2D1000; }

/* Tablet */
@media only screen and (min-width: 767px) {}

/* Desktop */
@media only screen and (min-width: 991px) {}

