
@charset "utf-8";
/* CSS Document */

/* BODY */
html, body { font-family: 'Droid Sans', Verdana, Trebuchet, Helvetica, Sans-Serif; }
body h1, body h2, body h3, body h4, body h5, body h6, 
body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 { font-family: 'Poppins', Tahoma, Geneva, sans-serif; }

/*.component form {
	margin-left:20px;
	margin-right:20px; }*/

.brand-header-bg {}
div.brand-header-bg { background-color:transparent !important; }

/* BG IMAGE */
body {
	background-image:url(https://airdrive.eventsair.com/eventsairwesteuprod/production-eage-public/753657b2c7244a1388a23ed790f33717);
	background-position:top;
	background-size: cover;
}

div.delayed-component-content {
	background:none;
	/*background-image:url(https://airdrive.eventsair.com/eventsairwesteuprod/production-eage-public/753657b2c7244a1388a23ed790f33717);
	background-position:top;
	background-size: cover;*/
}

div#main-form.landing {
    background: none!important;
}

a { text-decoration: underline; }



/* FOOTER */
.navbar-inverse {
	background: none;
	margin-bottom:20px!important;
}

/* BIG GREEN BUTTONS FOOTER */
.navbar-btn.page-forward, 
.navbar-btn.page-backward,
.btn.btn-default {
	margin: 15px;
    padding: 10px 30px;
    height: auto;
    font-size: 1.5em;
	background:#009C7C;
	color:white; 
	border:0px;
	border-radius: 10px;
}

.navbar-btn.page-forward,
.btn.btn-default {
	background:#009C7C;
}
.navbar-btn.page-backward {
    background: #016954!important;
}


.navbar-btn.page-forward:hover, 
.navbar-btn.page-backward:hover {
    background-color: #026C56;
    color: #ffffff;
    text-decoration: none;
}


/* BUTTONS IN CENTER */
#page_0 .pull-right,
#page_1 .pull-right,
#page_2 .pull-right,
#page_3 .pull-right,
#page_4 .pull-right,
#page_5 .pull-right,
#page_6 .pull-right,
#page_7 .pull-right,
#page_8 .pull-right {
	/* display: block!important; */
	text-align: center!important;
	float: none!important; /* overrule EA */
	display: flex;
	flex-direction: column-reverse;
}

#page_7 .has-feedback {
	text-align: center!important;
}

/* */

#page_1 .btn.btn-default.navbar-btn.page-backward,
#page_2 .btn.btn-default.navbar-btn.page-backward,
#page_3 .btn.btn-default.navbar-btn.page-backward,
#page_4 .btn.btn-default.navbar-btn.page-backward,
#page_5 .btn.btn-default.navbar-btn.page-backward {
    /*display: none!important;*/
}

.text-info { color:white; }


/* QUIZ FORMS */

.form-control {
	border-radius: 10px!important;
}

.row {
    padding-bottom: 5px!important;
}


.qtip-bootstrap a {
	color:#333;
}

div#page_1 div#321851bf-0348-440b-87cc-9c83fab2dfe0.component form.dynamic-target.form-horizontal.clearfix div.text-left {
	margin-top:-2em!important;	
}





/* QUESTION 1 */
label#cst_2125d42cf0ad41a380820c38bee0d3ac_label {
    display: none;
}
/* QUESTION 2 */
label#cst_6baadac73396475b8fd06993232a0959_label {
    display: none;
}
/* QUESTION 3 */
label#cst_e731833497cc4c3dbfe688b308e5acfc_label {
    display: none;
}
/* QUESTION 4 */
label#cst_4177e379c62f4f00b122e0d6ec08f442_label {
    display: none;
}
/* QUESTION 5 */
label#cst_bf5c4830efeb42fd8d91129ceaabaf44_label {
    display: none;
}


/* STYLE DROPDOWN */

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #009C7C;
    color: #fff;
}
.select2-container--bootstrap .select2-results__option {
    padding: 20px 20px;
}
.select2-results__option .select2-results__option--highlighted {
	background-color: #009C7C;
    color: #fff;
}


/* FORM ITEMS */

label { font-weight:normal; }

/* normal style */
.btn-default, .navbar-btn { line-height:28px; }
/*.btn,*/ .btn-default, .navbar-btn /*, button, input[type="submit"], input[type="button"]*/ {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0 16px;
    background-color: #00737b;
    border: 1px solid #00737b;
    border-radius: 2px;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    -ms-transition: background-color 100ms ease-out 0ms;
    -webkit-transition: background-color 100ms ease-out 0ms;
    transition: background-color 100ms ease-out 0ms;
    -webkit-appearance: none;
    cursor: pointer;
	background-image:none;
}

/*.btn:hover,*/ .btn-default:hover, .navbar-btn:hover /*.btn:focus, button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus*/ {
    background-color: #005b62;
    border-color: #005b62;
    color: #FFFFFF;
    text-decoration: none;
}

/* inside nav */
.navbar-btn {
    background-color:#ffffff;
    border: 1px solid #00737b;
    color: #00737b;
}


/* SIGNOUT LINKS */
.sign-out-link { display:none !important; }
.account-link { display:none !important; }
.nav.navbar-nav.navbar-right { display:none !important; }

#sidebar ul.navbar-nav li:last-child { display:none; }
















