.jumbotron.header-jumbotron {
    background: url(/img/cot-banner-1.jpg);
    background-position: center;
    background-size: cover;
    height: 450px;
    text-align: center;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.header-jumbotron .banner-text {
    color: white;
    font-size: 48px;
    margin-top: 30px;
}
.header-jumbotron .banner-logo {
    margin-top: 32px;
}
#SearchBar {
    max-width: 460px;
    height: 50px;
    border: 0;
    font-size: 18px;
    display: inline-block;
    margin-top: 18px;
    background: url(/img/icon-search.png) #fff right center no-repeat;
    padding-right: 60px;
    padding-left: 30px;
}
#MayorGreeting img {
    float: left;
    margin-right: 12px;
}
.feed-item-title {
    font-weight:700;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 8px;
}
.event-item-title {
    font-size: 14px;
    font-weight: 700;
}
.event-item-date {
    font-size: 12px;
    font-weight: 700;
    color: #aaaaaa;
    text-transform: uppercase;
}
.event-item {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}
#FirstCalendarEventRow .event-item {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
/* TWITTER FEED STYLES */
.twitter-feed-item-title {
    font-size: 0.9em;
    margin-bottom: 4px;
}

.twitter-feed-item-body {
    font-size: 0.85em;
}

.twitter-feed-item-footer {
    font-size: 0.8em;
    font-style: italic;
    color: #888;
    margin-top: 6px;
}

.row.twitter-feed-item {
    margin-top: 15px;
}
.twitter-feed-item-name { display: none; }