.table-years  > tbody tr > td:first-child{
    white-space: nowrap;
}

.carousel .item {
    background: #f4f4f4;
}

.nav.navbar-nav {
    margin-top: 27px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    border-top: 6px solid transparent;
    border-bottom: 4px solid #2f7abe;
}

.carousel-caption.blank {
    top: 188px;
}

@media only screen and (max-width: 992px) {
    .navbar-brand > img {
        height: 75px;
    }
    .nav.navbar-nav {
        margin-top: 13px;
    }
    .carousel-caption.blank {
        top: 160px;
    }
}

@media only screen and (max-width: 768px) {
    .table-years  > tbody tr > td:last-child{
        text-align: left;
    }
    .team-member.first {
        margin-bottom: 48px;
    }
    .carousel-caption.blank {
        top: 160px;
    }
}

@media only screen and (max-width: 366px) {
    .navbar-brand > img {
        height: 50px;
    }
}