/* Pandemic related changes */


.path-frontpage .block-hours-block {
    display: none; 
}

/*********
.path-frontpage .virtual_hours {
    text-align: center;
    background-color: #eee;
    border: 1px solid red;
    height: 215px;
    padding: 0 10px;
}

.path-frontpage .virtua_ask {
    color: #89192e !important;
    font-weight:bold;
}

.path-frontpage .virtual_hours a, .link {
    color: #89192e !important;
}


#blocktabs-search--50 {
    background-color: #fff;
    margin-top: 5px;
}

.virtual_msg {
    margin-top: 16px;
}

*************/

/* Create two columns/boxes that floats next to each other */

/*******
.path-frontpage  .ask_us_hours {
  float: left;
  width: 48%;
  margin-top: 20px;
  margin-right:5px;
}
***********/

/* Style the list inside the menu */
/**********
.path-frontpage  .ask_us_hours ul {
  list-style-type: none;
  padding: 0;
}

.path-frontpage .hours_and_locations {
  float: right;
  width: 48%;
  margin-left: 5px;
  margin-top: 20px;
}
********/

/* Clear floats after the columns */
/*********
section::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 600px) {
  .path-frontpage .ask_us_hours, .path-frontpage  .hours_and_locations {
    width: 100%;
    height: auto;
  }
  
  ***********/