/* Keep Original Logo Size*/ 
.header-branding h1 a img {
    height: auto;
}
.col-xs-12, .col-sm-6, .col-md-7
{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2%;
}
/* --------------------------------------------------------------------------------------------------------*/
/* First Color bar*/
.feature-region {
    background-image: linear-gradient(to right, #1c5998, #1c5998 100%, #1c5998);
    background-repeat: no-repeat;
    min-height: 15px;
}
/* -Name Menu area---------------*/
.btn-link {
    color: #0073ac;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0;
}
/* --------------------------------------------------------------------------------------------------------*/
/* Search bar Div*/
#search-form.callout-region {
    background-color: #272829;
    color: white;
    padding: 0;
    text-align: left;
}
