.hidden.menu {
    display: none;
}

.masthead.segment {
    /* min-height: 500px; */
    /* padding: 1em 0em; */
}
/* .masthead {
    padding-bottom: 5em !important;
} */

.masthead .logo.item img {
    margin-right: 1em;
}

.masthead .ui.menu .ui.button {
    margin-left: 0.5em;
}


/* .ui.inverted.blue.segment {
        background-color: #0066FF !important;
}


.ui.vertical.blue.segment {
    background-color: #0066FF !important;
} */

.blue {
    background-color: #0066FF !important;
}

td {
    border: 0px !important;
}

table {
    background-color: #0066FF !important;
    border: 0px !important;
}

Element {

}
.ui.celled.table tr td, .ui.celled.table tr th {

    border-left: 1px solid rgba(34,36,38,.1);

}
.ui.table tr:first-child td {

    border-top: none;

}
.ui.table tr td {

    border-top: 1px solid rgba(34,36,38,.1);

}
.ui.table td {

    padding: .78571429em .78571429em;
    text-align: inherit;

}
.ui.table td, .ui.table th {

    -webkit-transition: background .1s ease,color .1s ease;
    transition: background .1s ease,color .1s ease;

}
*, ::after, ::before {

    -webkit-box-sizing: inherit;
    box-sizing: inherit;

}
.ui.table {

    font-size: 1.33em;

}
.masthead h1.ui.header {
    margin-top: 1em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}

.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
}

.ui.vertical.stripe {
    padding: 2em 0em;
}

.ui.list {
    font-size: 1.33em;
}

.ui.large.menu {
    font-size: 1.33em;
}

.ui.vertical.stripe h3 {
    font-size: 2em;
}

.ui.vertical.stripe .button+h3,
.ui.vertical.stripe p+h3 {
    margin-top: 3em;
}

.ui.vertical.stripe .floated.image {
    clear: both;
}

.ui.vertical.stripe p {
    font-size: 1.33em;
}

.ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
}

.quote.stripe.segment {
    padding: 0em;
}

.quote.stripe.segment .grid .column {
    padding-top: 5em;
    padding-bottom: 5em;
}

.footer.segment {
    padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
    display: none;
}

@media only screen and (max-width: 700px) {
    .ui.fixed.menu {
        display: none !important;
    }

    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
        display: none;
    }

    .secondary.pointing.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.5em;
    }
}