<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------------------------------------------------------- */
/* BODY                                                                 */

.pageModules-root {
    max-width: 1024px;
    margin: 0 auto;
}

/* -------------------------------------------------------------------- */
/* INPUT                                                                */

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="time"] {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
    border-radius: 2px;
}

/* -------------------------------------------------------------------- */
/* BTN DEFAULT                                                          */

.btn.btn-default {
    border-radius: 0;
}

/* -------------------------------------------------------------------- */
/* HEADER                                                               */

/* -------------------------------------------- */
/* NAV                                          */

header nav {
  padding: 20px 0;
}

header .nav a {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* -------------------------------------------------------------------- */
/* MAIN                                                                 */

main {
  background: #ffffff;
}

/* -------------------------------------------------------------------- */
/* FOOTER                                                               */

footer .quicklinks a {
  color: #ffffff;
  text-decoration: none;
}

footer .quicklinks a:hover {
  text-decoration: underline;
}

/* -------------------------------------------------------------------- */
/* PROGRESSBAR                                                          */

.progressnav {
  margin-bottom: 20px;
}

.progressnav-progressbar {
    border-radius: 10px;
}

.progressnav-progress {
    background: #8bad3f;
}

/* -------------------------------------------------------------------- */
/* SIGNUP                                                               */

/* -------------------------------------------- */
/* CART                                         */

#signup .cart {}

#signup .cart .eventinfo {
  font-family: 'AU Passata', Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

#signup .cart .eventinfo h3 {
  font-size: 18px;
}

#signup .cart .cart-total {
  font-size: 13px;
}

/* -------------------------------------------- */
/* REGISTRATION                                 */

#signup .reg-group .reg-header-title {
  font-size: 22px;
  line-height: normal;
}

#signup .reg-group .reg-header p {
  margin: 0;
}

#signup .reg-group .reg-price {
  font-size: 1em;
  line-height: normal;
  font-weight: bold;
}

/* -------------------------------------------- */
/* INVOICE                                      */

#signup .invoice {
  font-size: 14px;
}

#signup .invoice .invoice-sum-total {
  font-size: 20px;
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
  /* -------------------------------------------------------------------- */
  /* HEADER                                                               */
  
  /* -------------------------------------------- */
  /* LOGO                                         */
  
  header .logo {
    top: 15px;
  } 
  
  header .logo img {
    height: auto;
    max-height: 30px!important;
  }
  
  /* -------------------------------------------- */
  /* NAV                                          */
  
  header nav {
    border-bottom: none;
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  /* -------------------------------------------------------------------- */
  /* HEADER                                                               */
  
  /* -------------------------------------------- */
  /* LOGO                                         */
  
  header .logo {
    width: 60%;
    top: 20px;
  } 
}</pre></body></html>