/* Custom CSS */

.l-attribution.l-row {
display:none;
visibility:hidden;
}
html { background-color:#425964 !important; }

.site-branding__logo-link {width: 266px;}
.pr-navbar { background-color:#002D40 !important; }
.pr-header { background-color:#425964 !important; }

.button--primary {
color: #fcfcfc;
background-color: #971813;
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: #610f0c;
}
.pr-footer {
color: #ffffff;
background-color: #425964;
text-align: center;
}