html {
    
scroll-padding: 200px;    
    
}
.dayOfWeek, .hoursRange {width: 40%;margin-right:.5rem;}
/**Hours of Operation**/
.hoursOfOperationslegend{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:right;margin-left:1rem}
.hoursOfOperationslegend .dot:first-child{margin-right:1rem}
.dot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.dot span{display:block;width:15px;height:15px;border-radius:50%;content:'';margin-left:.5rem}
.dot span.Open{background-color:green}
.dot span.Closed{background-color:red}
#holidayHours li,#normalHours li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
@media screen and (max-width: 1024px) {
.header-top .header-logo { display:none;}
}

.alert-bar.theme-dark a, 
.alert-bar.theme-primary a, 
.alert-bar.theme-secondary a,
.alert-bar.red a {
    color:#fff;
}