/*Resize header logo*/
.header-branding h1 a img {
   height:120%;
margin-bottom:-11px; 
padding-left:20px;
}

/*Search bar color */
#search-form.callout-region {background-color: #198d95!important;}


.feature-region {background-image: linear-gradient(to right, #198d95, #198d9510%, #198d95) !important;}

#home-page {
    background:#198d95;
}

/*Hides registration switch account*/
.Registration__SwitchAccountContainer_Button {
    max-width: 100%;
    display: none;
}