.store-hours {
	font-size: 0.75em;
	padding-top: 18px;
}

.store-hours .col1 .col1, .store-hours .col2 .col1, .store-hours .col1 span, .store-hours .col2 span {
	font-weight: bold;
	padding-left: 4px;
} 

.footer-headers {	
	color: #2e6fdc;
	margin: 0px 0px 10px 0px;
    background: #aaa;
	color: #fff;
	font-size: 1.35em;
	padding: 9px;
	text-align: center;
	text-shadow: 4px 1px 4px rgba(150, 150, 150, 1);

}

.store-hours .col1 div, .store-hours .col2 div {
	margin-bottom: 10px;
}
.footer-headers:before {
    color: #fff;
    padding-right: 10px;
    vertical-align: middle;
}

.block {
    border-bottom: 1px solid #aaa;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 7px 0;
}

.days {
    font-size: 1.25em;
    margin-bottom: 0.375em;
    /* font-weight: 600; */
    color: #0A1F2B;
}
.block:last-child {
    border-bottom: 0;
}

.hours {
    font-size: 1em;
    margin-bottom: 0.375em;
    color: rgba(10,31,43, 0.7);
}

.hours.close {
    text-transform: uppercase;
}

.block:before {
    color: #1385B4;
    padding-right: 5px;
}
.block b {
    font-weight: 400;
    font-size: 1.25em;
    padding-right: 3px;
    color: #0A1F2B;
}
.store-hours > div, .store-hours > div{
    width: 44%!important;
    padding: 10px;
    display:inline-block;
    border: 1px solid #aaa;
    vertical-align: top;
    min-height: 250px;
    margin-left: 4%;
    background: #f1f1f4;
    box-shadow: 1px 1px 10px 1px rgba(10,31,43,0.1)inset;
}
.block > span {
    color:#1385B4;
}

h2.popupHeader {  
    font-size: 1.25em !important;
    text-align: center;
}
.popupContent.loaded {
    padding-top:0;
}
@media screen and (max-width:599px) {
	.store-hours > .col1, .store-hours > .col2 {width: 100%;}
    .store-hours > .col1 { margin-bottom: 10px;}
    .store-hours > .col1 {border:none}
     .store-hours > div, .store-hours > div {width:100%;margin:0 0 15px; }
}