
html {
    background: linear-gradient(to bottom, #111, #222);
}

body {
    display: flex;
    flex-direction: column;
    background-color: black;
}

.background {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, #111, #222);
    z-index: 0;
}

.header, .privacy-page-body {
    z-index: 1;
}

::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
    background-color: black;
    background: linear-gradient(to bottom, #111, #222);
}

table {
    padding-bottom: .5rem;
}


body {
    font-family: "Montserrat";
}


.projects-individual-banner-text h1 {
    margin-bottom: 10px;
}

.individual-banner {
    padding: 40px 40px;
    padding-bottom: 20px;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.c0 {
    font-weight: bold;
}

.contact-page-box {
    background: transparent;
    border: none;
}

.contact-banner {
    overflow: auto;
    padding-bottom: 2rem;
}


@media only screen and (max-width: 600px) {

    .header {
        padding: 1rem 0;
        padding-bottom: 0.5rem;
    }

    .header-wrapper {
        display: none;
    }

    .contact-holder-ex {
        margin-top: 0rem;
    }

    .login-options .message .message-text3 {
        padding-top: 1rem;
        padding-bottom: .5rem;
        font-size: 1rem;
        line-height: 1.6rem;
    }

    .signup-notice .message-text3 {
        font-size: .9rem;
        line-height: 1.6rem;
        padding-top: .25rem;
        text-align: left;
        text-wrap: pretty;
    }

    .contact-page-box {
        padding: 0px 0px;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .contact-form-row {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .contact-banner {
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .contact-text {
        margin-bottom: 5px;
    }

    .contact-form-row.margin-bottom-sm {
        margin-bottom: 5px;
    }

    #w-node-_7524042f-55dd-7d10-cd85-3e17ddd6a7e7-7aa24bad {
        order: 1;
    }

    p {
        margin-bottom: 5px;
    }

    h1, h2 {
        margin-bottom: 20px;
    }

    .individual-banner {
        padding-top: 0;
    }

}


.privacy-page-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.help-body {
    display:flex;
}
.help-menu {
   /* width: 300px;*/
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.help-menu-item {
    display:flex;
    align-items:center;
    background-color:transparent;
    white-space:nowrap;
    transition:.2s;
}
.help-menu-item:hover,
.help-menu-item:focus {
    color: dodgerblue;
}
.help-menu-item.selected {
    color: dodgerblue;
    font-weight:bold;
}
.help-menu-item > div {
    font-size:1rem;
}
.help-menu-item > i {
    font-size:.7rem;
    margin-right:.5rem;
    width:15px;
}
.help-menu-item.selected > i {
    font-weight:bold;
}
.help-menu-item.sub-menu-item {
    display: flex;
    align-items: center;
    background-color: transparent;
    margin-left: .5rem;
}
.help-page {
    flex: 1;
    min-width: 50vw;
    max-width: 70vw;
}
.help-page-item {
    display:none;
}
.help-page-item.selected {
    display: block;
}
.breadcrumbs-container {
    display: flex;
    font-size: .8rem;
}
.breadcrumbs-link a {
    text-decoration:none;
}
.breadcrumbs-seperator {
    margin: 0 .5rem;
}
.help-page-title {
    font-size: 2.4rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.help-page-summary {
    font-size: 1.2rem;
}
.help-page-links {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
}
.help-page-content {
    font-size: 1.2rem;
}
.help-page-image {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.help-page-image img {
    max-width: 50rem;
}