.menu { padding-left: 215px; text-transform: uppercase; border-bottom: 1px solid rgba(163, 163, 163, 0.25); }
.menu ul { margin: 0; padding: 0; display: flex; }
.menu ul li { display: flex; /* display: inline; */ position: relative; justify-content: center; align-items: center; flex-direction: column; margin-right: 50px; font-family: 'promptbold'; font-size: 14px; color: rgba(99, 102, 106, 0.45); letter-spacing: 0; padding: 35px 0; cursor: pointer; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; -ms-transition: all 0.5s; }
.menu ul li.active { color: #FC4C02; }
.menu ul li.active .dotted { position: absolute; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #ffffff; width: 50px; height: 50px; border-radius: 215px; top: -22px; }
.menu ul li.active .dotted:before { content: " "; width: 6px; height: 6px; background: #FC4C02; border-radius: 215px; margin-bottom: 5px; }
.menu ul li.active .dotted:after { content: " "; width: 6px; height: 6px; background: #FC4C02; border-radius: 215px; }
 
.content { margin: 100px 215px; }
.content > div { display: none; }
.content > div.active { display: block; }

/*# sourceMappingURL=news_room.css.map */
