.timeline-header, .timeline-footer
{
 display:none ;!important;
}

a {
 color: #2c3f69;
 font-weight: bold;
 text-decoration: none;
 -webkit-transition: all 400ms ease-in-out;
 -moz-transition: all 400ms ease-in-out;
 -o-transition: all 400ms ease-in-out;
 -ms-transition: all 400ms ease-in-out;
 transition: all 400ms ease-in-out;
}

a:hover {
 color: #c2162c;
 font-weight: bold;
 text-decoration: none;
}

h3 {
 text-transform: uppercase;
}