.imageInsideCard img {
    height: 150px;
    width: 100%;
}
h4.card-title {
    font-weight: bold;
    font-family: 'Airbnb Cereal App';
    margin: 0px;
    padding-bottom: 5px;
}
.card-date time {
    font-size: 11px;
    color: var(--blue);
    font-family: 'Airbnb Cereal App';
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
}
.card-text p {
    font-size: 14px;
    color: var(--black);
    font-family: 'Airbnb Cereal App Book';
    letter-spacing: 0.03rem;
    line-height: 22px;
    padding-bottom: 12px;
    margin: 0px;
}
.card-footer small {
    color: var(--black);
    font-size: 13px;
    font-style: normal;
    letter-spacing: 0.03rem;
}
.article-list .card-footer {
    background-color: transparent;
    border-top: 0px solid rgba(0,0,0,.125);
}
.single-business_directory .company-logo img {
    max-width: 190px;
}
.single-business_directory .company-text p i {
    float: left;
    margin: 2px 10px 0 0;
}

.awtabs {
  background: #eee;
  min-height: 100vh;
	box-sizing: border-box;
	padding-top: 10vh;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  line-height: 1.5;
  max-width: 60rem;
  margin: 0 auto;
  font-size: 112%;
}
.awtabs .tabs {
	display: flex;
	flex-wrap: wrap; 
}
.awtabs .tabs label {
	order: 1; 
	display: block;
	padding: 1rem 2rem;
	margin-right: 0.2rem;
	cursor: pointer;
  background: #90CAF9;
  font-weight: bold;
  transition: background ease 0.2s;
}
.awtabs .tabs .tab {
  order: 99; 
  flex-grow: 1;
	width: 100%;
	display: none;
  padding: 1rem;
  background: #fff;
}
.awtabs .tabs input[type="radio"] {
	display: none;
}
.awtabs .tabs input[type="radio"]:checked + label {
	background: #fff;
}
.awtabs .tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.single-business_directory .time-sec-mid p em {
    font-style: normal;
}
.single-business_directory .time-sec-up {
    padding: 11px 12px 15px 12px;
}
.single-business_directory .ico-list-left img {
    width: 74px;
}
.single-business_directory .ico-list-right {
    background: none;
}
@media (max-width: 45em) {
  .awtabs .tabs .tab,
  .awtabs .tabs label {
    order: initial;
  }
  .awtabs .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}