/* CSS Document */
/* GAIA base */

/* variables */
:root {
    --gaia_blue: #5bc9f4;
    --gaia_purple: #4f13ac;
}

/* tags */
html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a, abbr, acronym, address, applet, area, b, base, basefont, bdo, big, blockquote, body, br, button, caption, center, cite, code, col, colgroup, dd, del, dfn, dir, div, dl, dt, em, fieldset, font, form, frame, frameset, h1, h2, h3, h4, h5, h6, head, html, i, iframe, img, input, ins, kbd, label, legend, li, link, map, menu, meta, noframes, noscript, object, ol, optgroup, option, p, param, pre, q, s, samp, script, select, small, span, strike, strong, style, sub, sup, table, tbody, td, textarea, tfoot, title, tr, tt, u, ul, var {
    position: relative;
    font-family: "Titillium Web", "Segoe UI", Verdana, "Helvetica Neue", Helvetica, Arial, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #000;
    margin: auto;
    border: 0;
    z-index: 0;
    /* width:346;
    height:100; */
}

body, button, form, frame, head, html, iframe, img, input, label, table, tbody, textarea {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    overflow-x: visible;
    z-index: 0;
}

a, .anchor_highlight {
    /*text-decoration: none;*/
    text-decoration: underline;
    text-decoration-color: /*var(--gaia_blue)*/ #5bc9f4;
    background: linear-gradient(to right, transparent 50.5%, #aef 49.5%);
    background-size: 200% 100%;
    background-position: left bottom;
    /*margin-left: 10px;*/
    transition: all 0.25s ease;
}

a:hover, .anchor_highlight:hover {
    background-position: right bottom;
}

a.highlight:hover, .highlight:hover {
    background: #e5f0f4;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5f0f4), to(#ffffff));
    background: -moz-linear-gradient(top, #e5f0f4, #ffffff);
    background: -o-linear-gradient(top, #e5f0f4, #ffffff);
}

a.paginate_button {
    background: transparent;
    transition: none !important;
}

img {
    border: 0;
    width: auto;
}

table {
    font-size: 0.8em;
}

thead.gaia {
    background-image: url(/img/gaia/earth_background_pg_trans70pct.jpg);
    background-position: 0 -125px;
    font-weight: 700;
}

th {
    color: #000;
    font-weight: 700;
    padding: 10px 5px 10px 5px;
    border: #aaa 1px solid;
}

td {
    padding: 2px;
    border: #aaa 1px solid;
}

textarea {
    font-size: 0.9em;
}

h1 {
    font-size: 1.33em;
    font-weight: 700;
    padding-bottom: 0.33em;
}

h2 {
    color: #555;
    font-size: 1.2em;
    font-style: italic;
    font-weight: 200;
    padding-bottom: 0.33em;
}

h3 {
    font-size: 1.33em;
    font-weight: 200;
    padding-bottom: 0.33em;
}

h4 {
    color: #aaa;
    font-size: 3em;
    font-weight: 200;
    width: 80%;
    overflow: visible;
    display: block;
    /*margin:-0.4em auto -0.25em auto;
    padding-left:1.2em;
    padding-left: 12px;*/
    margin: 0;
    left: 15px;
    z-index: -1;
    letter-spacing: -0.075em;
    /* Safari and Chrome */
    -webkit-transform: scale(1.2, 1);
    -webkit-transform-origin: left top;
    /* Firefox */
    -moz-transform: scale(1.2, 1);
    -moz-transform-origin: 0 0;
    /* IE 9+ */
    -ms-transform: scale(1.2, 1);
    -ms-transform-origin: left top;
    /* Opera */
    -o-transform: scale(1.2, 1);
    -o-transform-origin: left top;

    transform: scale(1.2, 1);
    transform-origin: left top;
}

h5 {
    color: #f00;
    font-size: 4em;
    font-weight: 200;
    width: 80%;
    overflow: visible;
    /*padding-left:1.5em;
    padding-left: 12px;*/
    left: 15px;
    margin: 0;
    z-index: -1;
    letter-spacing: -0.08em;
    -webkit-transform: scale(1.2, 1);
    -moz-transform: scale(1.2, 1);
    -ms-transform: scale(1.2, 1);
    -o-transform: scale(1.2, 1);
    transform: scale(1.2, 1);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

strong {
    font-weight: 700;
}

form {
    width: 75%;
    padding: 20px;
    margin: 0 auto 0 auto;
}

form.left {
    margin-left: 1em;
    width: 90%;
}

form.outline {
    border: #555 medium solid;
    border-top: 0;
    -webkit-border-radius: 0 0 16px 16px;
    -moz-border-radius: 0 0 16px 16px;
    border-radius: 0 0 16px 16px;
}

form.nostyle {
    width: unset;
    margin: unset;
    padding: unset;
    border: unset;
}

input:disabled {
	background-color: lightgray !important;
	border-color: darkgray !important;
}

input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=password], input[type=search],
    /*HTML5 inputs*/
input[type=color], input[type=date], input[type=datetime-local], input[type=email], input[type=month], input[type=number],
input[type=range], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=week],
select, textarea {
    border: #ccc thin solid;
    /*background-color: #eefaff;*/
    background-color: #f7fbfb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 0.25em 0 0.25em;
}

input[type=button], input[type=submit], input[type=reset], button {
    padding: 1px 10px 3px 10px;
    /* background: var(--gaia_blue); */
    background: #5bc9f4;
    border: #439dbf thin solid;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, button:hover {
    /*background: #4ad5ff;*/
    background: #aef;
    border: #96ffd7 thin solid;
    /*-moz-box-shadow: 0 0 7px #96ffd7;*/
    /*-webkit-box-shadow: 0 0 7px #96ffd7;*/
    /*box-shadow: 0 0 7px #96ffd7;*/
}

input[type='submit'].hov_red:hover,
input[type='reset'].hov_red:hover,
input[type='button'].hov_red:hover,
a.hov_red:hover {
    background: #f00;
    border: #b00 thin solid;
    transition: none !important;
}

input[type='submit'].hov_yellow:hover,
input[type='reset'].hov_yellow:hover,
input[type='button'].hov_yellow:hover,
a.hov_yellow:hover {
    background: #fff87f;
    border: #ffc900 thin solid;
    transition: none !important;
}

input[type='submit'].hov_green:hover,
input[type='reset'].hov_green:hover,
input[type='button'].hov_green:hover,
a.hov_green:hover {
    background: #aaff99;
    border: #0f0 thin solid;
    transition: none !important;
}

.input_wide {
    width: 80% !important;
    width: 80vw !important;
    max-width: 80% !important;
    max-width: 80vw !important;
}

.input_med_wide {
    width: 50% !important;
    width: 50vw !important;
    max-width: 50% !important;
    max-width: 50vw !important;
}

select {
    padding-right: 0;
}

option {
    padding-left: 0.5em;
    background: rgb(256, 256, 256);
    background: rgba(256, 256, 256, 0.2);
    /*
    filter:url(blur.svg#blur);
    filter:blur(5px);
    */
}

label {
    color: #555;
    font-weight: 400;
}

::-webkit-input-placeholder {
    font-style: italic;
    font-weight: 400;
    /*color: rgba(91, 201, 244, 0.67);*/
}

:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
    font-weight: 400;
}

::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
    font-weight: 400;
}

:-ms-input-placeholder {
    font-style: italic;
    font-weight: 400;
}

caption {
    text-align: left;
    color: #555;
    font-size: 1.5em;
    font-weight: 400;
    height: 2em;
    vertical-align: bottom;
    white-space: nowrap;
}

/* classes */
.h1 {
    font-size: 1.33em;
    font-weight: 700;
}

.h2 {
    font-size: 1.2em;
    font-style: italic;
}

.h3 {
    font-size: 1.33em;
    font-weight: 200;
    padding-bottom: 0.33em;
}

.h4 {
    color: #aaa;
    font-size: 3em;
    font-weight: 200;
    width: 80%;
    overflow: visible;
    /*margin:-0.4em auto -0.25em auto;
    padding-left:1.25em;
    padding-left: 12px;*/
    left: 15px;
    z-index: -1;
    letter-spacing: -0.075em;
    -webkit-transform: scale(1.2, 1);
    -moz-transform: scale(1.2, 1);
    -ms-transform: scale(1.2, 1);
    -o-transform: scale(1.2, 1);
    transform: scale(1.2, 1);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.h4_small {
    color: #aaa;
    font-size: 2em;
    font-weight: 200;
    width: 70%;
    overflow: visible;
    /*margin:-0.4em auto -0.25em auto;
    padding-left: 12px;*/
    left: 15px;
    z-index: -1;
    letter-spacing: -0.05em;
    -webkit-transform: scale(1.2, 1);
    -moz-transform: scale(1.2, 1);
    -ms-transform: scale(1.2, 1);
    -o-transform: scale(1.2, 1);
    transform: scale(1.2, 1);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.h5 {
    color: #f00;
    font-size: 4em;
    font-weight: 200;
    width: 80%;
    overflow: visible;
    /*margin:-0.4em auto -0.25em auto;
    padding-left:1.25em;
    padding-left: 12px;*/
    left: 15px;
    z-index: -1;
    letter-spacing: -0.075em;
    -webkit-transform: scale(1.2, 1);
    -moz-transform: scale(1.2, 1);
    -ms-transform: scale(1.2, 1);
    -o-transform: scale(1.2, 1);
    transform: scale(1.2, 1);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.h5_small {
    color: #f00;
    font-size: 2em;
    font-weight: 200;
    width: 80%;
    overflow: visible;
    /*margin:-0.4em auto -0.25em auto;
padding-left:3em;*/
    padding-left: 12px;
    left: 7%;
    z-index: -1;
    letter-spacing: -0.075em;
    -webkit-transform: scale(1.2, 1);
    -moz-transform: scale(1.2, 1);
    -ms-transform: scale(1.2, 1);
    -o-transform: scale(1.2, 1);
    transform: scale(1.2, 1);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.align_center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.border {
    border: #ccc thin solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.border-old {
    border: #555 medium solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.form_accent {
    background-color: #555;
    color: #fff;
    padding: 10px 20px 20px 20px;
    margin: -20px -20px 0 -20px;
}

.info {
    /*position: absolute;*/
    /*right: 0;*/
    height: 1.5em;
    width: 1.5em;
    padding: 2px;
    border: #5bc9f4 thin solid;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #fff;
    z-index: 100;
    float: right;
}

.info_text {
    margin-top: -4.5px;
    font-size: 1em;
    /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
    font-weight: 400;
    /*font-style: italic;*/
    color: #5bc9f4;
    text-align: center;
    vertical-align: top;
    transform: scale(1.5, 1);
    -webkit-transform: scale(1.5, 1);
    -moz-transform: scale(1.5, 1);
    -ms-transform: scale(1.5, 1);
    -o-transform: scale(1.5, 1);
}

.inline {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.invisible {
    visibility: hidden;
}

.conceal {
    display: none;
}

.input_button, .input_button:link, .input_button:visited {
    color: #000;
    /*background-color: #fff;*/
    /*background: var(gaia_blue);*/
    border: #ccc thin solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 11px 3px 11px;
    text-decoration: none;
}

/*clickable elements of this type get styled like buttons */
/*(otherwise this class gets just a border with a background color on hover) */
a.input_button,
div.input_button[onclick] {
    /* background: var(--gaia_blue); */
    background: #5bc9f4;
    border: #ccc thin solid;
    white-space: nowrap;
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

.input_button:hover {
    color: #000;
    background: #aef;
    border: #96ffd7 thin solid;
    text-decoration: none;
    transition: none !important;
}

#export-docx {
    cursor: pointer;
}

/*a.input_button:active,*/
/*div.input_button[onclick]:active {*/
/*    background: #8f0;*/
/*}*/

.like_input {
    padding: 0 0.25em 0 0.25em;
    /*background-color: #eefaff;*/
    background-color: #f7fbfb;
    color: #000;
    border: #ccc thin solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

.label {
    color: #555;
    display: inline-block;
    font-weight: 400;
}

.label_required {
    padding-right: 1.25em;
    background: url('/img/red_star_xns50.png') top right no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}

.fw_label {
    display: inline-block;
    width: 10vw;
    text-align: right;
}

.field_recommended {
    /* border-left: var(--gaia_blue) thick solid !important; */
    border-left: #5bc9f4 thick solid !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    padding-left: 2px !important;

}

.field_required {
    border-left: #fa0 thick solid !important;
    /*border-left: #fe5331 thick solid !important;*/ /*https://www.creativebloq.com/news/pantone-creates-the-worlds-most-unignorable-colour*/
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    padding-left: 2px !important;
    white-space: nowrap;

}

.section_wrapper {
    position: relative;
    padding: 15px;
    overflow: hidden;
}

div.scroll_wrapper_x {
    width: 90%;
    width: 90vw;
    margin-left: 1em;
    overflow-x: scroll;
    border-left: #333 3px solid;
    border-right: #333 3px solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/*div.scroll_wrapper_x:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    pointer-events: none;
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255, 1) 90%);
    height: 100%;
    width: 4em;
}*/

.dt-buttons {
    text-align: right;
    margin: 2em 0 1em 0;
}

.dt-buttons button {
    cursor: pointer;
}

.td_label {
    background-color: #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

hr.double_spear {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.right_spear {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.small {
    font-size: 0.9em;
}

.smaller, small {
    font-size: 0.8em;
}

.xsmall {
    font-size: 0.75em;
}

.smallest {
    font-size: 0.67em;
}

.tiny, .fine_print {
    font-size: 0.5em;
}

.large {
    font-size: 1.1em;
}

.larger {
    font-size: 1.2em;
}

.xlarge {
    font-size: 1.5em;
}

.xxlarge {
    font-size: 1.67em;
}

.xxxlarge {
    font-size: 1.75em;
}


.largest {
    font-size: 2em;
}

.lightweight_text {
    font-weight: 200;
}

.lead_top {
    margin-top: 0.33em;
}

.lead_bottom {
    margin-bottom: 0.33em;
}

.gaia_blue {
    /* color: var(--gaia_blue); */
    color: #5bc9f4;
}

.red_text {
    color: #f00;
}

.green_text {
    color: #0f0;
}

.blue_text {
    color: #00f;
}

.yellow_text {
    color: #ff0;
}

.cyan_text {
    color: #0ff;
}

.magenta_text {
    color: #f0f;
}

.white_text {
    color: #fff;
}

.black_text {
    color: #000;
}

.gray_text {
    color: #aaa;
}

.darkgray_text {
    color: #888;
}

.darkred_text {
    color: #c00;
}

.reverse_out {
    color: #fff;
    background-color: #000;
    padding: 0 0.5em 0 0.5em;
}

.error, .warn_text, .warning_text, .danger_text {
    border: #f00 medium solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 4px 8px;
    background-color: #ffc6c6;
    overflow: visible;
}

.warn_text, .warning_text, .danger_text {
    color: #c00;
}

.warn_text, .warning_text strong {
    color: #c00;
    font-weight: 700;
}

.caution_text, .validation_error {
    border: #fa0 medium solid;
    /*border: #fe5331 medium solid;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 4px 8px;
    background-color: #ff3;
    /*background-color: #ffc5b0;*/
    overflow: visible;
}

.success_text {
    color: #000;
    border: #0f0 medium solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 4px 8px;
    background-color: #afa;
    overflow: visible;
}

.validation_error {
    /*display: table; /*enable this line to place message below input*/
}

.shaded {
    background: #eee;
}

.rounded, .rad03 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.rad06 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.rad08 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.rad16 {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.loading {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border: none;
    z-index: 1000 !important;
    background-image: url(/img/pxl_wht80trans.png);
    -webkit-backdrop-filter: blur(0.33rem);
    backdrop-filter: blur(0.33rem);
    /*-webkit-filter: blur(1em);*/
    /*-moz-filter: blur(1em);*/
    /*-o-filter: blur(1em);*/
    /*-ms-filter: blur(1em);*/
    /*filter: blur(1em);*/
}

noscript {
    z-index: 1005 !important;
}

.gradient_trafficlight {

    /*background: -webkit-gradient(linear, left top, right top, from(#ff0000), color-stop(0.5, #ffff00), to(#00ff00)); /* Safari 4-5, Chrome 1-9 */
    /*background: -ms-linear-gradient(left, #ff0000, #ffff00, #00ff00); /* IE 10 */
    /*background: -o-linear-gradient(left, #ff0000, #ffff00, #00ff00); /* Opera 11.10+ */
    background: -moz-linear-gradient(left, #ff0000, #ffff00, #00ff00); /* Firefox 3.6+ */
    background: -webkit-linear-gradient(left, #ff0000, #ffff00, #00ff00); /* Safari 5.1+, Chrome 10+ */
    background: linear-gradient(left, #ff0000, #ffff00, #00ff00); /* alt IE 10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#00ff00', GradientType=1); /* IE6-9 */
    background-repeat: no-repeat;
}

.gradient_trafficlight_pastel {
    /*background: -webkit-gradient(linear, left top, right top, from(#f26c4f), color-stop(0.5, #fff79a), to(#82ca9d));*/
    /*background: -ms-linear-gradient(left, #f26c4f, #fff79a, #82ca9d);*/
    /*background: -o-linear-gradient(left, #f26c4f, #fff79a, #82ca9d);*/
    background: -moz-linear-gradient(left, #f26c4f, #fff79a, #82ca9d);
    background: -webkit-linear-gradient(left, #f26c4f, #fff79a, #82ca9d);
    background: linear-gradient(left, #f26c4f, #fff79a, #82ca9d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26c4f', endColorstr='#82ca9d', GradientType=1);
    background-repeat: no-repeat;
}

.gradient_gaia {
    /*background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f3fcff));*/
    /*background: -ms-linear-gradient(#ffffff, #f3fcff);*/
    /*background: -o-linear-gradient(#ffffff, #f3fcff);*/
    background: #f3fcff;
    background: -moz-linear-gradient(#ffffff, #f3fcff);
    background: -webkit-linear-gradient(#ffffff, #f3fcff);
    background: linear-gradient(#ffffff, #f3fcff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3fcff', GradientType=0);
    background-repeat: no-repeat;
}

.gradient_gaia_logo {
    background: #5bc9f4; /* Old browsers */
    background: -moz-linear-gradient(top, #5bc9f4 25%, #5bc9f4 60%, #4f13ac 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5bc9f4 25%, #5bc9f4 60%, #4f13ac 100%); /* Chrome10-25, Safari5.1-6 */
    background: linear-gradient(to bottom, #5bc9f4 25%, #5bc9f4 60%, #4f13ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc9f4', endColorstr='#4f13ac', GradientType=0); /* IE6-9 */
    background-repeat: no-repeat;
}

.rotate_90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
    -moz-transform: rotate(-90.0deg); /* FF3.5+ */
    -ms-transform: rotate(-90.0deg); /* IE9+ */
    -o-transform: rotate(-90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg); /* Safari 3.1+, Chrome */
    transform: rotate(-90.0deg); /* Standard */
}

.space_vb {
    margin-bottom: 0.75em;
}

.space_vt {
    margin-top: 0.75em;
}

.space_hl {
    margin-left: 1em;
}

.space_hr {
    margin-right: 1em;
}

.space {
    margin: 0.75em 0 0.75em 1em;
}

.spacer_btm {
    height: 4em;
}

.btn_del {
    border: #f00 medium solid;
    background: #ffc6c6;
    padding: 0 4px 0 4px;
    text-decoration: none;
    color: #f00;
    font-weight: 700;
    font-size: 1.1em;
	cursor: pointer;
}

.btn_del:hover {
    background-color: #ffc6c6;
}

.earth:before {
    content: "♁";
    color: #5bc9f4;
    background: transparent;
    font-family: "Times New Roman", Times, Copperplate, serif;
    font-weight: 200;
    font-size: inherit;
    zoom: 1.33;
}

/* id */
#banner_gaia {
    background: #000;
    height: 100px;
    /*overflow:auto;*/
    position: relative;
    overflow: hidden;
    top: 0;
}

@media (min-height: 500px) {
    #banner_gaia_wrap {
        position: sticky;
        top: 0;
        z-index: 500;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    }

    /*#dv_title {*/
    /*!*position: sticky;*!*/
    /*top:0;*/
    /*z-index: 499;*/
    /*overflow: hidden;*/
    /*-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);*/
    /*-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);*/
    /*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);*/
    /*}*/
}

#banner_gaia_wrap {
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#banner_gaia_wrap.sticky {
    top: -36px;
}

#byline_gaia {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    overflow: visible;
    z-index: -1;
}

#scriptOK, .scriptOK {
    padding: 0 0 1em 1em;
    border-bottom: #000 thin solid;
}

#scriptOK {
    background-color: #fff;
    /*overflow:visible;*/
    overflow-y: hidden;
    overflow-x: visible;
    height: 1%;
    /*margin-bottom:6em;*/
}

#error_message {
    color: #fff;
    font-size: 1.33em;
    font-weight: 700;
    text-align: center;
    background-color: #f00;
    border-color: #000;
    margin-bottom: 20px;
}

#global_footer {
    /*position:fixed;
    position:absolute;*/
    width: 100%;
    float: left;
    height: 40px;
    /*bottom:0;
    left:0;*/
    color: #000;
    font-size: 0.8em;
    text-decoration: none;
    text-align: left;
    padding-left: 25px;
    display: block;
    background: url(/img/pxl_neut30trans.png);
    border: #fff thin solid;
    overflow: visible;
    z-index: -1;
}

/* recruiting menus */
#str_welcome {
    position: fixed;
    right: 0;
    top: 75px;
    margin: -30px 15px 0 0;
    z-index: 501;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#str_welcome.sticky {
    top: 50px;
}

#str_welcome.cssmenu {
    position: fixed;
    right: 0;
    margin: -35px 15px 0 0;
    background-color: #333;
    z-index: 502;
}

#navGlobal {
    color: #fff;
    position: absolute;
    right: 0;
    top: 32px;
    /*background:url(/img/pxl_wht60trans.png);
    border:#fff thin solid;*/
    padding-right: 25px;
    font-size: 0.9375em;
    font-weight: 200;
    text-align: right;
    overflow: visible;
    z-index: 5;
}

#navGlobal a,
#navGlobal a:visited,
#navGlobal a:active {
    display: inline;
    color: #aaa;
    text-decoration: none;
    border: transparent thin solid;
}

#navGlobal a:hover {
    display: inline;
    color: #0f0;
    background: #000;
    text-decoration: none;
    padding: 3px 0 20px 0;
    border: #fff thin solid;
    transition: none !important;
}

#footer_gaia_fixed_wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #000 url('/img/gaia/gaia_footer_200.jpg') center no-repeat;
    background-size: 100% 200px;
    height: 200px;
    width: 100%;
    z-index: -1;
}

[role='curtain'] {
    position: relative;
    z-index: 2;
    height: 100%;
    height: 100vh;
    min-height: 72vh;
    background-color: #fff;
    /* however tall the footer is */
    padding-bottom: 200px;
}

[role='reveal'] {
    height: 200px;
    width: 98.5%;
    width: 98.5vw;
    color: #fff;
    position: relative;
    z-index: -2;
    bottom: 0;
    left: 0;
    /*overflow:auto;*/
}

/* animations */
.animate_rotate_h {
    display: inline-block;
    -moz-animation: spin-horizontal 1s 2 linear 1.5s;
    -o-animation: spin-horizontal 1s 2 linear 1.5s;
    -webkit-animation: spin-horizontal 1s 1.5 linear 2s;
    animation: spin-horizontal 1s 2 linear 1.5s;
}

@-moz-keyframes spin-horizontal {
    0% {
        -moz-transform: rotateY(0deg);
    }
    100% {
        -moz-transform: rotateY(360deg);
    }
}

@keyframes spin-horizontal {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@-ms-keyframes spin-horizontal {
    0% {
        -ms-transform: rotateY(0deg);
    }
    100% {
        -ms-transform: rotateY(360deg);
    }
}

@-o-keyframes spin-horizontal {
    0% {
        -o-transform: rotateY(0deg);
    }
    100% {
        -o-transform: rotateY(360deg);
    }
}

@-webkit-keyframes spin-horizontal {
    0% {
        -webkit-transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
    }
}

.throb {
    /*width: 100px;*/
    /*height: 100px;*/
    /*background: #000;*/
    animation: throb 2s alternate 5 ease-in-out;
}

@keyframes throb {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

/* mobile directives */
@media only screen /*and (min-device-width : 320px)*/
and (max-device-width: 480px) {

    @viewport {
        width: device-width;
        initial-scale: 1;
        zoom: 1;
        /*min-zoom: 1;
        max-zoom: 3;
        user-zoom: fixed;*/
    }
    a.input_button {
        display: block;
        text-align: center;
        width: 50vw;
    }

    .scriptOK {
        padding-left: 15px;
    }

    body, form, form.left, h4, .section_wrapper {
        width: 100vw;
        padding: 10px 0 0 0;
    }

    body {
        padding-top: 0;
        overflow-x: hidden;
    }

    h4, h5 {
        font-size: 2rem;
        left: 0;
        padding-top: 0;
    }

    form, h2 {
        padding: 0;
    }

    h2 {
        font-size: 1rem;
        padding-bottom: 15px;
    }

    .canvas, #canvas1 {
        width: 90vw;
        height: 90vw;
    }

    .space, form.left, #case_instructions {
        margin-left: 0;
    }

    #case_instructions {
        padding-right: 15px;
    }

    #str_welcome {
        margin: -90px 0 0 0 !important;
    }

    hr, #div_gaia_byline, #div_new_passcode, #addl_instructions {
        display: none !important;
    }

    #interact {
        margin-top: 50px !important;
    }

    #div_alt_login {
        text-align: right !important;
    }

    /*#div_alt_login {
        text-align: left;
        font-size: 4vw;
    }*/
    #div_alt_login a {
        white-space: normal !important;
        margin-right: 5vw !important;
    }

    #button_vspacer {
        margin: 0;
        font-size: 0.25rem;
    }

    .small {
        font-size: 0.75rem;
    }

    ::-webkit-input-placeholder {
        font-size: 4vw;
    }

    :-moz-placeholder { /* Firefox 18- */
        font-size: 4vw;
    }

    ::-moz-placeholder { /* Firefox 19+ */
        font-size: 4vw;
    }

    :-ms-input-placeholder {
        font-size: 4vw;
    }

    #h4_additional_title {
        font-size: 7vw;
        width: 75%;
        display: block;
        overflow-x: hidden;
        left: -12%;
        margin-top: -0.5rem;
        white-space: nowrap;
    }

    #div_domain_login {
        text-align: left;
        display: block;
        left: 0;
        margin-left: -1em;
    }
}

/** {
    border: 2px dotted black !important;
}*/
