/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/******** Reset **********/

* {
    box-sizing: border-box;
    margin: 0;
}




.js-blur {
    filter: brightness(75%) blur(1px);
    -webkit-filter: brightness(75%) blur(1px);
    -moz-filter: brightness(75%) blur(1px);
    -ms-filter: brightness(75%) blur(1px);
    -o-filter: brightness(75%) blur(1px);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.js-darkfilterinput {
    background-color: rgba(21, 21, 21, 0.80) !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.hiddenscreen {
    display: none !important;
    visibility: hidden !important;
}

[hidden],
template {
    display: none;
}



abbr[title] {
    border-bottom: 1px dotted;
}



button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    background: transparent;
}

select::-ms-expand {
    display: none;
}

textarea:focus,
input:focus {
    outline: none;
    outline-style: none;
}

*:focus {
    outline: none;
    border: 0;
}

button {
    overflow: visible;
    outline: none;
}

button,
select {
    text-transform: none;
    outline: none;
    cursor: pointer;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

select:-moz-focusring,
select::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
    outline: none;
    color: transparent !important;
    text-shadow: 0 0 0 rgb(87, 171, 250) !important;
}





input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    /* -webkit-appearance: textfield; */
    box-sizing: content-box;
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-border-radius: 0;
    border-radius: 0;
    /*z-index: 1005;*/
    outline: none;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #E4E2E2;
    transition: background-color 5000s ease-in-out .5s;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}




.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

* {
    box-sizing: border-box;
}

.hide {
    display: none !important;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.half {
    float: left;
    width: 50%;
}


ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}


/********* Flexbox ********/

.flexbox {
    position: absolute;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    margin: auto;
    width: 43.750em;
    max-width: 90vw;
    max-height: 31.250em;
    padding-right: .95em;
    padding-left: .95em;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    /*z-index: 2000;*/
}

.flexboxresize {
    top: 42% !important;
}

#flexbox {
    border: 0;
}

#formstretch {
    height: 4em;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
}

#inputlabel {
    width: calc(100% - 6em);
    height: 4em;
    border: 0;
    border-radius: .2em 0 0 .2em;
    -webkit-border-radius: .2em 0 0 .2em;
    margin-bottom: 0;
    background-color: rgba(21, 21, 21, 0.70);
    /*z-index: 200;*/
}

#flexbox-input {
    width: calc(100% - 1.24em);
    height: 100%;
    border: 0;
    padding-left: .5em;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    color: white;
    font-size: 1.5em;
}

#flexbox-input::-ms-clear {
    display: none;
}

#searchbutton {
    position: absolute;
    top: 0;
    right: 0;
    height: 4em;
    width: 1.24em;
    margin-right: 7em;
    cursor: text;
    /*z-index: 4000;*/
}
#searchsubmit {
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    margin-top: .5em;
    filter: brightness(75%) !important;
    cursor: pointer;
    /*z-index: 5000;*/
}

#searchclear {
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    margin-top: 2em;
    filter: brightness(75%) !important;
    cursor: pointer;
    /*z-index: 5000;*/
}

#optionlabel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    height: 4em;
    width: 6em;
    float: right;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
}

#flexbox-option {
    display: flex;
    height: 4em;
    width: 6em;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("down-arrow.gif");
    background-size: 1em;
    background-repeat: no-repeat;
    background-position: 55% 80%;
    background-color: rgba(21, 21, 21, 0.70);
    padding-bottom: .6em;
    padding-left: 15%;
    outline: none;
    border: 0;
    border-radius: 0 .2em .2em 0;
    -webkit-border-radius: 0 .2em .2em 0;
    color: rgb(87, 171, 250);
    font-size: 1em;
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
    text-align: -webkit-center;
    -webkit-align-items: center;
    align-items: center;
    align-content: center;
    align-self: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

#flexbox-option:hover {
    font-weight: 600;
}

#flexbox-option::-webkit-scrollbar {
    width: 1px;
    background-color: transparent;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none !important;
}

#flexbox-option::-webkit-scrollbar-thumb {
    width: 1px;
    background-color: transparent;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none !important;
}

 /*** // Live Search: // ***/

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    height: 100%;
    padding-top: 3vw;
    padding-left: 1em;
    padding-right: 1em;
    background-color: rgba(21, 21, 21, 0.70);
    /*z-index: 5000;*/
}

#helpclear {
    position: fixed;
    height: 1em;
    width: 1em;
    top: 0;
    right: 0;
    margin: 1em;
    filter: brightness(75%) !important;
    cursor: pointer;
}

#suggestions-container {
    height: 2em;
}

.search-suggestions {
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 0 0 .2em .2em;
    -webkit-border-radius: 0 0 .2em .2em;
}

body.suggestions .search-suggestions {
    display: flex;
    flex-direction: row;
    color: white;
    height: 2em;
    line-height: .5em;
    padding-left: .25em;
    padding-right: .25em;
    background-color: rgba(21, 21, 21, 0.80);
    filter: brightness(125%);
    -webkit-filter: brightness(125%);
    -moz-filter: brightness(125%);
    -ms-filter: brightness(125%);
    -o-filter: brightness(125%);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

.search-suggestion {
    padding: 0.75rem 1rem;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
}

.search-suggestion.highlight {
    background: transparent;
}

.search-suggestion b {
    position: relative;
}

.search-suggestion b::after {
    content: ' ';
    position: absolute;
    right: 0;
    bottom: -0.3rem;
    left: 0;
    height: 2px;
    opacity: 0.4;
}

.search-suggestion.highlight b::after {
    opacity: 0;
}

.category {
    margin-bottom: 1rem;
}

.category-name {
    font-size: 1rem;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    color: white;
    cursor: default;
}

.command a {
    display: flex;
    position: relative;
    line-height: 2rem;
    text-decoration: none;
}

.command:last-of-type a {
    margin-bottom: 0;
}

.command-key {
    display: block;
    float: left;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-size: 0.75rem;
    line-height: 2rem;
    color: white;
    text-align: center;
}

.command-name {
    position: relative;
}

.command-name::after {
    content: ' ';
    display: none;
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    height: 2px;
    transition: 0.2s;
    transform: translateX(-2rem);
    opacity: 0;
}

body.help .command-name::after {
    display: block;
}

.command a:hover .command-name::after,
.command a:focus .command-name::after {
    transform: translateX(0);
    opacity: 1;
}

body.help .help,
body.form .search-form {
    visibility: visible;
}

