/* Custom CSS */

.l-attribution.l-row {
display: none;
visibility: hidden;
}

html { background-color:#202020;}

.pr-header {
    color: #363636;
    background-color: #0085CA;
}

.l-header.l-row {
background-color:#0085CA;
}

.button--primary {
color: #fcfcfc;
background-color: #0085CA;
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: #016091;
}
.pr-footer {
color: #ffffff;
background-color: #202020;
text-align: center;
}
