.top-nav > li:first-of-type { padding-left: 0; }

.tooltip-button { position: relative; }
.tooltip-button:hover .tooltip-box { display: block !important; }

.tooltip-box { display: none; z-index: 99; position: absolute; top: 28px; left: 0; background-color: #c3222f; padding: 15px; width: 220px; color: #fff; text-transform: none; font-size: 14px; line-height: 22px; font-family: 'AvantGardeGothicITCW01B 731069', Sans-serif; }
.tooltip-box:before { content: ''; position: absolute; top: -10px; left: 10px; height: 0; width: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #c3222f; }