body, input, textarea{
    font-size: 16px;
}

.slogan-wrap, .page-title-wrap{
    background-color: #0099FF;
}
.featured-text .featured-title{
    background-color: #0099FF;
}

.featured-text .featured-content{
    font-size: 18px;
}

.info-bar .info ul li:before{
    color: #FFFFFF;
}
#access a:hover, #access ul li.current-menu-item a, #access ul li.current_page_ancestor a, #access ul li.current-menu-ancestor a, #access ul li.current_page_item a, #access ul li:hover > a {
    color: #0099FF;
}

a{
    color: #0099FF;
}

.call-to-action {
    background-color: #0099FF;
}

.info-bar .info ul li, .info-bar .info ul li a{
    font-size: 15px;
    color: #d3d3d3;
}

.slogan-wrap .slogan span{
    font-size: 24px;
}

.widget_promotional_bar{
    border-left: 4px solid #0099FF;
}

#controllers a:hover, #controllers a.active{
    background-color: #0099FF;
    color: #0099FF;
}
#controllers a{
    border: 2px solid #0099FF;
}
#colophon .widget ul li a:hover {
    color: #0099FF;
}

.back-to-top a:hover{
    background-color: #0099FF;
}

.widget_recent_entries ul li, .widget_recent_comments ul li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 0;
}

@media only screen and (max-width: 767px) {
    #bar_1{
        display: none;
    }
}