<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pageModules-root {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

main {
    flex: 1 1 auto;
}

/* -------------------------------------------------------------------- */
/* FORM - INPUTS                                                        */

input[type="text"], 
input[type="password"], 
input[type="search"], 
input[type="email"], 
input[type="number"], 
input[type="tel"], 
input[type="date"], 
input[type="time"] {
    font-size: 14px;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 5%);
    border-radius: 0 !important;
}

input[type="text"]:hover, 
input[type="password"]:hover, 
input[type="search"]:hover, 
input[type="email"]:hover, 
input[type="number"]:hover, 
input[type="tel"]:hover, 
input[type="date"]:hover, 
input[type="time"]:hover {
    border-color: #333;
    transition: all .4s;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="tel"]:focus, 
input[type="date"]:focus, 
input[type="time"]:focus {
}

/* -------------------------------------------------------------------- */
/* FORM - SELECT                                                        */

select {
    border-radius: 0 !important;
    background: #ffffff;
}

select:focus {
}

/* -------------------------------------------------------------------- */
/* BUTTONS                                                              */

.btn {
    transition: all .4s;
}

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

.btn-default:hover {
}

.btn-default[name="btn_next"],
.btn-default[name="btn_previous"] {
    height: auto;
    padding: 8px 28px;
}

.btn-default[name="btn_next"] {
    background: #1c5584;
    color: #ffffff;
}

.btn-default[name="btn_next"]:hover {
    background: #286090;
    color: #ffffff;
}

.btn-default[name="btn_previous"] {
    background: #ffffff;
    color: #1c5584;
    border: 1px solid #1c5584;
}

.btn-default[name="btn_previous"]:hover {
    background: #286090;
    color: #ffffff;
}

.btn-default.btn-choose {
    background: #ffffff !important;
    color: #1c5584 !important;
    border: 1px solid #1c5584;
}

.btn-default.btn-choose:hover {
    background: #286090;
    color: #ffffff;
}

.btn-style1,
.btn-style1:hover,
.btn-style2,
.btn-style2:hover {
    height: auto;
    padding: 8px 28px;
    text-decoration: none;
}

/* -------------------------------------------------------------------- */
/* LOGO                                                                 */

header .logo {
    margin-bottom: 0px;
}

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

header .navigation .container,
header .navigation .container-fluid {
    padding: 0;
}

header .navigation .nav ul a {
    text-transform: uppercase; 
}

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

main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

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

footer .container-fluid {
    padding: 0;
}

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

footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

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

.progressnav ol li.active .step {
    background: #1c5584;
}

.progressnav-progress {
    background: #3D8CCC;
}

/* -------------------------------------------------------------------- */
/* TABS                                                                 */

.tab {
    padding: 10px 20px;
    border-radius: 0;
}

.tab a {
    font-size: 14px;
    line-height: 20px;
}

.tab.active a {
    color: #000000 !important;
}

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

.cart {
    border-radius: 0;
}

.cart .eventinfo {
    border-radius: 0;
}

.reg-group {
    border-radius: 0;
}

.reg-header {
    border-radius: 0;
}

/* -------------------------------------------------------------------- */
/* PROGRAM                                                              */

.agenda-vertical .agenda-row &gt; .time,
.agenda-horizontal .agenda-row &gt; .time,
.agenda-calendar .agenda-row &gt; .time {
    color: #333;
}

.agenda-vertical .activity,
.agenda-horizontal .activity,
.agenda-calendar .activity {
    border-radius: 0;
}

.agenda-vertical .activity .desc {
    margin: 10px 120px 0 0;
    font-size: 0.9em;
}

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

.invoice .invoice-group {
    border-radius: 0;
}
</pre></body></html>