.sidebar{background-color:#fff;height:100%;min-height:200px;overflow:auto;position:-webkit-sticky;position:sticky;top:12%;width:25%}.main{display:flex;flex-direction:column;height:100%;min-height:300px;width:75%}.main h3{color:#e5e3e3!important;font-weight:700;text-transform:uppercase}.sidebar a{color:#004333}.sidebar a:hover{color:#ef4b25}.wrapper{display:flex;justify-content:space-between}@media screen and (max-width:767px){.wrapper{flex-direction:column}.main{width:100%}.sidebar{display:none}}