#sp-top-bar {
    padding: 6px 0 5px;
}

#sp-header .container,
#sp-top-bar .container {
    width: 100%;
    padding: 0 40px;
}

#sp-header {
    border-top:2px solid #a7cce2;
    background-size: 100%;
    background-position-y: 36%;
    background-position-x: 50%;
    background-repeat: no-repeat;
    background-color: #d7d7ec;
}

#sp-header .container {
    height: 142px;
    background: rgba(90, 173, 221, 0.35);
}

#sp-header .logo h1 {
    font-size: 38px;
    padding: 15px 15px 0;
    display: block;
    color: #d60037;
    text-shadow: 2px 1px 1px #ffffff;
}

#sp-header .logo p {
    color: #fff;
    padding: 0 15px;
    font-size: 22px;
    letter-spacing: 5px;
    text-align: center;
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
    color: #fff;
}

#sp-page-title {
    margin: 20px 0 -50px 0 !important;
    padding: 5px 0 0;
    position: relative;
    z-index: 1;
}

ul.newsfeed li {
    padding: 8px 2px;
    font-size: 12px;
    line-height: 17px;
}