
/* new centential logo */
div.logo, .top-bar .title-area .name h1 {
    background-image: url(../img/AGU-100-logo.png);
    background-position: center left;
	background-repeat: no-repeat;
    background-size: 99%;
    width: 100%;
    height: 100px;
	max-width: 590px;
}

.default-winner-photo {
    background: url(../img/AGU100_logo_150x150.png) no-repeat top center;
    width: 150px;
    height: 150px;
}

.top-bar .title-area .name h1 {
	background-size: 60%;
	height: 60px;
}

.top-bar .name {
    min-height: 60px;
}

.top-bar .name h1 a {
    width: 60%;
}

a.homelink {
    position: relative;
    margin-top: 5px;
}

/* new top nav colors to match AGU-100 logo */
header div.utility a.button {
    background-color: #007DBA;
}
header div.utility a.button:hover {
    background-color: #026393;
}

header ul.side-nav li.highlighted a.button {
    background-color: #244C5A;
}

/* beta announcement styling */

.beta-announcement h1{
    font-size:1.2em;
    text-align:center;
    color:#007DBA;
    text-transform:none;
    padding-top:10px;
}

.beta-announcement-mobile{
    text-align:center;
    padding-left:10px;
    margin-top:20px;
    font-size:0.9em;
}

.beta-announcement-mobile > h1{
    text-transform: none;
    color:#007dba;
}