/* Custom CSS */

.l-attribution.l-row {
display: none;
visibility: hidden;
}
html { background-color:#333333; !important; }

.site-branding__logo-link img {
width:350px;
}
.menu a {
font-weight: 600 !important;
}
.pr-navbar {
color: #ffffff;
background-color: #005e82;
}
.field-commerce-product-attribute-value--name {
display: none;
visibility: hidden;
}

.button--primary {
color: #fcfcfc;
background-color: #0091FF;
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: #2b66c5;
}
.pr-footer {
color: #ffffff;
background-color: #333333;
text-align: center;
}
fieldset {
border: 1px solid #dedede;
padding: 1em;
}
legend {
font-weight: 600;
text-transform: uppercase;
font-size: 1.25em;
letter-spacing: .05em;
padding: 0 .75em;
color:#005e82;
}