/***** Alert Box */
.alert {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    padding: 15px;
    z-index: 11;
  
    color: #000;
    background-color: #fcf8e3;
    border: 1px solid transparent;
    border-color: #faebcc;
    font-size: 16px;
}
  
.alert .title {
    margin: 0;
  
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.46666667;
    text-align: left;
    text-transform: none;
}
  
.alert p {
    margin: 0;
}

.alert p a {
    text-decoration: underline;
}

.alert>p+p {
    line-height: 1.5;
    margin-top: 0;
}

.input-group-addon, .input-group-btn {
    width: auto;
}

.top-search-container form {
    margin-top: 0;
}

input#search-site::placeholder {
    font-weight: bold;
    color: #666;
}

.page-uahealthcheck .site-content .alert {
    background: transparent;
    border: none;
}

.gs-webResult.gs-result a.gs-title:hover, 
.gs-webResult.gs-result a.gs-title:hover b, 
.gs-imageResult a.gs-title:hover, 
.gs-imageResult a.gs-title:hover b,
.gs-webResult.gs-result a.gs-title:focus, 
.gs-webResult.gs-result a.gs-title:focus b, 
.gs-imageResult a.gs-title:focus, 
.gs-imageResult a.gs-title:focus b {
    text-decoration: underline;
}

.universal-resources a:focus,
.ua-logo a:focus {
	outline: dotted 1px white;
}

.alert-blog .alert {
  margin: 1.3em 0;
}