
/* Generated from 0-Reset.css.txt:2 using Quasi.php */

H1,H2,H3,H4,H5,P,DL,DD,DT
{
    margin:      0;
    outline:     0;
    padding:     0;
    border:      0;
    font-size:   10px;
    font-weight: 100;
    line-height: 10px;
}

/* Generated from 1-Body.css.txt:4 using Quasi.php */

BODY
{
    background: #444444 /* --body-color-background */;
}

BODY *
{
    font-family: 'Open Sans', sans-serif /* --font-family */;
}

/* Generated from 1-Body.css.txt:16 using Quasi.php */

A
{
    font-size:       inherit;
    font-weight:     inherit;
    line-height:     inherit;
    text-decoration: inherit;
    color:           inherit;
    vertical-align:  inherit;
}

/* Generated from 2-Header.css.txt:4 using Quasi.php */

BODY > HEADER
{
    background: #f37225 /* --header-color-background */;
    color:      white /* --header-color-text */;
}

/* Generated from 2-Header.css.txt:12 using Quasi.php */

BODY > HEADER A,
BODY > HEADER A:visited
{
    color:          white /* --header-color-text */;
    letter-spacing: .5px;
}

/* Generated from 2.5-Nav.txt:2 using Quasi.php */

BODY > HEADER > NAV:last-child
{
    padding-right: 20px;
}

/* Generated from 2.5-Nav.txt:9 using Quasi.php */

BODY > HEADER > NAV:last-child > A:last-child
{
    padding-right: 0px;
}

/* Generated from 2.5-Nav.txt:16 using Quasi.php */

BODY > HEADER > NAV A
{
    line-height: 40px;
}

/* Generated from 3-Main.css.txt:4 using Quasi.php */

BODY > MAIN
{
	bottom:  0px;
}

BODY#index > MAIN
{
	bottom: 40px;
}

/* Generated from 3-Main.css.txt:16 using Quasi.php */

BODY > MAIN
{
    background:     #AAA;
    background:     #F9F9F9;
    bottom:         60px;
}

/* Generated from 3-Main.css.txt:25 using Quasi.php */

MAIN ASIDE
{
    background:     #444;
    width:          270px;
    letter-spacing: 0.5px;
    font-weight:    100;
}

BODY > MAIN > ASIDE
{
    z-index:        100;
}

BODY > MAIN > ASIDE.hover
{
    width:          270px;
}

BODY > MAIN > ASIDE NAV.hover
{
	display:none;
}

/* Generated from 3-Main.css.txt:50 using Quasi.php */

BODY > MAIN > ASIDE > NAV
{
	margin-top: 20px;
}

/* Generated from 3-Main.css.txt:57 using Quasi.php */

BODY > MAIN > ASIDE > NAV A
{
	display:         block;
    color:           white;
    text-decoration: none;
    border:          0;
}

/* Generated from 3-Main.css.txt:67 using Quasi.php */

BODY > MAIN > ASIDE > NAV A.indented
{
	padding-left: 70px;
}

/* Generated from 3-Main.css.txt:74 using Quasi.php */

BODY > MAIN > ARTICLE
{
	position:    relative;
	overflow-y:  scroll;
}

/* Generated from 3-Main.css.txt:82 using Quasi.php */

BODY#index          > MAIN > ARTICLE,
BODY#accept-index   > MAIN > ARTICLE,
BODY#activate-index > MAIN > ARTICLE,
BODY#privacy-index  > MAIN > ARTICLE,
BODY#terms-index    > MAIN > ARTICLE
{
	overflow:    initial;
}

/* Generated from 3-Main.css.txt:93 using Quasi.php */

BODY > MAIN > ARTICLE > SECTION
{
	min-height: auto;
	height:     auto;
	max-height: auto;
	background: #F9F9F9;
}

/* Generated from 3-Main.css.txt:103 using Quasi.php */

BODY > MAIN > ARTICLE > SECTION:nth-child(1)
{
	justify-content:center;
	padding: 100px 50px;
}

/* Generated from 3-Main.css.txt:111 using Quasi.php */

BODY > MAIN > ARTICLE > SECTION > FORM
{
	background:    #EEE;
	margin:        50px;
	border-radius: 10px;
	border:        solid 1px black;
	border:        solid 1px #999999 /* --form-background-header */;
	padding:       40px;
}

/* Generated from 3-Main.css.txt:123 using Quasi.php */

BODY > MAIN > ARTICLE > SECTION.flex_start
{
	justify-content: flex-start;
}

/* Generated from 3-Main.css.txt:130 using Quasi.php */

BODY > MAIN > ARTICLE > SECTION .home_card_holder
{
	padding: 0;
}

/* Generated from 3-Main.css.txt:137 using Quasi.php */

BODY > MAIN > ARTICLE > SECTION > .home_section_header
{
	display:        block;
	width:          100%;
	box-sizing:     border-box;
	padding:        50px;
}

/* Generated from 3-Main.css.txt:147 using Quasi.php */

BODY > MAIN > ARTICLE > H2
{
	margin:        0;
	padding:       50px;
	font-size:     30px;
	line-height:   30px;
	background:    #EEE;
}

/* Generated from 3-Main.css.txt:158 using Quasi.php */

BODY > MAIN > ARTICLE HEADER
{
	display:         flex;
	justify-content: space-between;
	align-items:     center;

	height:          100px;
	margin:          0;
	padding:         0 50px;
	background:      #EEE;
	background:      #993900;
	background:      #5F5D5D;
	color:           white;
}

BODY > MAIN > ARTICLE HEADER > H2
{
	font-size:      30px;
	line-height:    50px;
	vertical-align: middle;
	flex-grow:      1;
}

/* Generated from 3-Main.css.txt:183 using Quasi.php */

BODY > MAIN > ARTICLE  FORM
{
	margin:        50px;
}

/* Generated from 3-Main.css.txt:190 using Quasi.php */

BODY > MAIN > ARTICLE >       TABLE,
BODY > MAIN > ARTICLE > DIV > TABLE
{
	margin:     50px;
	width:      calc( 100% - 100px );
	box-sizing: border-box;
}

/* Generated from 3.1-Home.css.txt:2 using Quasi.php */

BODY > MAIN.content,
BODY > MAIN.content
{
    bottom:         0px;
    padding-bottom: 60px;
}

/* Generated from 3.1-Home.css.txt:11 using Quasi.php */

BODY > MAIN.content > ARTICLE > FORM
{
    border-top:    solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

/* Generated from 3.1-Home.css.txt:19 using Quasi.php */

BODY > MAIN.content > ARTICLE > FORM INPUT,
BODY > MAIN.content > ARTICLE > FORM BUTTON
{
    height:         50px;
    font-size:      18px;
}

/* Generated from 3.1-Home.css.txt:28 using Quasi.php */

MAIN.content > ARTICLE > FORM > DIV.fieldset,
MAIN.content > ARTICLE > FORM > DIV.fieldset:last-child
{
    padding:        0px;
}

/* Generated from 3.1-Home.css.txt:36 using Quasi.php */

MAIN.content > ARTICLE > FORM > DIV.buttons
{
    padding: 50px 10px 50px 10px;
}

/* Generated from 3.1-Home.css.txt:43 using Quasi.php */

.homeform
{
    margin:         0;
    padding:        40px 40px;
    background:     #eeeeee /* --form-background */;
    letter-spacing: 1px;
    line-height:    20px;
}

/* Generated from 3.1-Home.css.txt:54 using Quasi.php */

SECTION#section-hero
{
    position:   relative;
    background: #000000;
    overflow:   hidden;
}

SECTION#section-hero::before
{
    position: absolute;
    top:      0;
    left:     0;
    right:    0;
    bottom:   0;

    content:  '';

    background: url(/resources/images/hero/iStock-936418814.jpg) 0 0 no-repeat;
    background-size: cover;

    opacity: 0.75;

    filter:         blur(4px) /* --hero-image-blur-initial */;
}

SECTION.transition#section-hero::before
{
    filter:         blur(1px) /* --hero-image-blur */;

    transition-duration: 8s;
    transition-property: -webkit-filter;
}

/* Generated from 3.1-Home.css.txt:103 using Quasi.php */

SECTION#section-hero BIG
{
    visibility:invisible;
    z-index: 0;

    padding: 10px 20px 20px 20px;
}

SECTION#section-hero BIG
{
    color: white;
    text-shadow: 0px 0px 2px #444, 0px 0px 12px #D5BCA0;
    text-shadow: 0px 0px 2px #444, 0px 0px 12px #62513F;
}

SECTION#section-hero BIG.black
{
    color: black;
    text-shadow: 1px 1px #DDD, 0px 0px 12px #D5BCA0;
}


SECTION#section-hero BIG
{
    font-weight: 400;
}

SECTION#section-hero BIG TT
{
    font-weight: 600;
}

SECTION#section-hero BIG EM
{
    font-weight: 600;
    xcolor:       #F37225AA;
    xcolor:       rgb( 247, 178, 136 );
}

/* Generated from 3.2-Content.css.txt:2 using Quasi.php */

BODY > MAIN.content
{
    max-width:    1500px /* --responsive-max-width */;
    margin-left:  auto;
    margin-right: auto;

    /*
    border-left:  solid 1px #CCC;
    border-right: solid 1px #CCC;
    */
}

BODY > FOOTER.content
{
    max-width:    1500px /* --responsive-max-width */;
    margin-left:  auto;
    margin-right: auto;
}

/* Generated from 3.2-Content.css.txt:23 using Quasi.php */

MAIN.content H3
{
    padding: 0 50px;
    font-size: 24px;
    line-height: 100px;
}

/* Generated from 3.2-Content.css.txt:32 using Quasi.php */

MAIN.content  P
{
    padding:     0 50px;
    font-size:   14px;
    line-height: 20px;
    max-width:   800px;
    text-align:  justify;
}

/* Generated from 3.2-Content.css.txt:43 using Quasi.php */

MAIN.content  P:last-child
{
    padding-bottom: 50px;
}

/* Generated from 4-Footer.css.txt:4 using Quasi.php */

BODY > FOOTER
{
    background:     #f37225 /* --footer-color-background */;
    height:         60px;
}

/* Generated from 4-Footer.css.txt:12 using Quasi.php */

BODY > FOOTER > NAV > SPAN,
BODY > FOOTER > NAV > A
{
    color:          #fff /* --footer-color-text */;
    font-size:      14px;
    letter-spacing: 1px;
    font-weight:    100;
}

/* Generated from 4-Footer.css.txt:23 using Quasi.php */

BODY > FOOTER .copyright
{
    font-weight:    100;
}

/* Generated from 5-Dialogs.css.txt:4 using Quasi.php */

.inline-dialog
{
    display:         flex;
    flex-direction:  column;
    justify-content: center;
    align-items:     center;
    width:           100vw;
}

/* Generated from 5-Dialogs.css.txt:15 using Quasi.php */

.inline-dialog > HEADER
{
    align-item: center;
    max-width: 600px;
    width:     100vw;
    height:    80px;
}

/* Generated from 5-Dialogs.css.txt:25 using Quasi.php */

BODY >  DIALOG > HEADER,
.inline-dialog > HEADER
{
	box-sizing: border-box;
	padding:    10px 30px;
	background: #f37225 /* --footer-color-background */;
	color:      white /* --header-color-text */;
}

BODY >  DIALOG > HEADER > NAV > H1,
.inline-dialog > HEADER > NAV > H1
{
	color:          white /* --header-color-text */;
	letter-spacing: 1px;
	font-weight:    100;
    font-size:      24px;
}

/* Generated from 5-Dialogs.css.txt:46 using Quasi.php */

.inline-dialog > FORM
{
    margin:     0;
    max-width:  600px;
    width:     100vw;
}

/* Generated from 5-Dialogs.css.txt:55 using Quasi.php */

BODY >  DIALOG > FORM,
.inline-dialog > FORM
{
	box-sizing: border-box;
	padding:    20px 30px 30px;
}

/* Generated from 5-Dialogs.css.txt:64 using Quasi.php */

.inline-dialog > FORM DIV.fieldset
{
    padding:    20px 10px;
}

/* Generated from 5-Dialogs.css.txt:71 using Quasi.php */

.inline-dialog > FORM DIV.buttons
{
    padding:    20px !important;
}

/* Generated from 6-Lists.css.txt:4 using Quasi.php */

OL
{
	padding:0;
	list-style-position: outside;
}

OL > LI
{
	margin-bottom: 10px;
	line-height:   24px;
}

/* Generated from 6-Tables.css.txt:4 using Quasi.php */

TABLE
{
	width:100%;
	background:white;
}

/* Generated from 6-Tables.css.txt:12 using Quasi.php */

TABLE
{
	width:           100%;
	background:      white;
	border-collapse: separate;
	border-spacing:  0;
}

/* Generated from 6-Tables.css.txt:22 using Quasi.php */

TABLE THEAD TR TH,
TABLE TBODY TR TD
{
	padding: 15px 20px;
}

/* Generated from 6-Tables.css.txt:30 using Quasi.php */

TABLE THEAD TR TH
{
	text-align: left;
	background: #AAA;
	color:      white;
}

/* Generated from 6-Tables.css.txt:39 using Quasi.php */

TABLE TBODY TR TD
{
	border-bottom: solid 1px #ddd;
}

/* Generated from 7-Forms.css.txt:4 using Quasi.php */

BODY > MAIN > ARTICLE FORM
{
    background:    #eeeeee /* --form-background */;
    padding:       0px;
}

/* Generated from 7-Forms.css.txt:12 using Quasi.php */

BODY > MAIN > ARTICLE FORM > HEADER
{
    height:         50px;
    background:     #999999 /* --form-background-header */;
    font-size:      20px;
    color:          white;
    font-weight:    100;
    letter-spacing: 1px;
    padding-left:   25px;
}

/* Generated from 7-Forms.css.txt:25 using Quasi.php */

BODY > MAIN > ARTICLE FORM DIV.fieldset
{
    padding:       40px 40px 0 40px;
}

BODY > MAIN > ARTICLE FORM DIV.fieldset:last-child
{
    padding-bottom: 50px;
}

/* Generated from 7-Forms.css.txt:37 using Quasi.php */

.advisory
{
    margin:        0 10px;
    border:        solid 1px #ccc;
    border-radius: 7px;
    padding:       30px 20px;
    background:    #ddd;
}

ARTICLE > .advisory
{
    margin: 0 50px;
}

.advisory P
{
    color:          #444;
    font-size:      16px;
    font-weight:    100;
    line-height:    28px;
}

MAIN.content .advisory P:last-child
{
    /* Override styling used for content pages */
    padding: 0px;
}

/* Generated from 7-Forms.css.txt:67 using Quasi.php */

FORM LABEL EM
{
    padding:     5px 0 0 0;
    line-height: 35px;
}

/* Generated from 7-Forms.css.txt:83 using Quasi.php */

FORM SELECT
{
    background: white;
}

/* Generated from 7-Forms.css.txt:90 using Quasi.php */

BODY > MAIN > ARTICLE FORM DIV.buttons
{
    padding:       40px 50px 0;
}

BODY > MAIN > ARTICLE FORM DIV.buttons:last-child
{
    padding-bottom: 50px;
}

BODY > MAIN > ARTICLE FORM DIV.buttons.no_top_padding
{
    padding-top: 0px;
}

/* Generated from 7-Forms.css.txt:107 using Quasi.php */

FORM BUTTON
{
    border-radius:  25px;
}

/* Generated from 7-Forms.css.txt:114 using Quasi.php */

FORM BUTTON         { background: #189E7C /* --button-background-primary */; }
FORM BUTTON.info    { background: #4265AF /* --button-background-info */;    }
FORM BUTTON.warning { background: #F3AD25 /* --button-background-warning */; }

FORM BUTTON:hover:not(:disabled)         { background: #38BE9C /* --button-background-primary-hover */; }
FORM BUTTON:hover:not(:disabled).info    { background: #6285CF /* --button-background-info-hover */;    }
FORM BUTTON:hover:not(:disabled).warning { background: #F3CD45 /* --button-background-warning-hover */; }

FORM BUTTON:disabled
{
    opacity: 0.3;
}

/* Generated from 7-Forms.css.txt:130 using Quasi.php */

SELECT:required
{
    box-shadow:none;
}

@-moz-document url-prefix()
{
    SELECT
    {
        vertical-align:baseline;
    }
}

/* Generated from 7-Forms.css.txt:145 using Quasi.php */

FORM LEGEND
{
    position:       relative;
    left:           -15px;
    width:          100%;
    display:        block;
    color:          #888;
    font-size:      18px;
    padding-bottom: 5px;
}

/* Generated from 7-Forms.css.txt:158 using Quasi.php */

FORM TABLE
{
    background: transparent;
}

FORM TABLE TBODY TR TD
{
    xborder-bottom: none;
}

/* Generated from 7-Forms.css.txt:170 using Quasi.php */

FORM LABEL.auto_width
{
	width:        auto;
	margin-right: auto;
}

/* Generated from 7-Forms.css.txt:178 using Quasi.php */

FORM LABEL INPUT
{
    letter-spacing: 0.3px;
}

/* Generated from 7-Forms.css.txt:185 using Quasi.php */

FORM LABEL INPUT[type=radio]
{
	width:   25px;
    height:  18px;
    margin:  14px 0 8px;
}

FORM LABEL INPUT[type=radio] + SPAN
{
	vertical-align: top;
	display:        inline-block;
	line-height:    40px;
	margin:         3px 0;
}

/* Generated from 7-Forms.css.txt:202 using Quasi.php */

FORM LABEL INPUT:read-only
{
    background: #E5E5E5;
    color:      #444;
}

/* Generated from 7-Forms.css.txt:210 using Quasi.php */

FORM DIV.preamble
{
    display:   flex;
    flex-wrap: wrap;
    padding:   30px 40px 0px;
}

/* Generated from 7-Forms.css.txt:220 using Quasi.php */

FORM DIV.preamble SPAN
{
    max-width: 840px;
    padding: 0px 10px;
}

/* Generated from 7-Forms.css.txt:228 using Quasi.php */

FORM DIV.preamble + DIV.fieldset
{
    padding-top: 20px;
}

/* Generated from 7.1-Forms_scroller.css.txt:4 using Quasi.php */

.viewport
{
    overflow-x: hidden;
    position:   relative;
}

/* Generated from 7.1-Forms_scroller.css.txt:12 using Quasi.php */

.viewport > HEADER
{
    height:         50px;
    background:     #999999 /* --form-background-header */;
    font-size:      20px;
    color:          white;
    font-weight:    100;
    letter-spacing: 1px;
    padding-left:   25px;
}

/* Generated from 7.1-Forms_scroller.css.txt:25 using Quasi.php */

.viewport > .layout
{
    position:  relative;
    display:   flex;
    flex-wrap: none;
}

/* Generated from 7.1-Forms_scroller.css.txt:34 using Quasi.php */

.viewport.step1 > .layout
{
    left:0px;
    transition-duration: 500ms;
}

.viewport.step2 > .layout
{
    left:-100%;
    transition-duration: 500ms;
}

.viewport.step3 > .layout
{
    left:-200%;
    transition-duration: 500ms;
}

.viewport.step4 > .layout
{
    left:-300%;
}

.viewport.step5 > .layout
{
    left:-400%;
}

/* Generated from 7.1-Forms_scroller.css.txt:64 using Quasi.php */

.radio_scroller
{
    overflow-y: scroll;
    margin:     50px 50px 0 50px;
    border:     solid 1px #CCCCCC;
    background: #f9f9f9;
}

.radio_scroller LABEL
{
    display:     flex;
    flex-wrap:   nowrap;
    align-items: center;
    cursor:      pointer;
}

.radio_scroller TD
{
    padding-left: 0px;
}

.radio_scroller TD LABEL DIV
{
    padding-left: 20px;
}

/* Generated from 7.1-Forms_scroller.css.txt:92 using Quasi.php */

.radio_scroller TD.searching
{
    padding-left: 20px;
}

.radio_scroller TD.searching LABEL
{
    justify-content:space-around;
}

/* Generated from 7.1-Forms_scroller.css.txt:105 using Quasi.php */

NAV.navsteps
{
    display:     flex;
    background:  #BEC8E0 /* --form-scroller-nav-background */;
}

NAV.navsteps > A
{
    display:     block;
    flex-basis:  33.3333%;
    line-height: 50px;
    height:      50px;
    text-align:  center;
    color:       white;
}

DIV NAV.navsteps > A
{
    position:   relative;
    overflow:   hidden;
}

DIV.step1 NAV.navsteps > A:nth-child(1)
{
    background: #6686C8 /* --form-scroller-nav-active-background */;
    color:      white;
    font-weight: 400;
}

DIV.step2 NAV.navsteps > A:nth-child(2)
{
    background: #6686C8 /* --form-scroller-nav-active-background */;
    color:      white;
}

DIV.step3 NAV.navsteps > A:nth-child(3)
{
    background: #6686C8 /* --form-scroller-nav-active-background */;
    color:      white;
}

DIV NAV.navsteps > A:nth-child(2)::before,
DIV NAV.navsteps > A:nth-child(3)::before
{
    position:   absolute;
    box-sizing: border-box;

    top:          6px;
    left:        -18px;
    width:        38px;
    height:       38px;
    border-top:   solid 1px #BBB;
    border-right: solid 1px #BBB;
    border-top:   solid 1px #6686C85C;
    border-right: solid 1px #6686C85C;
    border-top:   solid 1px #FFFFFFAA;
    border-right: solid 1px #FFFFFFAA;
    content:      '';
    transform:    rotate(45deg);
}

DIV.step1 NAV.navsteps > A:nth-child(2)::before
{
    background: #6686C8 /* --form-scroller-nav-active-background */;
    border:     0;
}

DIV.step2 NAV.navsteps > A:nth-child(2)::before
{
    background: #BEC8E0 /* --form-scroller-nav-background */;
    border:     0;
}

DIV.step2 NAV.navsteps > A:nth-child(3)::before
{
    background: #6686C8 /* --form-scroller-nav-active-background */;
}

DIV.step3 NAV.navsteps > A:nth-child(3)::before
{
    background: #BEC8E0 /* --form-scroller-nav-background */;
    border:     0;
}

/* Generated from 9-Custom_elements.txt:2 using Quasi.php */

.flex_row
{
	width:           100%;
	display:         flex;
	flex-direction:  row;
	justify-content: space-evenly;
	align-items:     center;
}

/* Generated from 9-Custom_elements.txt:13 using Quasi.php */

.flex_column
{
	width:           100%;
	display:         flex;
	flex-direction:  column;
	justify-content: space-evenly;
	align-items:     center;
}

/* Generated from 9-Custom_elements.txt:25 using Quasi.php */

.flex_wrap
{
	flex-wrap: wrap;
}

/* Generated from 9-Custom_elements.txt:34 using Quasi.php */

.card.hero
{
	display:        flex;
	flex-direction: column;
	position:       relative;
	margin:         0 0 50px;
	box-sizing:     border-box;
	width:          300px;
	height:         500px;
	padding:        0px 0px 64px 0px;
	font-size:      20px;
	background:     transparent;
}

.card.hero .heading
{
	width:         100%;
	border-bottom: solid 3px #F9F9F9;
	box-sizing:    border-box;
	background:     #EEEEEE;
	xbackground:    #A9A8A8;
	xbackground:    #D0D0D0;
	xbackground:    #FFA875;
	xbackground:    #FBAF83;

	font-size:     30px;
	font-weight:   300;
	line-height:   70px;
	padding:       0 20px;
	color:         white;
	color:         #090909;
	text-align:    center;
}

.card.hero OL
{
	margin:          0px;
	padding:         20px;
	list-style-type: none;
	font-weight:     100;
	background:      #EEE;
	flex-grow:       1;
}

.card.hero OL EM
{
	font-style:  normal;
	font-weight: 400;
	color:       black;
}

.card.hero DIV.big
{
	position:    absolute;
	border-top:  solid 3px #F9F9F9;
	padding:     20px 25px;
	left:        0px;
	right:       0px;
	bottom:      0px;
	font-size:   24px;
	font-weight: 500;
	line-height: 24px;
	text-align:  center;
	background:  #EEE;
}

/* Generated from 9-Custom_elements.txt:104 using Quasi.php */

.profile_completion > H3 + DIV,
.profile_completion > H3 + DIV + DIV
{
	background: #e3e3e3;
	background: #d5d5d5;
}

/* Generated from 9-Custom_elements.txt:113 using Quasi.php */

.card.dashboard
{
	position:      relative;
	margin-top:    50px;
	box-sizing:    border-box;
	width:         300px;
	font-size:     40px;
	color:         #000;
}

.flex_column .card.dashboard
{
    width:         100%;
    box-sizing:    border-box;
    padding:       0 50px 0 50px;
}

.flex_column .card.dashboard:last-child
{
    margin-bottom: 50px;
}

/* Generated from 9-Custom_elements.txt:137 using Quasi.php */

.dashboard_info
{
	display:    flex;
	background: #E7E7E7;
}

/* Generated from 9-Custom_elements.txt:145 using Quasi.php */

.card.dashboard .card_header
{
	width:       100%;
	box-sizing:  border-box;
	padding:     0 20px;
	height:      50px;
	background:  #ffc781;
	background:  #feb356;
	background:  #ffaa78;
	background:  #BBB;
	color:       white;
	line-height: 50px;
	font-weight: 100;
	font-size:   20px;
	letter-spacing: 1px;
}

/* Generated from 9-Custom_elements.txt:164 using Quasi.php */

.card.dashboard A
{
	display:         block;
	text-decoration: none;
}

.card.dashboard A:hover
{
	position: relative;
	xtop:  -2px;
	xleft: -2px;
	xbox-shadow: 5px 3px 3px 5px #D9D9D9;
}

.card.dashboard A:hover .card_header
{
	background: #999;
}

/* Generated from 9-Custom_elements.txt:193 using Quasi.php */

.card.dashboard BIG
{
	color:         #ed884c;
	margin:        0;
	padding:       50px;
}

#dashboard-index BIG
{
	font-size:     80px;
}

#dashboard-personal_profile-index BIG
{
	font-size:     60px;
	padding-top:   41px;
}

/* Generated from 9-Custom_elements.txt:213 using Quasi.php */

.profile_dashboard_info
{
	display: flex;
	background:  #E7E7E7;
}

.profile_dashboard_info BIG
{
	flex-basis:  250px;
	box-sizing:  border-box;
	width:       250px;
	flex-grow:   0;
	flex-shrink: 0;
}

.profile_dashboard_info DIV
{
}

/* Generated from 9-Custom_elements.txt:234 using Quasi.php */

#button-create-free-account
{
	display:        block;
	margin-top:     50px;
	background:     #4265AF;
	border:         0;
	outline:        0;
	height:         65px;
	line-height:    65px;
	font-size:      20px;
	font-weight:    100;
	padding:        0 30px;
	color:          white;
	letter-spacing: 1px;
	border-radius:  15px;
}

#button-create-free-account:hover
{
	background:     #6285CF;
}

/* Generated from 9-Custom_elements.txt:258 using Quasi.php */

.header_button
{
	display:         inline-block;
	box-sizing:      border-box;
	border:          solid 1px #888;
	border-radius:   25px;
	height:          50px;
	padding:         0px 20px 0 23px;
	font-size:       16px;
	line-height:     50px;

	background:      #444;
	color:           white;
	text-decoration: none;
	letter-spacing:             1px;
	background:                 #4265AF;
	border:                     none;
}

/* Generated from 9-Custom_elements.txt:279 using Quasi.php */

.header_button:first-child
{
	margin-right: 20px;
}

/* Generated from 9-Custom_elements.txt:286 using Quasi.php */

.header_button.left
{
	border-top-right-radius:    0;
	border-bottom-right-radius: 0;
	padding-left:               25px;
}

/* Generated from 9-Custom_elements.txt:295 using Quasi.php */

.header_button.left.inverted
{
	background:                 transparent;
	border-color:               #444;
	font-weight:                600;
	color:                      #444;
	border:                     solid 2px #444;
}

/* Generated from 9-Custom_elements.txt:307 using Quasi.php */

.info_card
{
	flex-grow:     1;
	margin:        20px;
    padding:       20px 20px 30px;
    border:        solid 1px #ccc;
    border-radius: 7px;
    background:    #ddd;
}

.info_card .header
{
	font-size:      20px;
	font-weight:    normal;
	line-height:    27px;
	text-align:     left;
	color:          text;
}

.info_card DL
{
	display:   flex;
	flex-wrap: wrap;
}

.info_card DL:not(:first-child)
{
	margin-top: 20px;
	border-top: solid 1px #bbb;
	padding-top: 10px;
}

.info_card DT,
.info_card DD
{
	box-sizing:  border-box;
	padding-top: 10px;
	flex-basis:  50%;
	font-size:   18px;
	line-height: 24px;
}

.info_card DT
{
	color: #444;
}

.info_card DD
{
	padding-left: 10px;
	overflow: hidden;
}

/* Generated from 9-Custom_elements.txt:362 using Quasi.php */

.primary
{
	background: #189E7C /* --button-background-primary */;
}

/* Generated from 9-Custom_elements.txt:369 using Quasi.php */

.info
{
	background: #4265AF /* --button-background-info */;
}

/* Generated from 9-Custom_elements.txt:376 using Quasi.php */

A.disabled
{
	cursor: text;
}

/* Generated from 9-Custom_elements.txt:383 using Quasi.php */

A.warning,
BUTTON.warning
{
	background: #F3AD25 /* --button-background-warning */;
	text-transform: uppercase;
}

/* Generated from 9-Custom_elements.txt:392 using Quasi.php */

.c
{
	text-align:center;
}

/* Generated from 9-Custom_elements.txt:399 using Quasi.php */

.r
{
	text-align:right;
}

/* Generated from 9-Custom_elements.txt:406 using Quasi.php */

.invisible
{
	opacity: 0;
}

.hidden
{
	display: none;
}

/* Generated from I-Icons.css.txt:2 using Quasi.php */

.xinfo
{
    position:   relative;
    width:      28px;
}

.xinfo::before
{
    content:     '\0f05a';
    font-family: 'Awesome';
    font-weight:  300;
    font-size:    15px;

    position:     absolute;
    top:          0;
    left:         0;
    right:        0;
    bottom:       0;

    text-align:   center;
    line-height:  38px;
    color:        var(--header-links);
}

/* Generated from I-Icons.css.txt:28 using Quasi.php */

A.icon
{
    position:      relative;
    padding-left:  58px;
    padding-right: 0px;
}

/* Generated from I-Icons.css.txt:37 using Quasi.php */

A.icon.not
{
    margin-left:   50px;
    width:         0px;
    padding:       0 0 0 20px;
    height:        40px;
    line-height:   40px;
}

/* Generated from I-Icons.css.txt:48 using Quasi.php */

A.icon.not:before
{
    width:          20px;
}

/* Generated from I-Icons.css.txt:55 using Quasi.php */

BODY > MAIN > ASIDE > NAV > A.icon:before,
A.icon:before
{
    position:absolute;
    top:            0;
    left:           0;
    bottom:         0;
    width:          60px;

    font-family:    Awesome;
    vertical-align: middle;
    font-size:      18px;
    text-align:     center;
}

.icon.hover:before
{
    content: "\0f061";
}

ASIDE.hover .icon.hover:before
{
    content: "\0f060";
}


.icon.clothing:before
{
    content: "\0f553";
}

.icon.close:before
{
    content: "\0f00d";
}

.icon.contact:before
{
    content: "\0f2b9";
}

.icon.dashboard:before
{
    content: "\0f62d";
}

.icon.edit:before
{
    content: "\0f044";
}

.icon.emergency:before
{
    content: "\0f479";
}

.icon.groups:before
{
    content: "\0f61f";
}

.icon.identity:before
{
    content: "\0f2c1";
}

.icon.login:before
{
    content: "\0f007";
}

.icon.logout:before
{
    content: "\0f08b";
}

.icon.notification:before
{
    content: "\0f0f3";
}

.icon.organisation:before
{
    content: "\0f0e8";
}

.icon.personal:before
{
    content: "\0f2bd";
}

.icon.project:before
{
    content: "\0f542";
}

.icon.residential:before
{
    content: "\0f015";
}

.icon.user:before
{
    content: "\0f007";
}


.fs24:before
{
    font-weight: 100;
    font-size:   24px;
    line-height: 24px;
}

.fs90:before
{
    font-size:   90px;
    line-height: 90px;
    color:       #226666;
}

.solid:before
{
    font-family: AwesomeSolid;
    font-weight: 900;
}

/* Generated from I-Icons.css.txt:184 using Quasi.php */

.navicon
{
    position:relative;
}

A.navicon:before
{
    position:       absolute;
    top:            0;
    right:          0;
    bottom:         0;
    width:          60px;

    font-family:    Awesome;
    vertical-align: middle;
    font-size:      18px;
    font-weight:    100;
    text-align:     center;
    line-height:    51px;
    color:          white;
}

.navicon.edit:before
{
    content: "\0f044";
}

.navicon.rarrow:before
{
    content: "\0f061";
    font-weight: 100;
}

.navicon.rdarrow:before
{
    content: "\0f356";
    font-weight: 100;
}

/* Generated from I-Icons.css.txt:225 using Quasi.php */

.icon.spinner
{
    position:    relative;
    width:       18px;
    margin-left: 3px;
    margin-right: 7px;
}

SPAN.icon.spinner:before
{
    position:       absolute;
    top:            0;
    right:          0;
    bottom:         0;
    width:          18px;

    font-family:    Awesome;
    vertical-align: middle;
    font-size:      18px;
    font-size:      14px;
    font-weight:    400;
    text-align:     center;
    line-height:    22px;
    color:          black;

    animation-name:            spin;
    animation-duration:        1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

SPAN.icon.spinner:before
{
    content: "\0f110";
}

@keyframes spin {
    from {
        transform: rotate(   0deg );
    }
    to {
        transform: rotate( 360deg );
    }
}

/* Generated from R-Responsive.css.txt:6 using Quasi.php */

@media only screen and (max-width:1100px /* --responsive-header-width */)
{
    BODY > MAIN > ARTICLE HEADER H2
    {
        font-size:  20px;
    }
}

/* Generated from R-Responsive.css.txt:16 using Quasi.php */

BODY > MAIN > ARTICLE HEADER  DIV SMALL
{
    text-transform: uppercase;
}

BODY > MAIN > ARTICLE HEADER  DIV
{
    display: flex;
    flex-direction:column;
}

BODY > MAIN > ARTICLE HEADER  DIV TT
{
    display:none;
}

BODY > MAIN > ARTICLE HEADER  DIV SPAN
{
    line-height: 30px;
}

BODY > MAIN > ARTICLE HEADER  DIV SMALL
{
    xtext-transform: uppercase;
    font-size:      13px;
    font-weight:    bold;
    line-height:    17px;
}

@media only screen and (max-width:1100px /* --responsive-header-width */)
{
    BODY > MAIN > ARTICLE HEADER  DIV SPAN
    {
        line-height: 20px;
    }
}

/* Generated from R-Responsive.css.txt:59 using Quasi.php */

@media only screen and (max-width:760px /* --responsive-aside-width */)
{
    BODY > MAIN > ASIDE
    {
        position:            absolute;
        top:                 0px;
        bottom:              0px;
        width:               58px /* --main-aside-small-width */;
        z-index:             100;
    }

    BODY > MAIN > ASIDE + ARTICLE
    {
        margin-left:         58px /* --main-aside-small-width */;
    }
}

/* Generated from R-Responsive.css.txt:80 using Quasi.php */

@media only screen and (hover: hover) and (max-width:760px /* --responsive-aside-width */)
{
    BODY > MAIN > ASIDE:hover
    {
        width: 270px /* --main-aside-large-width */;
    }
}

/* Generated from R-Responsive.css.txt:92 using Quasi.php */

@media only screen and (min-width:760px /* --responsive-aside-width */)
{
    .desktop     { display: initial; }
    .desktop.not { display: none;    }
}

@media only screen and (max-width:760px /* --responsive-aside-width */)
{
    .desktop     { display: none;    }
    .desktop.not { display: initial; }
}

/* Generated from R-Responsive.css.txt:112 using Quasi.php */

@media only screen and (max-width:760px /* --responsive-aside-width */)
{
    BODY > MAIN > ARTICLE HEADER
    {
        padding-left:  25px;
        padding-right: 25px;
    }

    BODY > MAIN > ARTICLE > FORM
    {
        margin: 0px;
    }

    BODY > MAIN > ARTICLE > FORM > DIV.fieldset
    {
        padding-top:   15px;
        padding-left:  15px;
        padding-right: 15px;
    }

    BODY > MAIN > ARTICLE > FORM > DIV.buttons
    {
        padding-top:   15px;
        padding-left:  25px;
        padding-right: 25px;
    }
}

/* Generated from R-Responsive.css.txt:142 using Quasi.php */

@media only screen and (max-width:760px /* --responsive-aside-width */)
{
    BODY > MAIN > ARTICLE > TABLE
    {
        margin: 0;
        width: 100%;
    }
}

/* Generated from R-Responsive.css.txt:161 using Quasi.php */

@media only screen and (max-width:760px /* --responsive-aside-width */)
{
    .flex_column .dashboard.card,
    .flex_column .dashboard.card:last-child
    {
        margin-top:    0;
        padding-left:  0;
        padding-right: 0;
    }
}

/* Generated from R-Responsive.css.txt:176 using Quasi.php */

@media only screen and (max-width:760px /* --responsive-aside-width */)
{
    .info_card DT,
    .info_card DD
    {
        flex-basis: 100%;
    }
}

/* Generated from R-Responsive.css.txt:189 using Quasi.php */

@media only screen and (max-width:1000px /* --responsive-home-width */)
{
    .flex_row.home_card_holder
    {
        flex-direction: column;
    }

    .hero.card
    {
        margin:  0 0 50px 0;
        width:   calc( 100% - 100px );
        height:  auto;
    }

    .hero.card OL
    {
        text-align: center;
    }

    .hero.card:first-child
    {
        margin-top: 50px;
    }
}

/* Generated from R-Responsive.css.txt:229 using Quasi.php */

@media only screen and (max-width:1380px /* --responsive-card-width */)
{
    .dashboard.card
    {
        width:         100%;
        padding:       0 50px 0 50px;
    }

    .dashboard.card:last-child
    {
        margin-bottom: 50px;
    }
}

/* Generated from R-Responsive.css.txt:250 using Quasi.php */

@media only screen and (max-width:1100px /* --responsive-info-width */)
{
    .profile_dashboard_info
    {
        flex-direction: column;
    }

    .card.dashboard .profile_dashboard_info > BIG
    {
        padding: 30px 30px 10px;
    }

    .profile_dashboard_info BIG
    {
        flex-basis: auto;
    }
}

/* Generated from R-Responsive.css.txt:275 using Quasi.php */

@media only screen and (max-width:1000px /* --responsive-form-width */)
{
    FORM LABEL.half_width    { width: 100%; }
    FORM LABEL.third_width   { width: 100%; }
    FORM LABEL.fourth_width  { width: 100%; }
    FORM LABEL.quarter_width { width: 100%; }
    FORM LABEL.eighth_width  { width: 100%; }

    FORM LABEL:not(:first-child) INPUT:first-child,
    FORM LABEL:not(:first-child) BUTTON:first-child
    {
        margin-top: 20px;
    }

    FORM LABEL:not(:first-child) INPUT[type=checkbox]:first-child,
    FORM LABEL:not(:first-child) INPUT[type=radio]:first-child
    {
        margin-top: 3px;
    }
}

/* Generated from R-Responsive.css.txt:312 using Quasi.php */

@media only screen and (max-width:760px /* --responsive-aside-width */) and (hover: none)
{
    BODY > MAIN > ASIDE NAV.hover
    {
        display:block;
    }
}

/* Generated from R-Responsive.css.txt:322 using Quasi.php */

@media only screen and (min-width:--responsive-tablet-width)
{
    .tablet { display: initial; }
}

@media only screen and (max-width:--responsive-tablet-width)
{
    .tablet { display: none; }
}

/* Generated from T-Typography.css.txt:2 using Quasi.php */

BIG
{
	display:     block;
	margin:      0;
	padding:     0;
	font-size:   50px;
	font-weight: 100;
	line-height: 65px;
}

/* Generated from T-Typography.css.txt:14 using Quasi.php */

BIG TT,
BIG SPAN
{
	display:     inherit;
	font-size:   inherit;
	font-weight: inherit;
	line-height: inherit;
}

/* Generated from T-Typography.css.txt:25 using Quasi.php */

BIG TT
{
	font-style:     normal;
	font-weight:    300;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height:    80px;
}

/* Generated from T-Typography.css.txt:36 using Quasi.php */

BIG SPAN
{
	font-size:   42px;
	line-height: 55px;
}

/* Generated from T-Typography.css.txt:44 using Quasi.php */

BIG EM
{
	font-style:  normal;
	font-weight: 400;
}

/* Generated from T-Typography.css.txt:52 using Quasi.php */

BODY > MAIN > ARTICLE HEADER A
{
	color: white;
}

BODY > MAIN > ARTICLE TABLE TH A
{
	color:       #4265AF;
	font-weight: 400;
}

BODY > MAIN > ARTICLE A
{
	color:       #4265AF;
	font-weight: 400;
}

/* Generated from T-Typography.css.txt:71 using Quasi.php */

.home_section_header
{
	font-size:      50px;
	line-height:    50px;
	text-transform: uppercase;
	text-align:     center;
}

/* Generated from T-Typography.css.txt:81 using Quasi.php */

FORM LABEL P
{
	font-size: 16px;
	line-height: 20px;
}

FORM LABEL P:not(:first-child)
{
	margin-top: 10px;
}

/* Generated from T-Typography.css.txt:94 using Quasi.php */

.mocktab
{
	display: inline-block;
	width:   70px;
}
