/* Hope page styles needed for the PHS update of May 2026. This adopts some styles from original ScotPHO
   styles and adding as !important rules to override the existing styles. 
   Dated: 22/05/2026*/
#container {
    margin: 1px auto 0 !important;
    line-height: 150%;
    width: 960px;
}

#top-menu {
    color: #ffffff;
    line-height: 100% !important;
}

#top-menu a {
    color: #ffffff;
    margin-left: 15px;
    line-height: 100% !important;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: #225588;
    height: 117px;
    padding: 0px 10px 0px 0;
    margin-bottom: 0;
    background-color: #FFF;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.header-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header-search form {
    display: flex;
    align-items: center;
}

.header-search input[type="text"] {
    margin-right: 5px !important;
}

.header-logo-left img,
.header-logo-right img {
    max-width: 100%;
	height: 97px; 
	float: right; margin-top: 0px;
}

#homepageBox01 {
    background: url(../media/1990/scotpho-home-phs-logo.png);
    background-size: 200px !important;
    background-position-x: right !important;
    background-repeat: no-repeat !important;
}


