<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ************************************************************
***************************************************************
***************************************************************
 MAIN PAGE ELEMENTS
***************************************************************
***************************************************************
************************************************************* */
/* Footer? */
.footer {
  margin-left: -4.166vw;
}
.footer .lastPart {
  margin-left: -9.66vw;
  padding: 2rem 9.66vw;
}

/* ************************************************************
***************************************************************
:: LOCATIONCARDS
***************************************************************
************************************************************* */
.locationEntries {
  grid-template-columns: repeat(2, minmax(300px, 1fr));
}
.locationEntries .locationCard .imgBox .shortMenu.opened {
  position: absolute;
  left: auto;
  top: 1em;
  width: auto;
  height: auto;
  transform: none;
  font-size: inherit;
  text-align: left;
}
.locationEntries .locationCard .imgBox .shortMenu .extended {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}

/* ************************************************************
***************************************************************
:: HOME
***************************************************************
************************************************************* */
section[data-sectionname="home"] .part_3 .list .card {
  width: calc(50% - 1rem);
  height: 8em;
}

/* ************************************************************
***************************************************************
:: LOCATIONSEARCHRESULTS
***************************************************************
************************************************************ */
section[data-sectionname="locationsearchresults"] .results .btnBox {
  grid-template-columns: repeat(1, minmax(300px, 1fr))
}
</pre></body></html>