<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --lightborder: lightgray;
  --darkborder: darkgray; }

.cmod-title {
  width: 100%;
  background: #004282;
  text-align: center;
  padding: 2px;
  color: white;
  font-weight: normal; }

.club-months .cmod-title {
  border-top-left-radius: 5px; }

.club-mod2 {
  margin-right: -1px; }
  .club-mod2 .cmod-title {
    border-top-right-radius: 5px; }

.cmod-container {
  padding: 10px 20px; }

#clubsTabs &gt; li &gt; * {
  padding: 10px 20px;
  text-align: center;
  width: 100%;
  color: rgba(0, 0, 0, 0.8); }
#clubsTabs &gt; li:not(:first-child) &gt; * {
  border-left: none; }
#clubsTabs &gt; li &gt; a.active {
  background: var(--light); }
#clubsTabs &gt; li &gt; * {
  border: 1px solid var(--darkborder);
  border-radius: 0px; }
#clubsTabs li.nav-item {
  min-width: 15%; }

.club-wrapper {
  width: 100%;
  border: 1px solid var(--lightborder);
  border-radius: 8px;
  margin-bottom: 15px;
  margin-top: -16px; }

.club-name {
  position: absolute;
  margin-left: 15px;
  margin-top: -30px;
  font-weight: bold;
  font-size: large; }

.club-courses {
  padding: 0; }
  .club-courses &gt; div {
    padding: 0 0 !important;
    border: 0px !important;
    /*flex: 1 */
    width: 100%;
    padding: 0px 10px; }
    .club-courses &gt; div:not(:last-child) {
      border-right: 1px solid var(--lightborder); }

.cmod-title {
  font-weight: bold; }

.club-mod1 .cmod-container:empty::after {
  content: "There are no available courses at the moment";
  font-style: italic;
  color: rgba(0, 0, 0, 0.6); }

.club-mod2 .cmod-container:empty::after {
  content: "Please select a module 1 course";
  font-style: italic;
  color: rgba(0, 0, 0, 0.6); }

div[transmission="manual"] div[mod1selected] .club-mod2 .cmod-container:empty::after {
  content: "There are no manual cars in this course"; }

div[mod1selected] .club-mod2 .cmod-container:empty::after {
  content: "There are no spots left in this course"; }

.ci-loc-map {
  width: 100%;
  height: 200px; }

.cmod-event {
  border-radius: 10px;
  padding: 5px 10px;
  border: 1px solid var(--darkborder);
  transition: 0.2s;
  margin-bottom: 0px;
  margin-top: 15px;
  cursor: pointer; }

.cmod-time &gt; div {
  display: inline-block; }

.cmod-time-start::after {
  content: " - "; }

.cmod-event.disabled {
  border: 1px solid var(--lightborder) !important;
  background: lightgray; }

div#banner {
  display: flex;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 100;
  top: calc(100% - 64px);
  padding: 10px;
  transition: 0.5s; }
  div#banner.banner-hidden {
    top: 100%; }
div#banner-confirm {
  height: 100%;
  display: flex; }
div#banner-inner {
  display: flex;
  justify-content: space-between; }

.club-tab-distance {
  color: darkgray;
  font-size: smaller;
  vertical-align: middle; }

.nav-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 0px; }

form#cf-loc {
  display: flex;
  justify-content: center;
  margin-bottom: 25px; }

.cmod-event.disabled {
  border-color: transparent !important; }

.hidden {
  display: none; }

.club-months .cmod-event {
  text-align: center;
  line-height: 5.65ex; }

.cmod-spinner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7.5ex; }

.courses-os-pay-total::before {
  content: "Total incl GST";
  color: darkgray; }

#courses-order-summary {
  float: right;
  border: 1px solid var(--lightborder);
  border-radius: 5px;
  padding: 5px 10px; }

#courses-os-modules {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  padding: 0px 0px; }

#courses-os-mod-1 {
  margin-right: 5px; }

.courses-os-mod {
  border: 1px solid var(--darkborder);
  border-radius: 5px; }

.courses-os-mod-title {
  color: white;
  text-align: center;
  padding: 1px;
  border-radius: 4px 4px 0px 0px;
  border-bottom: 1px solid darkgray; }

.courses-os-mod-body {
  padding: 9px 10px;
  background: rgba(144, 144, 144, 0.1); }

.courses-os-mod-site-name {
  font-weight: bold; }
  .courses-os-mod-site-name:not(:empty)::before {
    content: "PCYC "; }

#courses-os-mod-1 .courses-os-mod-site-name:empty::before {
  content: "Please select a module 1"; }

#courses-os-mod-2 .courses-os-mod-site-name:empty::before {
  content: "Please select a module 2"; }

.courses-os-mod-site-address {
  font-weight: 200;
  color: rgba(0, 0, 0, 0.7);
  font-size: 10.5pt; }

.courses-os-mod-time {
  font-weight: bold;
  font-size: 10pt;
  color: rgba(33, 37, 41, 0.9);
  margin-top: 3px; }

.nav-tabs a {
  color: #007bff; }

#courses-os-pay-confirm {
  width: 100%; }

#courses-os-pay-total::before {
  content: "Total incl GST";
  float: left;
  color: #545454;
  font-weight: normal; }

#courses-os-pay-total-amount::before {
  content: "$"; }
#courses-os-pay-total-amount:empty::after {
  content: "0"; }

#courses-os-pay-wrapper {
  width: calc(50% - 3px);
  float: right; }
  #courses-os-pay-wrapper &gt; * {
    margin-top: 5px; }

div#courses-os-pay-total {
  border: 1px solid var(--darkborder);
  border-radius: 5px;
  padding: 5px 15px;
  background: var(--light);
  text-align: right;
  font-weight: bold;
  color: black; }

#clubsContent:empty + .payment-summary-wrapper {
  display: none; }

.bg-user-light {
  background: var(--color-light); }

input#cf-search {
  border-radius: 5px;
  border: 1px solid var(--darkborder);
  background: var(--light);
  margin-left: 15px; }

#cf-loc {
  align-items: center; }

.nav-tabs li {
  display: flex; }
  .nav-tabs li a {
    flex: 1; }

#clubsTabs {
  margin-bottom: -3px; }
  #clubsTabs .nav-link {
    display: flex !important;
    justify-content: center;
    align-items: center; }

.clubsTransmission {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  /** Custom styling of radio button itself */ }
  .clubsTransmission label:not(:first-child) {
    margin-left: 40px; }
  .clubsTransmission label:first-line {
    line-height: 100%; }
  .clubsTransmission input {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: rgba(0, 0, 0, 0.42) 1px solid;
    padding: 6px !important;
    transition: 0.3s;
    cursor: pointer;
    outline: none;
    line-height: 100%;
    vertical-align: middle;
    /** Positioning */
    margin-right: 10px; }
    .clubsTransmission input:checked {
      background: var(--dark);
      border-color: var(--dark);
      padding: 2px !important;
      background-clip: content-box; }

.row.club-courses, .row.payment-summary-wrapper {
  margin-right: 0 !important; }
.row.club-courses {
  margin-left: 0 !important; }

/*# sourceMappingURL=default.css.map */
</pre></body></html>