body {
    background-color: #ececec;
    color: #8a8a8a;
}

.top-bar ul {
    background-color: #727776;
}

.top-bar {
    background-color: #727776;
    padding: 0;
}

.title-bg {
    background: #ffffff url("../img/layout/header-background.jpg") no-repeat left;
    padding: 0;
    height: 90px;
    background-size: cover;
}

.top-bar-left .menu-text, .top-bar-right .menu-text {
    padding: 0rem 0rem 0rem 5rem;
}

.top-bar-right {
    background-color: #87bd25;
}
.top-bar-left .menu li {
    background-color: #87bd25;
}
.top-bar-right .menu li {
    background: #727776 url(../img/layout/menu-grey.png) no-repeat left;
}

.top-bar-left .menu ul {
    background-color: #727776;
}

.top-bar-right .menu li a {
    padding: 0rem 1.3rem;
    font-weight: bold;
    color: #eeeeee;
    padding-top: 23px;
    height: 59px;
}

.top-bar-right .menu li a:hover {
    text-decoration: underline;
}

.title-bg .medium-8 {
    height: 90px;
    /*background: transparent url("../img/layout/header-overlay.png") repeat left;*/
}

.title-bg .medium-8 a {
    float: right;
    color: #FFF;
    font-size: small;
}

.title-bg .medium-8 span {
    float: right;
    font-weight: bold;
    padding-top: 40px;
    font-size: larger;
}

.title-bg .medium-8 a:hover {
    text-decoration: underline;
}

.mtu-slick {
    background-color: #666;
}

.mtu-slick a {
    padding: 10px;
}


.top-bar-left .menu > li > a {
    padding: 0;
}

.top-bar-left .menu > li > a > img {
    margin: 0;
}
/*
.slick-track .slick-center img {
    height: 300px;
    margin-top: 0px;
}
*/
.slick-track img     {
    height: 250px;
    margin-top: 0px;
}

.fb-like {
    float: right;
}

.top-bar-left .menu li.mtu-logo {
}
.top-bar-left .menu li.mtu-text {
    padding-left: 8px;
    background-color: #727776;
    color: #FFF;
    font-size: small;
    vertical-align: bottom;
    padding-bottom: 6px;
}

.column .callout > p {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a;
}

.callout.secondary {
    background-color: #999;
}

.callout.secondary a {
    color: #ebebeb;
}

.callout.secondary a:hover {
    color: #222;
}

.column .callout > p.lead {
    color: #87bd25;
    font-size: 110%;
}