
::-ms-reveal {
    display: none;
}

.ed-logo {
    border-radius: 50%;
    background: #ffffff;
    padding: 5px;
    width: 40px;
    height: 40px;
}

.breadcrumb.row {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.ui.fluid.signin.container {
    background-color: #e6e8e8;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.pagination li.active a {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
    color: white !important;
}

/*display*/
.passage {
    color: #2c2c2c;
    font-size: 1.2em;
    font-weight: 700;
}

.passage-ref {
    color: #6e7582;
    font-size: .9em;
    font-style: italic;
    font-weight: 300;
}

/*component*/
.ui.small.header {
    margin-bottom: 0px !important;
}

.padding-fix {
    margin-top: -1.5em;
}

.info {
    background-color: #fafaf9 !important;
}

@media screen and (min-width: 992px) {
    .column {
        padding-bottom: 1em !important;
    }
}

.ui.text.container {
    padding-bottom: 3em;
}

.ui.centered.basic.card {
    background-color: #fafaf8 !important;
}

.full-height {
    height: 100% !important;
}

td.label {
    color: #2c2c2c;
    font-weight: bold !important;
}

td.value {
    color: #6e7582;
}

div.menu-bar {
    background-color: #f3f4f5 !important;
    padding: 7px !important;
}

div.menu-bar button, 
div.menu-bar div.button,
div.menu-bar div.input {
    margin-top: 5px !important;
}

div.menu-bar div.labeled.dropdown.button {
    background-color: #fff !important;
}

.ed-item-drop-selection {
    border: 2px dashed #17a2b8 !important;
}

/*form*/
span.optional {
    color: #6e7582;
    font-weight: 500;
    font-size: .8em;
}

fieldset {
    border: 0px !important;
}

/*root*/
.hidden.menu {
    display: none;
}

.centered.grid {
    margin-top: 0.25em;
}

.masthead.segment {
    min-height: 450px;
    padding: 2em 0em;
}

.masthead.segment p {
    font-size: 1.2em;
}

.masthead.segment p.tag {
    font-weight: 200;
    color: #b1d2e8 !important;
}

.masthead.segment .ui.button {
    margin: 0.5em;
}

.masthead.segment h1.ui.header {
    margin-top: 0em;
    margin-bottom: 0em;
    font-family: 'Georgia';
    font-size: 2.75em;
    font-weight: normal;
    color: #f6ae2d;
}

.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
}

/*
.masthead div {
    margin-bottom: 2em;
}
    */
.ui.vertical.stripe {
    padding: 3em 0em !important;
}

.ui.vertical.stripe .center.aligned.column {
    font-size: 1.25em;
}

.ui.vertical.stripe .ui.button {
    margin: 0.5em;
}

.ui.vertical.stripe .ui.basic.button {
    background-color: #fff;
}

.ui.vertical.stripe div.subheader {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

.footer.segment {
    margin-top: 0em !important;
    padding: 5em 0em !important;
}

.large.stackable.text.menu .toc.item {
    display: none;
}

@media only screen and (max-width: 1050px) {
    .ui.fixed.menu {
        display: none !important;
    }

    .large.stackable.text.menu a.item,
    .large.stackable.text.menu .menu {
        display: none;
    }

    .large.stackable.text.menu .toc.item {
        display: block;
    }

    .masthead.segment {
        min-height: 350px;
    }

    .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
    }

    .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.25em;
    }
}

.fullheight {
    height: 105% !important;
}

.fullheight.container {
    padding: 1em;
}

.ui.legend {
    margin-bottom: 1em;
}

.ui.stripe.element {
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    line-height: 1.21428571em;
    padding: .67857143em 1em;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: color .1s ease,border-color .1s ease;
    transition: color .1s ease,border-color .1s ease;
    display: inline-block;
    text-align: start;
    cursor: text;
    margin: 0em;
    width: 100%;
    vertical-align: top;
}

.ui.stripe.element.focus  {
    border-color: #85B7D9;
    background: #FFFFFF;
    color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: none;
    box-shadow: none;
}