/* Custom CSS */

.site-branding__logo-img {
width:232px;
}
.l-attribution.l-row {
display:none;
visiblity:hidden;
}
.pr-footer {
background-color:#333;
}
h1 {
font-family: 'Epilogue', Helvetica, Arial, sans-serif;
font-size: 2rem;
color:#d0021b;
}
.button--primary {
color: #fcfcfc;
background-color: #d0021b;
border: 1px #d0021b solid;
font-family:inherit;
font-size:100%;
font-weight:600;
text-transform:uppercase;
text-transform: uppercase;
padding: .5em 4em;
box-sizing: initial;
}
.button--primary:hover {
background-color: #333;
}