/* Custom CSS */

.site-branding {
width:250px;
}
.l-attribution.l-row {
display:none;
visibility:hidden;
}

html { background-color:#000033; !important; }

.button--primary {
color: #fcfcfc;
background-color: #000033;
border: 0;
width: 9em;
height: 2.75em;
letter-spacing: .05em;
text-transform: uppercase;
font-weight:600;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.button--primary:hover {
background-color: #007a33;
}

.pr-footer {
color: #ffffff;
background-color: #000033;
text-align: center;
}