html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: "ionicons";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ionicons.eot?#iefix") format("embedded-opentype"), url("../fonts/ionicons.woff2") format("woff2"), url("../fonts/ionicons.woff") format("woff"), url("../fonts/ionicons.ttf") format("truetype"), url("../fonts/ionicons.svg#ionicons") format("svg"); }
.hours-pages {
  float: left;
  width: 100%; }
  .hours-pages .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px; }
  .hours-pages p {
    margin-bottom: 0px; }
  .hours-pages.col-1 {
    width: 100%; }
  .hours-pages.col-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    display: table-cell; }
    .hours-pages.col-2:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .hours-pages.col-2 {
        width: 100%; } }
    @media screen and (min-width: 480px) and (max-width: 639px) {
      .hours-pages.col-2 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .hours-pages.col-2:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 640px) and (max-width: 767px) {
      .hours-pages.col-2 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .hours-pages.col-2:last-child {
          margin-right: 0; } }
  .hours-pages.col-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .hours-pages.col-3:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .hours-pages.col-3 {
        width: 100%; } }
    @media screen and (min-width: 640px) and (max-width: 767px) {
      .hours-pages.col-3 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .hours-pages.col-3:last-child {
          margin-right: 0; } }
  .hours-pages.col-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .hours-pages.col-4:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .hours-pages.col-4 {
        width: 100%; } }
    @media screen and (min-width: 480px) and (max-width: 639px) {
      .hours-pages.col-4 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .hours-pages.col-4:last-child {
          margin-right: 0; }
        .hours-pages.col-4:nth-child(2n) {
          margin-right: 0; } }
  .hours-pages.no-margin {
    margin: 0; }

.hp-hours,
.hp-location {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  margin-bottom: 50px;
  text-align: center; }
  .hp-hours:last-child,
  .hp-location:last-child {
    margin-right: 0; }
  .hp-hours ul,
  .hp-location ul {
    margin: 0; }
  @media screen and (max-width: 767px) {
    .hp-hours,
    .hp-location {
      margin-bottom: 30px !important; } }
  .hp-hours.basic,
  .hp-location.basic {
    text-align: left; }

.hp-hours ul {
  list-style-image: none; }
.hp-hours li {
  color: #ff9821;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .hp-hours li {
      font-size: 12px;
      line-height: 20px; } }
.hp-hours.basic li {
  color: inherit;
  font-weight: normal; }

.ie8 .hp-hours li {
  font-size: 14px; }

.hp-location {
  margin: 0; }
  .hp-location .address {
    font-size: 12px;
    line-height: 18px; }
  .hp-location.basic .address {
    font-size: 16px;
    line-height: 18px; }

.hp-pages img {
  vertical-align: bottom;
  width: 100%; }
.hp-pages .shadow {
  position: absolute;
  top: 100%;
  left: 0; }
.hp-pages .page-details {
  display: block;
  position: relative; }
  .hp-pages .page-details:hover .page-title {
    background: #19a7db; }
.hp-pages .page-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ff9821;
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  padding: 14px;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .hp-pages .page-title {
      font-size: 16px; } }
.hp-pages .hp-desc {
  font-size: 14px;
  height: 65px;
  margin-bottom: 20px;
  margin-top: 15px; }
.hp-pages .read-more {
  color: #ff9821;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: right; }
  .hp-pages .read-more:after {
    content: "\f10b";
    font-family: 'ionicons';
    position: relative;
    top: 2px; }
@media screen and (max-width: 767px) {
  .hp-pages {
    margin-bottom: 30px; } }
