.jholiday .popup500 .popupBorder {
    transition: all ease-in 240ms;
    width: 800px;
    left: calc(50% - 400px);
}
.jholiday .store-hours > div {
    float: left;
    width: 32% !important;
    margin-left: 0;
    margin-right: 14px;
}
.jholiday .store-hours .jholiday-cal {
    margin-right: 0;
}
.jholiday .store-hours .jholiday-cal .jhol-legend {
    margin-bottom: 10px;
}
.store-hours .jholiday-cal {
    display:none;
}

.jholiday .store-hours .jholiday-cal {
    display:block;
}
.store-hours {
	font-size: 0.8125em;
	margin: 0 -18px -18px;
}
.store-hours > div {
	width: 50%;
	padding: 0;
	display:inline-block;
	vertical-align: top;
	min-height: 360px;
	margin: 0;
	float: left;
}
@media screen and (min-width:599px) {
	.store-hours > div:first-of-type {
		box-shadow: -4px 0 0 -3px #c4c4c9 inset;
	}
	.store-hours > div:first-of-type .footer-headers,
	.store-hours > div:first-of-type .hours-ctas {
		box-shadow: -4px 0 0 -3px #4b9acf inset;
	}
}
.block {
  border-bottom: 1px solid #d6d6d6;
  width: 94%;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0;
}
.block:last-of-type {
	border-bottom: 0;
}
.footer-headers {
	margin: 0;
	padding: 24px 0 3px;
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	background: #006ab2;
}
.footer-headers:before {
  color: inherit;
  vertical-align: middle;
  display: block;
  font-size: 30px;
  margin-bottom: 6px;
}
.hours-ctas {
	margin-bottom: 6px;
	background: #006ab2;
	width: 100%;
	border: 0;
}
.hours-cta {
	font-size:2em;
	margin-bottom: 8px;
	display: block;
	color: #fff;
}
.hours-cta:hover {
	color: #fff;
}
.hours-cta:before {
	color: inherit;
	padding-right: 5px;
	display: none;
}
.cta-directions {
	display: none;
}

.days {
	font-size: 1.25em;
	margin-bottom: 0.375em;
	color: #0A1F2B;
}


.hours {
	font-size: 1em;
	margin-bottom: 0.375em;
	color: #798794;
	float:none;
	font-weight: 700;
}

.hours.close {
	text-transform: uppercase;
}
.block b {
	font-size: 1.25em;
	padding-right: 3px;
	color: #0A1F2B;
}


.block > span {
    color:#1385B4;
}

.popupContent.loaded {
    padding-top:0;
}


@media screen and (max-width: 800px) {
  .jholiday .store-hours > div {
    margin-right: 13px;
  }
  .jholiday .store-hours .jholiday-cal .jhol-legend {
    margin-bottom: -1px;
  }
}
@media screen and (max-width:599px) {
	.cta-directions {display: block!important; max-width: 240px; padding-left: 30px; padding-right: 30px; text-transform: uppercase; margin: 18px auto;}
	.footer-headers {padding-top: 18px;}
	.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, .jholiday .store-hours > div {width:100%!important;margin:0 0 15px; }
}
