/* Main Cascading Style Sheet   */
/* Copyright (c) Echodify, Inc. */




/* #################################################################################################### */
/* #################################################################################################### */
/* ######################################################### */
/* ######################################################### */
/*                                                           */
/* SMART PHONE VIEWPORT */
/*                                                           */
/* ######################################################### */
/* ######################################################### */
/* #################################################################################################### */
/* #################################################################################################### */




body {
    padding: 2px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /* color: white; */
    /* background-color: rgb(235,235,235); */
    background-color: black;
}

a {
    color: rgb(195, 190, 175);
    text-decoration: none;
}

a:hover {
    color: rgb(100, 100, 100);
    text-decoration: none;
}

.data_column_w_dd {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.data_column_w_ddL {
    display: grid;
    grid-template-columns: 1fr 6fr;
}

.data_column_w_Ldd {
    display: grid;
    grid-template-columns: 7fr 1fr;
}

.data_column_w_Ldd51 {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.data_column_w_ddL12 {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.data_column_w_ddd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.data_column_w_dddd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.u {
    text-decoration: underline;
}

.i {
    font-style: italic;
}

.padded_cntr {
    padding: 10px;
}

.padded_left {
    padding-left: 10px;
    text-align: left;
}

.display_block_wide {
    display: block;
}

.display_block_tall {
    display: none;
}

.tbl_above {
    display: none;
    padding-top: 6px;
    padding-right: 3px;
    text-align: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    /* color: rgb(160, 130, 30); */
    color: rgb(5, 5, 65);
    white-space: nowrap;
}

.tbl_right {
    padding-top: 6px;
    padding-right: 3px;
    text-align: right;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    /* color: rgb(160, 130, 30); */
    color: rgb(5, 5, 65);
    vertical-align: top;
    white-space: nowrap;
}

.tbl_left {
    padding-top: 5px;
    padding-left: 3px;
    min-width: 50%;
    text-align: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
    vertical-align: top;
    word-wrap: break-word;
}

.tbl_hdr_text {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    /* color: rgb(160, 130, 30); */
    color: rgb(5, 5, 65);
}

.tbl_data_text {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
}

.orange_hdr_text {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    /* color: rgb(160, 130, 30); */
    color: rgb(230, 120, 30);
}

/* ######################################################### */
/* LINK STYLING and RELATED SPANS AND DIVS*/

.link, .link_disable {
    /* color: white; */
    /* color: rgb(230, 120, 30); */
    color: rgb(95, 45, 10);
    text-decoration: underline;
}

.link:hover, .link_disable:hover {
    /* color: rgb(100, 100, 100); */
    color: rgb(160, 160, 160);
}

.tab {
    margin: 0px;
    border-radius: 16px 16px 0px 0px;
    border-left: 2px solid rgb(22, 48, 78);
    border-top: 2px solid rgb(22, 48, 78);
    border-right: 2px solid rgb(22, 48, 78);
    padding: 5px 0px 3px 0px;
    height: 22px;
    /* color: rgb(230, 120, 30); */
    color: white;
    /* background-color: white; */
    background-color: rgb(32, 62, 98);
    /* background-image: linear-gradient(to bottom right, rgb(32, 62, 98), rgb(22, 48, 78)); */
    background-image: linear-gradient(to bottom right, rgb(70, 115, 139), rgb(22, 48, 78));
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
    /* font-weight: bold; */
    text-align: center;
    letter-spacing: 2pt;
}

.tab:hover {
    padding: 5px 0px 0px 0px;
    /* border-bottom: 3px solid rgb(230, 120, 30); */
    border-bottom: 3px solid rgb(160, 160, 160);
}

.tab_selected {
    margin: 0px;
    border-radius: 16px 16px 0px 0px;
    border-left: 2px solid rgb(22, 48, 78);
    border-top: 2px solid rgb(22, 48, 78);
    border-right: 2px solid rgb(22, 48, 78);
    border-bottom: 3px solid rgb(230, 120, 30);
    /* border-bottom: 3px solid white; */
    padding: 5px 0px 0px 0px;
    height: 22px;
    color: white;
    background-color: rgb(32, 62, 98);
    /* background-image: linear-gradient(to bottom right, rgb(32, 62, 98), rgb(22, 48, 78)); */
    background-image: linear-gradient(to bottom right, rgb(70, 115, 139), rgb(22, 48, 78));
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
    text-align: center;
    letter-spacing: 2pt;
}


/* ######################################################### */
/* ######################################################### */
/* PAGE STRUCTURE STYLING */
/* ################### */
/* ################### */


.hdr_cntr {
    /* border: 1px solid pink; */
    margin: 5px auto 0px auto;
    padding: 8px 0px;
    background-color: rgb(235,235,235);
    visibility: normal;
    width: 95vw;
}

.auth_cntr {
    /* border: 1px solid aquamarine; */
    width: 95vw;
    height: 110px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
    "div_title div_acct"
    "div_srch div_srch";
    grid-gap: 5px;
}

    #title_div {
        /* border: 1px solid purple; */
        /* padding-top: 4px; */
        height: 50px;
        grid-area: div_title;
        text-align: right;
    }
        .title_content {
            /* border: 1px solid yellowgreen; */
            margin-right: 0px;
            margin-left: auto;
            /* margin-top: 4px; */
            border-radius: 10px;
            width: 210px;
            height: 50px;
        }
            .title_content:hover {
                /* background-color: rgb(40, 40, 40); */
                background-color: white;
            }
            .title_graphic_auth {
                margin-top: 10px;
                /* height: 46px; */
                width: 210px;
            }

    #srch_div {
        /* border: 1px solid green; */
        border-radius: 10px;
        /* background-color: rgb(195, 185, 175); */
        height: 50px;
        /* width: 100%; */
        grid-area: div_srch;
        /* text-align: center; */
    }
        .srch_content {
            /* border: 1px solid yellowgreen; */
            margin-left: auto;
            margin-right: auto;
            height: 48px;
        }
            .srch_grids {
                /* border: 1px solid yellow; */
                display: grid;
                float: left;
                grid-template-columns: 2fr 2fr 4fr 1fr;
                grid-template-areas:
                    "div_create div_avtr div_name_srch";
                grid-gap: 0px;
            }
                #div_create {
                    margin-left: 20px;
                    /* border: 1px solid pink; */
                    padding-left: 5px;
                    width: 75px;
                    height: 48px;
                    grid-area: div_create;
                }
                #div_avtr {
                    margin-left: 10px;
                    /* border: 1px solid pink; */
                    width: 48px;
                    height: 48px;
                    grid-area: div_avtr;
                }
                #div_name_srch {
                    /* border: 1px solid blue; */
                    display: grid;
                    float: left;
                    /* width: max-content; */
                    /* width: calc(80vw - 528px); */
                    width: calc(94vw - 196px);
                    height: 48px;
                    grid-area: div_name_srch;
                    grid-template-columns: 1fr;
                    grid-template-areas:
                        "div_name"
                        "div_srch_bar";
                    grid-gap: 0px;
                }
                    #div_name {
                        /* border: 1px solid yellow; */
                        padding-top: 5px;
                        width: auto;
                        height: 17px;
                        grid-area: div_name;
                        color: rgb(0, 50, 80);
                        font-weight: bold;
                        font-size: 12px;
                        letter-spacing: 0.5pt;
                    }
                    #div_srch_bar {
                        /* border: 1px solid aqua; */
                        width: auto;
                        height: 24px;
                        grid-area: div_srch_bar;
                    }
                        .div_srch_button {
                            /* margin-top: 23px; */
                            padding: 2px 4px; /* vertical horizontal */
                            border-radius: 6px;
                            /* border: 1px solid rgb(8, 85, 170); */
                            width: 60px;
                            height: 24px;
                            background-color: rgb(10, 100, 200);
                            background-image: linear-gradient(to bottom right, rgb(8, 85, 170), rgb(10, 100, 200), rgb(8, 85, 170));
                            color: white;
                            text-decoration: none;
                            font-family: Verdana, Geneva, Tahoma, sans-serif;
                            font-size: 8pt;
                            font-weight: normal;
                            cursor: pointer;
                            vertical-align: top;
                            letter-spacing: 1.0pt;
                        }
                        .div_srch_button:hover {
                            color: white;
                            background-color: rgb(4, 60, 130);
                            background-image: linear-gradient(to bottom right, rgb(4, 60, 130), rgb(8, 85, 170), rgb(4, 60, 130));
                        }

    #acct_div {
        /* border: 1px solid brown; */
        height: 50px;
        grid-area: div_acct;
        text-align: left;
    }
        .acct_content {
            /* border: 1px solid yellowgreen; */
            margin-right: auto;
            margin-left: 0px;
            border-radius: 10px;
            width: 210px;
            height: 50px;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
        }

/* ######################################################### */
/* HEADER STYLING -- LOGGED-IN HEADER */
/* ######################################################### */

.acct_content a {
    float: left;
    font-size: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    color: rgb(0, 50, 80);
    text-align: center;
    /* padding: 5px 5px; */
    text-decoration: none;
}

[hidden] {
    display: none;
}

.dropdown-button {
    /* border: 1px solid orange; */
    position: relative;
    display: inline-block;
    border: none;
    padding-bottom: 5px;
    border-radius: 6px 6px 0px 0px;
    width: 100%;
    text-align: center;
    background-color: inherit;
    cursor: pointer;
}

.dropdown-button .dropimg {
    margin: auto;
    padding-top: 5px;
    width: 35px;
    /* height: 35px; */
}

.acct_content a:hover, .dropdown-button:hover, .dropdown-button:focus {
    /* background-color: rgb(40, 40, 40); */
    background-color: white;
}

.dropdown-content-mod {
    /* display: none; */
    position: absolute;
    right: 0;

    margin: 0px auto auto auto;
    padding: 0;
    border-radius: 6px 0px 6px 6px;

    list-style-type: none; /* Remove bullets */
    background-color: rgba(250,250,250,0.95);
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content-mod a {
    float: none;
    /* color: black; */
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content-mod a:hover, a.focus {
    background-color: #ddd;
}

/* .dropdown-content-key-selected {
    background-color: #ddd;
} */

/* .dropdown:hover .dropdown-content {
    display: block;
} */

/* The following displays the dropdonw menu when given tabbed focus */
/* .dropdown:focus .dropdown-content {
    display: block;
} */

/* ######################################################## */
/* The following is functionality for the dual boxes */

.dualbox_grids {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
    "dualbox1 dualbox2";
    grid-gap: 5px;
}
    .dualbox1 {
        grid-area: dualbox1;
        margin: 0 auto;
        width: 40vw;
        height: 28.6vw;
        border-radius: 10px;
    }
    .dualbox2 {
        grid-area: dualbox2;
        margin: 0 auto;
        width: 40vw;
        height: 28.6vw;
        border-radius: 10px;
    }
    .dualbox_title {
        margin: 5px auto 5px auto;
        padding-top: 10px;
        width: 100%;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 2.2vw;
        line-height: 3.4vw;
        font-weight: bold;
        text-align: center;
        color: rgb(230, 120, 30);
        letter-spacing: 1pt;
    }
    .dualbox_textbox {
        margin: 0px auto;
        padding: 10px;
        width: 90%;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 2.2vw;
        line-height: 3.4vw;
        color: white;
    }


/* ######################################################### */
/* HEADER STYLING -- PRE-LOGGED-IN HEADER */
/* ######################################################### */


#header_top_grids {
    /* border: 1px solid pink; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
    "div_demos div_title div_links";
    /* grid-gap: 5px; */
}
    #header_top_demos {
        margin: 0 auto auto 0;
        /* border: 1px solid purple; */
        grid-area: div_demos;
        text-align: left;
    }
        .demo-button {
            border: none;
            /* border: 1px solid orange; */
            position: relative;
            display: inline-block;
            /* padding-bottom: 5px; */
            /* border-radius: 6px 6px 0px 0px; */
            width: min-content;
            text-align: center;
            background-color: inherit;
            cursor: pointer;
        }

        #demo_img {
            margin: 5px 0px 0px 0px;
            /* border: 1px solid red; */
            width: 55px;
        }

        .demo-button:hover, .demo-button:focus {
            /* background-color: rgb(40, 40, 40); */
            /* background-color: white; */
            color: rgb(160, 160, 160);
        }
    #header_top_title {
        margin: auto;
        /* border: 1px solid aquamarine; */
        grid-area: div_title;
        text-align: center;
    }
    #header_top_links {
        margin: 0 0 0 auto;
        padding-top: 3px;
        /* border: 1px solid aquamarine; */
        grid-area: div_links;
        text-align: right;
    }

.toplink_text {
    margin-bottom: 3px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: 3.0pt;
    line-height: 14pt;
}
.toplink_text_large {
    margin-bottom: 3px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    letter-spacing: 3.0pt;
    line-height: 16pt;
}
.toplink {
    /* color: white; */
    color: black;
    text-decoration: none;
}
.toplink:hover {
    /* color: rgb(100, 100, 100); */
    color: rgb(160, 160, 160);
}

.powmttwmm {
    margin: 10px auto 0px auto;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    /* color: rgb(190, 165, 80); */
    color: rgb(70, 65, 60);
    font-size: 13pt;
    font-style: normal;
    letter-spacing: 1.4pt;
    vertical-align: middle;
    line-height: 21pt;
    text-align: center;
}

/* ######################################################## */

.modalBtn {
    margin-top: 5px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: black;
    text-align: center;
    cursor: pointer;
}
    .modalBtn:hover, .modalBtn:focus {
        background-color: rgb(75, 75, 75);
        text-decoration: none;
        cursor: pointer;
    }

.modal {
    /* border: 1px solid red; */
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: calc(50% - 47.5vw);
    top: 100px;
    width: 95vw; /* Full width */
    /* margin: 0px 2.5vw; */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0);*/ /* Fallback color */
    background-color: rgb(235,235,235);
    background-color: rgba(235,235,235,0.9);
    /*background-color: rgba(0,0,0,0.4);*/ /* Black w/ opacity */
    /* overflow: hidden; */
}

.modal_cntr {
    /* border: 1px solid blue; */
    margin: auto;
    padding: 20px;
    /* width: 92vw; */
    width: 92%;
    height: calc(100%-220px);
    background-color: rgb(235,235,235);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.modal_title {
    margin: 0px 15px 15px 15px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
    font-size: 30px;
    letter-spacing: 2.0pt;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
}

/* --------------------------------- */

.modal_hdr {
    /* border: 1px solid pink; */
    /* margin-top: 22px;  */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
        "hdr1 hdr2 hdr3";
    grid-gap: 0.5rem;
}
    .modal_hdr1 {
        /* border: 1px solid red; */
        margin: 18px auto 0 0;
        grid-area: hdr1;
    }
    .modal_hdr2 {
        /* border: 1px solid green; */
        margin-top: 10px;
        grid-area: hdr2;
    }
    .modal_hdr3 {
        /* border: 1px solid blue; */
        margin: 0 0 0 auto;
        grid-area: hdr3;
    }

/* --------------------------------- */

.close {
    border: none;
    background-color: inherit;
    color: black;
    /* float: right; */
    font-size: 54px;
    font-weight: bold;
}
    .close:hover, .close:focus {
        /* color: #aaa; */
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


/* ################### */
/* ################### */
/* ######################################################### */
/* ######################################################### */ 


.staff_nav_cntr_online {
    visibility: normal;
    margin: 4px 3px;
    /* border: 1px solid rgb(0, 50, 0); */
    border: 3px solid rgb(40, 40, 40);
    /* border-radius: 8px; */
    border-radius: 14px;
    /* padding: 4px; */
    padding: 22px;
    /* width: calc(10px + 91.5vw); */
    /* width: 98%; */
    /* background-color: rgb(70, 90, 70); */
    /* background-color: rgb(170, 205, 170); */
    /* background-color: rgb(220, 255, 220); */
    background-color: rgb(209, 219, 209);
    vertical-align: middle;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    letter-spacing: 1.0pt;
    line-height: 16pt;
}

.staff_nav_cntr_offline {
    visibility: normal;
    margin: 4px 3px;
    /* border: 1px solid rgb(50, 0, 0); */
    border: 3px solid rgb(40, 40, 40);
    /* border-radius: 8px; */
    border-radius: 14px;
    /* padding: 4px; */
    padding: 22px;
    /* width: calc(10px + 91.5vw); */
    /* width: 98%; */
    /* background-color: rgb(140, 70, 70); */
    /* background-color: rgb(255, 180, 180); */
    background-color: rgb(255, 220, 220);
    vertical-align: middle;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 20pt;
}

.staff_nav_cntr_caution {
    visibility: normal;
    margin: 4px 3px;
    /* border: 1px solid rgb(50, 50, 0); */
    border: 3px solid rgb(40, 40, 40);
    /* border-radius: 8px; */
    border-radius: 14px;
    /* padding: 4px; */
    padding: 22px;
    /* width: calc(10px + 91.5vw); */
    /* width: 98%; */
    /* background-color: rgb(140, 70, 70); */
    background-color: lightgoldenrodyellow;
    vertical-align: middle;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 20pt;
}

.staff_nav_cntr_normal {
    visibility: normal;
    margin: 4px 3px;
    /* border: 1px solid rgb(50, 50, 0); */
    border: 3px solid rgb(40, 40, 40);
    /* border-radius: 8px; */
    border-radius: 14px;
    /* padding: 4px; */
    padding: 22px;
    /* width: calc(10px + 91.5vw); */
    /* width: 98%; */
    /* background-color: rgb(140, 70, 70); */
    background-color: rgb(230, 230, 230);
    vertical-align: middle;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 20pt;
}

.sys_msg {
    padding: 0px;
}
    .sys_msg_grid {
        margin-bottom: 5px;
        border-radius: 6px 6px 0px 0px;
        padding-top: 22px;
        padding-bottom: 10px;
        display: grid;
        grid-template-columns: 20fr 1fr;
        background-color: rgb(40, 40, 40); color: white;
    }
    .sys_msg_title {
        margin-bottom: 10px;
        font-size: 14pt;
        font-weight: bold;
        letter-spacing: 4pt;
    }
    .sys_msg_message {
        padding: 22px;
        text-align: left;
        font-size: 12pt;
        line-height: 16pt;
    }

.inner_msg {
    visibility: normal;
    padding: 0px;
}

.viewer_msg_cntr {
    visibility: normal;
    margin: 0px auto 6px 6px;
    border: 2px dotted rgb(0, 5, 80);
    border-radius: 14px;
    padding: 22px;
    background-color: rgb(230, 230, 230);
    vertical-align: middle;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 20pt;
    box-shadow: 0px 4px 8px 0px rgba(0,5,80,0.4);
}

/* ################### */

.nav_container {
    visibility: normal;
    margin: 4px;
    padding: 4px;
    vertical-align: middle;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 20pt;
}

.nav_link_toplvl {
    margin: 0px;
    padding: 0px 4px 0px 4px;
    color: black;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

.nav_span_toplvl {
    margin: 2px;
    padding: 6px 10px 6px 10px;
    border-radius: 14px;
    background-color: rgb(190, 180, 180);
    background-image: linear-gradient(to bottom right, rgb(215, 200, 200), rgb(120, 90, 10));
}

.nav_span_toplvl:hover {
    background-color: white;
    background-image: linear-gradient(to bottom right, white, rgb(200, 200, 200));
}

.nav_auth_link_toplvl {
    margin: 0px;
    padding: 0px 4px 0px 4px;
    /* color: black; */
    color: white;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    letter-spacing: 1.2pt;
}

.nav_auth_span_toplvl {
    margin: 2px;
    padding: 4px 6px 4px 6px;
    border: 2px solid rgb(0, 27, 44);
    border-radius: 14px;
    /* background-color: rgb(190, 180, 180);
    background-image: linear-gradient(to bottom right, rgb(215, 200, 200), rgb(130, 120, 120)); */
    background-color: rgb(0, 50, 80);
    background-image: linear-gradient(to bottom right, rgb(32, 62, 98), rgb(0, 50, 80));
}

.nav_auth_span_toplvl:hover {
    color: white;
    background-color: rgb(60, 60, 60);
    background-image: linear-gradient(to bottom right, rgb(100, 100, 100), rgb(60, 60, 60));
}

/* ################### */

.nav_staff_link_online {
    margin: 0px;
    padding: 0px 4px 0px 4px;
    /* color: black; */
    color: white;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 9pt;
    font-weight: bold;
}

.nav_staff_span_online {
    display: inline-table;
    margin: 2px;
    padding: 2px 6px;
    border: 2px solid rgb(20, 80, 29);
    border-radius: 14px;
    /* background-color: rgb(190, 180, 180);
    background-image: linear-gradient(to bottom right, rgb(215, 200, 200), rgb(130, 120, 120)); */
    background-color: rgb(35, 100, 60);
    background-image: linear-gradient(to bottom right, rgb(35, 100, 60), rgb(20, 80, 29));
}

.nav_staff_span_online:hover {
    background-color: white;
    background-image: linear-gradient(to bottom right, white, rgb(180, 180, 180));
}

.nav_staff_link_offline {
    margin: 0px;
    padding: 0px 4px 0px 4px;
    /* color: black; */
    color: white;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 9pt;
    font-weight: bold;
}

.nav_staff_span_offline {
    display: inline-table;
    margin: 2px;
    padding: 2px 6px;
    border: 2px solid rgb(80, 30, 20);
    border-radius: 14px;
    /* background-color: rgb(190, 180, 180);
    background-image: linear-gradient(to bottom right, rgb(215, 200, 200), rgb(130, 120, 120)); */
    background-color: rgb(100, 40, 32);
    background-image: linear-gradient(to bottom right, rgb(100, 40, 32), rgb(80, 30, 20));
}

.nav_staff_span_offline:hover {
    background-color: white;
    background-image: linear-gradient(to bottom right, white, rgb(180, 180, 180));
}

/* ################### */

.title_container {
    /* border: 1px solid lime; */
    visibility: normal;
    margin: 5px auto 25px auto;
    padding: 4px;
    vertical-align: middle;
    text-align: center;
}

.title_container_right {
    visibility: normal;
    margin: 4px;
    padding: 4px;
    vertical-align: middle;
    text-align: right;
}

.title_graphic {
    height: 60px;
}

#login_cntr {
    /* border: 1px solid rgb(20, 20, 20); */
    visibility: normal;
    width: 100%;
    text-align: center;
}

#login_cntr_right {
    display: none;
    width: 100%;
    /* background-color: rgb(20, 20, 20); */
    background-color: rgb(220, 220, 220);
    /* background-image: linear-gradient(to bottom right, rgb(25,25,25), rgb(12,12,12), rgb(25,25,25)); */
    text-align: center;
}

#intro_blurb_cntr {
    margin: 0 auto;
    padding-top: 4px;
    height: 140px;
    width: 320px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    line-height: 16pt;
    letter-spacing: 2pt;
    color: white;
    text-align: center;
}

#login_blurb_cntr {
    margin: 32px auto 0px auto;
    /* border: 1px solid red; */
    width: 370px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    line-height: 16pt;
    letter-spacing: 2pt;
    /* color: rgb(255, 175, 0); */
    color: white;
    text-align: center;
}

.maintenance_blurb {
    margin: 8px auto 70px auto;
    width: 320px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 26pt;
    font-weight: bold;
    letter-spacing: 2pt;
    color: rgb(255, 175, 0);
    text-align: center;
}

.register_org_link_text {
    margin: 25px auto 0px auto;
    font-size: 12pt;
    font-weight: normal;
    letter-spacing: 1.5pt;
}

.login_instr {
    margin: 0px auto 15px auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 2px;
    color: white;
}

.login_input_text {
    margin-bottom: 2px;
    padding: 4px;
    width: 280px;
    border-radius: 14px;
    font-size: 18px;
}

.toplvl_input_button {
    margin: 4px;
    padding: 6px 10px; /* vertical horizontal */
    border-radius: 14px;
    /* border: 2px solid black; */
    border: 2px solid rgb(100, 50, 10);
    height: 32px;
    /* background-color: rgb(80, 135, 255);
    background-image: linear-gradient(to bottom right, rgb(80, 135, 255), rgb(50, 100, 230)); */
    background-color: rgb(255, 160, 80);
    background-image: linear-gradient(to bottom right, rgb(255, 160, 80), rgb(230, 120, 30));
    /* color: black; */
    color: black;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    box-shadow: 0px 4px 8px 0px rgba(100,50,10,0.4);
    cursor: pointer;
}

.toplvl_input_button:hover {
    color: black;
    background-color: white;
    background-image: linear-gradient(to bottom right, white, rgb(180, 180, 180));
}

/* ################### */

.login_input_button {
    margin: 4px 4px 4px 4px;
    padding: 6px 10px; /* vertical horizontal */
    border-radius: 14px;
    /* border: 2px solid black; */
    border: 2px solid rgb(0, 50, 80);
    /* height: 32px; */
    height: 35px;
    /* background-color: rgb(80, 135, 255);
    background-image: linear-gradient(to bottom right, rgb(80, 135, 255), rgb(50, 100, 230)); */
    /* background-color: rgb(255, 160, 80);
    background-image: linear-gradient(to bottom right, rgb(255, 160, 80), rgb(230, 120, 30)); */
    background-color: rgb(10, 90, 255);
    /* color: black; */
    /* color: rgb(0, 50, 80); */
    color: white;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    box-shadow: 0px 4px 8px 0px rgba(0,5,80,0.4);
    cursor: pointer;
}

.login_input_button:hover {
    /* color: rgb(0, 50, 80);
    background-color: white;
    background-image: linear-gradient(to bottom right, white, rgb(180, 180, 180)); */
    background-color: rgb(10, 80, 180);
    color: white;
}

.login_top_text {
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    letter-spacing: 1pt;
}

.login_avtr {
    margin: 3px;
    /* max-width: 42px;
    max-height: 42px; */
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

/* .login_avtr:hover {
    filter: saturate(80%) brightness(150%) contrast(40%);
} */

.login_un {
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1.0pt;
}

.login_link_btn {
    margin: 0px;
    padding: 0px 2px 0px 2px;
    color: black;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 9pt;
    font-weight: bold;
}

.login_link_btn:hover {
    color: white;
}

.login_span_btn {
    padding: 2px 4px 2px 4px;
    border-radius: 9px;
    background-color: rgb(190, 180, 180);
    background-image: linear-gradient(to bottom right, rgb(215, 200, 200), rgb(120, 90, 10));
}

.create_account_text {
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
}

.create_account_link {
    margin: 0px;
    padding: 0px 4px 0px 4px;
    color: black;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

.create_account_span {
    margin: 4px;
    padding: 6px 10px; /* vertical horizontal */
    border-radius: 14px;
    border: 2px solid black;
    background-color: rgb(80, 135, 255);
    background-image: linear-gradient(to bottom right, rgb(80, 135, 255), rgb(50, 100, 230));
}

.create_account_span:hover {
    background-color: white;
    background-image: linear-gradient(to bottom right, white, rgb(180, 180, 180));
}

/* ################### */

.hdr_auth {
    margin-bottom: 4px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "au_title au_acct"
        "au_nav au_nav";
    grid-gap: 0.5rem;
}

#hdr_auth_title {
    /* border: 1px solid rgb(79, 51, 180); */
    border-radius: 10px;
    /* background-color: rgb(25,25,25); */
    /* background-color: rgb(235,235,235); */
    height: 50px;
    width: 100%;
    grid-area: au_title;
    text-align: right;
}

#hdr_auth_account {
    /* border: 1px solid rgb(192, 233, 96); */
    border-radius: 10px;
    /* background-color: rgb(25,25,25); */
    /* background-color: rgb(235,235,235); */
    background-color: rgb(100, 120, 130);
    height: 50px;
    width: 100%;
    grid-area: au_acct;
    text-align: left;
}

#hdr_auth_nav {
    /* border: 1px solid rgb(51, 180, 83); */
    border-radius: 10px;
    /* background-color: rgb(25,25,25); */
    /* background-color: rgb(235,235,235); */
    background-color: rgb(100, 120, 130);
    height: 50px;
    width: 100%;
    grid-area: au_nav;
    text-align: center;
}




/* #################################################################################################### */
/* #################################################################################################### */




/* ######################################################### */
/* MAIN GRAPHIC and LOGIN STYLING */

.main_graphic_cntr {
    margin: 0px auto;
    padding-bottom: 60px;
    background-color: rgb(235,235,235);
    width: 95vw;
    visibility: normal;
}

#main_graphic {
    margin: auto;
    padding: 4px;
    height: 580px;
    background-image: url(../images/main_graphic.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 0;
}

/* ######################################################### */
/* MAIN PAGE STYLING */

#page_cntr {
    /* border: 1px solid pink; */
    margin: 0px auto;
    background-color: rgb(235,235,235);
    visibility: normal;
    width: 95vw;
}
.page_cntr_solo {
    /* border: 1px solid blue; */
    margin: auto;
    padding-top: 10px;
    background-color: rgb(235,235,235);
    width: 95vw;
}
.page_content_solo {
    /* border: 1px solid yellowgreen; */
    margin: auto;
    padding: 0px 3px;
}
    .sidebar_content {
        /* border: 1px solid yellowgreen; */
        margin: auto 0px 7px 0px;
        padding-top: 7px;
        border-radius: 10px;
        background-color: rgb(195, 185, 175);

        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "sb_sec_actions sb_sec_conns"
            "sb_sec_legs sb_sec_grps";
    }
    .sidebar_section {
        margin-bottom: 4px;
        /* border: 1px solid red; */
        border: 1px dotted rgb(125, 125, 125);
        border-radius: 20px;
    }
    #sidebar_sec_actions {
        margin-bottom: 6px;
        /* border: 1px solid red; */
        /* border: 1px dotted rgb(125, 125, 125); */
        /* border: 1px dotted rgb(0, 50, 80); */
        /* margin-top: 3px; */
        border-radius: 20px;
        text-align: center;
        grid-area: sb_sec_actions;
    }
    #sidebar_sec_conns {
        margin: 0px 5px 6px 5px;
        padding: 3px;
        /* border: 1px solid red; */
        /* border: 1px dotted rgb(125, 125, 125); */
        /* border: 1px dotted rgb(0, 50, 80); */
        border-radius: 20px;
        grid-area: sb_sec_conns;
        background-color: rgb(212, 205, 200);
    }
    #sidebar_sec_legacies {
        margin: 0px 5px 6px 5px;
        padding: 3px 3px 10px 3px;
        /* border: 1px solid red; */
        /* border: 1px dotted rgb(125, 125, 125); */
        /* border: 1px dotted rgb(0, 50, 80); */
        border-radius: 20px;
        grid-area: sb_sec_legs;
        background-color: rgb(212, 205, 200);
    }
    #sidebar_sec_groups {
        margin: 0px 5px 6px 5px;
        padding: 3px;
        /* border: 1px solid red; */
        /* border: 1px dotted rgb(125, 125, 125); */
        /* border: 1px dotted rgb(0, 50, 80); */
        border-radius: 20px;
        grid-area: sb_sec_grps;
        background-color: rgb(212, 205, 200);
    }

    #viewer_inl_cntr {
        /* border: 1px solid red; */
        display: table-cell;
        /* width: calc(71.25vw); */
        /* width: calc(71.25vw + 160px); */
        width: calc(95vw - 56px); /* NOTE: width adjusted dynamically in JS in insert_sidebar.html */
        vertical-align: top;
        transition: 0.5s;
    }
        #viewer_cntr {
            /* border: 1px solid green; */
            margin-left: 0px;
            margin-right: auto;
            /* width: calc(210px + 66.2%); */
            /* width: calc(210px + 66.2% + 54px); */
            width: calc(95vw - 56px); /* NOTE: width adjusted dynamically in JS in insert_sidebar.html */
            transition: 0.5s;
        }
            .viewer_content_top {
                margin: 0px 0.5vw 40px 4px;
                /* margin-left: 4px;
                margin-bottom: 40px; */
                /* margin-bottom: 0.5rem; */
                border: 3px solid rgb(40, 40, 40);
                border-radius: 6px;
                padding: 10px 0px 0px 0px;
                /* padding-bottom: 40px; */
                /* padding-bottom: 25px; */
                border-radius: 10px;
                background-color: rgb(245,245,245);
            }
            .viewer_content {
                margin: 0px 0.5vw 40px 4px;
                /* margin-left: 4px;
                margin-bottom: 40px; */
                /* margin-bottom: 0.5rem; */
                border: 3px solid rgb(40, 40, 40);
                border-radius: 6px;
                padding: 10px 0px 0px 0px;
                /* padding-top: 40px; */
                /* padding-bottom: 25px; */
                /* border: 1px solid rgb(157, 255, 0); */
                border-radius: 10px;
                background-color: rgb(245,245,245);
            }
            .viewer_content_bot {
                margin: 0px 0.5vw 0px 4px;
                /* margin-left: 4px; */
                /* margin-bottom: 40px; */
                /* margin-bottom: 0.5rem; */
                border: 3px solid rgb(40, 40, 40);
                border-radius: 6px;
                padding: 10px 0px 0px 0px;
                /* padding-bottom: 40px; */
                /* padding-bottom: 25px; */
                border-radius: 10px;
                background-color: rgb(245,245,245);
            }
            .viewer_content_solo_top {
                /* margin: auto auto 0.5rem auto; */
                margin: 0px auto;
                padding-bottom: 40px;
                /* padding-bottom: 25px; */
                /* border: 1px solid rgb(157, 255, 0); */
                border-radius: 10px;
                background-color: rgb(235,235,235);
                /* background-image: url(../images/bg_echo_wash.jpg); */
                /* background-repeat: repeat; */
            }
            .viewer_content_solo {
                /* margin: auto auto 0.5rem auto; */
                margin: 0px auto;
                padding-bottom: 40px;
                /* padding-bottom: 25px; */
                /* border: 1px solid rgb(157, 255, 0); */
                border-radius: 10px;
                background-color: rgb(235,235,235);
            }
            .viewer_content_menu {
                /* padding: 5px 0px 0px 0px; */
                border-radius: 10px 10px 0px 0px;
                /* background-color: rgb(235,235,235); */
                /* background-color: rgb(100, 120, 130); */
                background-color: rgb(20, 20, 20);
            }
            .viewer_content_selected {
                margin-bottom: 0.5rem;
                /* padding: 5px; */
                border-radius: 0px 0px 10px 10px;
                background-color: rgb(250,250,250);
            }

/* ######################################################### */
/* MAIN PAGE STYLING BEFORE BEING REPLACED WITH NEW STYLING */

#page_cntr_alt {
    /* border: 1px solid pink; */
    margin: 0px auto;
    padding: 0px;
    background-color: rgb(235,235,235);
    width: 95vw;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "sb_cntr"
        "vw_cntr";
}
    #sidebar_cntr_alt {
        /* border: 1px solid brown; */
        grid-area: sb_cntr;
    }
    #viewer_cntr_alt {
        /* border: 1px solid aqua; */
        grid-area: vw_cntr;
    }
        #viewer_cntr_sec {
            /* border: 1px solid purple; */
            margin: auto;
        }

/* ################### */

.page_hr {
    width: 80%;
}

.page_large_title {
    /* margin: 0px auto 25px auto; */
    margin: 0px 15px 15px 15px;
    /* border: 3px solid rgb(235,235,235); */
    /* border-radius: 10px 10px 0px 0px; */
    /* border-radius: 25px; */
    padding: 5px;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    /* background-color: rgb(195, 185, 175); */
    /* background-color: rgb(70, 65, 60); */
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    /* color: rgb(190, 165, 80); */
    /* color: rgb(235,235,235); */
    color: black;
    font-size: 30px;
    letter-spacing: 2.0pt;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
}

.page_title {
    /* margin: 0px auto 25px auto; */
    margin: 15px;
    /* border: 1px solid rgb(235,235,235);
    border-radius: 10px 10px 0px 0px; */
    padding: 5px;
    /* padding-top: 20px;
    padding-bottom: 20px; */
    /* background-color: rgb(50, 50, 50); */
    /* background-color: rgb(70, 65, 60); */
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    /* color: rgb(235,235,235); */
    color: black;
    font-size: 24px;
    letter-spacing: 2.5pt;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
}

.page_title_left {
    margin: 0px 0px 10px 20px;
    /* font-family: Arial, Helvetica, sans-serif; */
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    /* color: rgb(190, 165, 80); */
    color: black;
    font-size: 20px;
    letter-spacing: 2.0pt;
    vertical-align: middle;
    line-height: 30px;
    text-align: left;
}

.page_subtitle {
    margin: 15px auto 25px auto;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    /* color: rgb(190, 165, 80); */
    color: rgb(70, 65, 60);
    font-size: 14pt;
    font-style: normal;
    letter-spacing: 2.0pt;
    vertical-align: middle;
    line-height: 21pt;
    text-align: center;
}

.page_subtitle_smaller {
    margin: 5px;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    /* color: rgb(190, 165, 80); */
    color: black;
    font-size: 13px;
    letter-spacing: 1.0pt;
    vertical-align: middle;
    line-height: 18px;
    text-align: center;
}

.page_sub_subtitle {
    margin: 5px;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    /* color: white; */
    color: rgb(70, 65, 60);
    font-size: 11px;
    font-style: italic;
    letter-spacing: 2.0pt;
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
}

.page_large_base {
    /* margin: 25px auto 0px auto; */
    margin: 0px auto 0px auto;
    padding: 5px;
    border: 3px solid rgb(235,235,235);
    border-radius: 0px 0px 10px 10px;
    /* background-color: rgb(195, 185, 175); */
    background-color: rgb(40, 40, 40);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    /* color: rgb(190, 165, 80); */
    color: rgb(235,235,235);
    font-size: 11pt;
    letter-spacing: 1.5pt;
    vertical-align: middle;
    text-align: center;
}

.page_img {
    width: 220px;
}

.page_text {
    margin: 5px auto 5px auto;
    padding: 5px 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
}

.redirect {
    margin: 0 auto 40px auto;
    border-radius: 10px;
    background-image: url(../images/main_graphic.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 800px;
    width: 80%;
}

/* ################### */
/* Two Button Divs */
/* ################### */

#two_buttons_dd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "btn_1 btn_2";
}
    #two_buttons_dd_btn1 {
        grid-area: btn_1;
        margin: auto 10px auto auto;
        width: 180px;
        text-align: center;
    }
    #two_buttons_dd_btn2 {
        grid-area: btn_2;
        margin: auto auto auto 10px;
        width: 180px;
        text-align: center;
    }
    #one_button {
        margin: 20px auto;
        width: 180px;
        text-align: center;
    }

/* ################### */
/* Legacy Page Divs */
/* ################### */

.page_div_dark {
    margin: 0px 2px;
    padding: 10px;
    border-radius: 6px;
    background-color: rgb(40, 40, 40);
}
.page_div_link_dark {
    margin: 0;
    padding: 20px 10px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}
    .page_div_link_dark_sel {
        margin: 0;
        padding: 18px 8px;
        border: 2px solid rgb(230, 120, 30);
        border-radius: 5px;
        color: rgb(230, 120, 30);
        cursor: pointer;
    }
    .page_div_link_dark:hover, .page_div_link_dark:hover .num {
        background-color: rgb(60, 60, 60);
        color: rgb(160, 160, 160);
    }
.page_div_num {
    margin: 5px 0px 3px 0px;
    color: rgb(230, 120, 30);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14pt;
}
    .page_div_img {
        height: 60px;
    }
    .page_div_text {
        font-size: 12.5pt;
    }


/* ################### */

.page_text_img_cntr_14 {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-template-areas:
        "cntr_14_l cntr_14_r";
}
    .page_text_img_cntr_14_l {
        grid-area: cntr_14_l;
    }
    .page_text_img_cntr_14_r {
        grid-area: cntr_14_r;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "cntr_14_r_t"
            "cntr_14_r_b";
    }
        .page_text_img_14_txt_1 {
            grid-area: cntr_14_r_t;
            margin: 0 auto 0 10px;
        }
        .page_text_img_14_txt_2 {
            grid-area: cntr_14_r_b;
            margin: 0 auto 0 10px;
        }

.page_text_img_cntr_41 {
    display: grid;
    grid-template-columns: 4fr 1fr;
    grid-template-areas:
        "cntr_41_l cntr_41_r";
}
    .page_text_img_cntr_41_r {
        grid-area: cntr_41_r;
    }
    .page_text_img_cntr_41_l {
        grid-area: cntr_41_l;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "cntr_41_l_t"
            "cntr_41_l_b";
    }
        .page_text_img_41_txt_1 {
            grid-area: cntr_41_l_t;
            margin: 0 10px 0 auto;
        }
        .page_text_img_41_txt_2 {
            grid-area: cntr_41_l_b;
            margin: 0 10px 0 auto;
        }

.page_text_img_txt_top {
    display: none;
}
.page_text_img_txt_mid {
    display: none;
}
.page_text_img_txt_bot {
    display: none;
}

.page_text_extended {
    letter-spacing: 1.5pt;
}

.text {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    color: black;
}

.page_comment_text {
    margin: 10px auto 10px auto;
    width: 80%;
    font-size: 11px;
    font-style: italic;
    letter-spacing: 1.5pt;
}

#page_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
        "div_pbox_embed div_pbox_text div_pbox_text"
        "div_pbox_trnscrpt div_pbox_trnscrpt div_pbox_trnscrpt";
    grid-gap: 5px;
}
    #page_box_text {
        margin: 0px auto auto 5px;
        padding-right: 10px;
        grid-area: div_pbox_text;
        text-align: center;
        width: calc(100% - 30px);
    }
    #page_box_embed {
        margin: 0 2px;
        padding: 0 2px;
        grid-area: div_pbox_embed;
        text-align: left;
    }
        .page_box_iframe {
            margin: 0 5px;
            padding: 0;
        }
    #page_box_trnscrpt {
        margin: 0 2px;
        padding: 0 7px;
        grid-area: div_pbox_trnscrpt;
        text-align: left;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 9pt;
        letter-spacing: 0.5pt;
    }
        #box_trnscrpt_btnControl {
            display: none;
        }
        .box_trnscrpt_notice {
            display: block;
            cursor: pointer;
            margin: 0 auto 5px auto;
            padding: 0;
            font-size: 7pt;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            letter-spacing: 0.5pt;
            color: rgb(95, 45, 10);
            text-align: left;
            font-style: italic;
        }
        #box_trnscrpt {
            display: none;
        }
        #box_trnscrpt_btnControl:checked + label > #box_trnscrpt {
            display: block;
        }
        /* ------------------------- */
        #box_trnscrpt_btnControl_2 {
            display: none;
        }
        #box_trnscrpt_2 {
            display: none;
        }
        #box_trnscrpt_btnControl_2:checked + label > #box_trnscrpt_2 {
            display: block;
        }
        /* ------------------------- */
        #box_trnscrpt_btnControl_3 {
            display: none;
        }
        #box_trnscrpt_3 {
            display: none;
        }
        #box_trnscrpt_btnControl_3:checked + label > #box_trnscrpt_3 {
            display: block;
        }

.page_outline {
    margin: 4px auto;
    padding: 4px;
    width: 85%;
    /* border: 1px dotted rgb(0, 50, 80); */
    border-radius: 20px;
    /* background-color: rgb(245,245,245); */
}

.button_cntr {
    margin: 4px auto 4px auto;
    padding: 4px;
    width: 50%;
    /* border: 1px dotted white; */
    /* border: 1px dotted rgb(125, 125, 125); */
    /* border: 1px dotted rgb(30, 120, 170); */
    border: 1px dotted rgb(0, 50, 80);
    border-radius: 20px;
    background-color: rgb(245,245,245);
}

.page_intro_blurb {
    margin: 0 auto 15px auto;
    width: 85%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    line-height: 16pt;
    letter-spacing: 1pt;
    /* color: rgb(200, 200, 200); */
    /* color: rgb(70, 115, 139); */
    /* color: rgb(70, 65, 60); */
    color: rgb(0, 50, 80);
    text-align: left;
}

.page_large_blurb {
    margin: 0 auto;
    width: 85%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14pt;
    font-weight: normal;
    line-height: 24pt;
    letter-spacing: 1pt;
    /* color: rgb(200, 200, 200); */
    /* color: rgb(70, 115, 139); */
    /* color: rgb(70, 65, 60); */
    color: rgb(0, 50, 80);
    text-align: center;
}

.page_regular_blurb {
    margin: 0 auto;
    width: 85%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    line-height: 16pt;
    letter-spacing: 1pt;
    /* color: rgb(200, 200, 200); */
    /* color: rgb(70, 115, 139); */
    /* color: rgb(70, 65, 60); */
    color: rgb(0, 50, 80);
    text-align: center;
}

.page_content_blurb {
    margin: 0 auto;
    width: 85%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    line-height: 16pt;
    letter-spacing: 1pt;
    /* color: rgb(200, 200, 200); */
    color: rgb(0, 50, 80);
    text-align: left;
}

.page_small_blurb {
    margin: 0 auto;
    width: 85%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    line-height: 14pt;
    letter-spacing: 0.8pt;
    /* color: rgb(200, 200, 200); */
    color: rgb(0, 50, 80);
    text-align: left;
}

.register_intro_blurb {
    margin: 0 auto;
    width: 75%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    line-height: 14pt;
    letter-spacing: 1pt;
    color: rgb(200, 200, 200);
    text-align: center;
}

.table_generic {
    margin: 30px auto 10px auto;
    padding: 30px 10px 30px 10px;
    border-radius: 15px;
    width: 80%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    background-color: rgb(245,245,245);
}

.logtable {
    margin: auto;
    padding: 0px 10px;
    border-collapse: collapse;
    /* border: 1px solid gray; */
}

.logtable_hdr {
    /* border: 1px solid rgb(50, 50, 50); */
    padding: 0px 10px;
    border-right: 2px dotted rgb(60, 55, 50);
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
    line-height: 32pt;
    font-weight: normal;
    background-color: rgb(70, 65, 60);
    color: white;
}

.logtable_row {
    /* background-color: rgb(230, 230, 230); */
    background-color: white;
}

.logtable_row:hover {
    color: rgb(230, 120, 30);
    cursor: pointer;
}

.logtable_row:nth-child(even) {
    background-color: rgb(200, 200, 200);
}

.logtable_cell {
    padding: 0 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    line-height: 32pt;
}

    .logtable_row_noselect {
        /* background-color: rgb(230, 230, 230); */
        background-color: white;
    }

    .logtable_row_noselect:nth-child(even) {
        background-color: rgb(200, 200, 200);
    }

/* ################### */

.instr_vid_trigger {
    margin: 0px 6px 0px 6px;
    padding-top: 3px;
    padding-left: 3px;
    border-radius: 10px 10px 0px 0px;
    background-color: rgb(218,218,218);
    cursor: pointer;
}

/* CSS to style the orange popup information buttons */
.trigger_icon {
    height: 18px;
    border-radius: 50%;
}
    .active, .trigger_icon:hover {
        filter: saturate(80%) brightness(150%) contrast(40%);
    }
    .trigger_popup {
        display: none;
        margin: 10px auto 0 auto;
        width: 85%;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 11pt;
        font-weight: normal;
        line-height: 16pt;
        letter-spacing: 1pt;
        /* color: rgb(200, 200, 200); */
        color: rgb(0, 50, 80);
        text-align: left;
    }

/* Older CSS to style the orange popup information buttons */
.page_title_popup_trigger {
    font-size: 7.5pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 1pt;
    color: black;
}
    .page_title_popup {
        display: none;
        margin: 10px auto 0 auto;
        width: 85%;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 11pt;
        font-weight: normal;
        line-height: 16pt;
        letter-spacing: 1pt;
        /* color: rgb(200, 200, 200); */
        color: rgb(0, 50, 80);
        text-align: left;
    }
    .page_title_popup_trigger:hover .page_title_popup {
        display: block;
    }
    .page_title_popup_trigger:focus .page_title_popup {
        display: block;
    }

.legacy_generic {
    display: inline-block;
    margin: 0px auto 10px auto;
    border: 1px solid rgb(0, 50, 80);
    border-radius: 5px;
    padding: 10px;
    /* width: 65%; */
    max-width: 350px;
    background-color: white;
    box-shadow: 0px 4px 8px 0px rgba(0, 50, 80,0.4);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    line-height: 12pt;
    letter-spacing: 0pt;
    color: black;
    text-align: left;
    vertical-align: top;
}

.legacy_field_label {
    margin-top: 5px;
    color: rgb(0, 50, 80);
    font-size: 7.5pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 0.2pt;
}

/* CSS to style the orange popup information buttons on echoes and VLs */
.legacy_trigger_icon {
    height: 12px;
}
    .legacy_popup_active, .legacy_trigger_icon:hover {
        filter: saturate(80%) brightness(150%) contrast(40%);
    }
    .legacy_trigger_popup {
        display: none;
        margin-top: 5px;
        padding: 0px 5px;
        width: 85%;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 7pt;
        font-weight: normal;
        line-height: 12pt;
        letter-spacing: 0.8pt;
        /* color: rgb(200, 200, 200); */
        /* color: rgb(0, 50, 80); */
        color: white;
        text-align: left;
    }

/* Older CSS to style the orange popup information buttons */
.legacy_popup_trigger {
    font-size: 7.5pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 1pt;
    color: black;
}
    .legacy_popup_img {
        height: 12px;
    }
    .legacy_popup {
        display: none;
        position: absolute;
        margin-top: 5px;
        padding: 5px 5px;
        border-radius: 5px;
        max-width: 220px;
        background-color: white;
        color: black;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        font-size: 7pt;
        font-weight: normal;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        letter-spacing: 0.2pt;
        text-align: left;
    }
    .legacy_popup_trigger:hover .legacy_popup {
        display: block;
    }
    .legacy_popup_trigger:focus .legacy_popup {
        display: block;
    }

.legacy_cntr {
    margin: 0px 3px;
}

.legacy_input_shorter { /* Same class is defined in legacy.css, may be problemmatic */
    width: 100px;
    height: 21px;
    margin-bottom: 2px;
    padding: 2px;
    border-radius: 6px;
    border: 1px solid rgb(0, 50, 80);
}

.legacy_input_short { /* Same class is defined in legacy.css, may be problemmatic */
    width: 200px;
    height: 21px;
    margin-bottom: 2px;
    padding: 2px;
    border-radius: 6px;
    border: 1px solid rgb(0, 50, 80);
}

.legacy_input_full {
    width: 99%;
    height: 21px;
    margin-bottom: 2px;
    padding: 2px;
    border-radius: 6px;
    border: 1px solid rgb(0, 50, 80);
}

.legacy_box_full_tall {
    width: 99%;
    height: 160px;
    margin-bottom: 2px;
    padding: 2px;
    border-radius: 6px;
    border: 1px solid rgb(0, 50, 80);
}

.legacy_input_min_100 {
    width: 99%;
    min-height: 90px;
    max-height: 180px;
    height: 100%;
    margin-bottom: 2px;
    padding: 2px;
    border-radius: 6px;
    border: 1px solid rgb(0, 50, 80);
}

.legacy_input_mm_50_200 {
    min-height: 50px;
    max-height: 200px;
    /* width: calc(99% - 8px); */
    margin: auto 15px;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid rgb(0, 50, 80);
    overflow-y: scroll;
}

.legacy_acknowledge {
    font-size: 6pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 0.5pt;
    color: rgb(180, 180, 180);
}

.legacy_div {
    margin-bottom: 10px;
}

.legacy_hr {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 6px;
    border-top: 1px dotted rgb(0, 50, 80);
}

.legacy_recipient_div {
    margin: 1px 0px;
    padding: 3px 3px 0px 3px ;
    border-radius: 25px;
    /* border: 1px solid rgb(230, 120, 30); */
    display: inline-table;
    background-color:rgb(215, 215, 215);
    background-image: linear-gradient(to bottom right, rgb(200, 200, 200), rgb(235, 235, 235), rgb(180, 180, 180));
}

.author_link {
    margin: 0px;
    padding: 0px 2px;
    /* color: black; */
    color: rgb(0, 50, 80);
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}

.legacy_recipient_link {
    margin: 0px;
    padding: 0px 2px;
    /* color: black; */
    color: rgb(0, 50, 80);
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
}

.legacy_avtr {
    margin: auto 0px auto 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.legacy_avtr:hover {
    filter: saturate(80%) brightness(150%) contrast(40%);
}

.legacy_avtr_inert {
    margin: auto 0px auto 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.legacy_avtr_small {
    margin: auto 0px auto 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.legacy_avtr_small:hover {
    filter: saturate(80%) brightness(150%) contrast(40%);
}

.encryption_text {
    margin: 5px auto 25px auto;
    color: rgb(0, 0, 255);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    /* text-decoration: underline; */
    text-align: center;
}

/* ################### */

.legacy_input_button {
    margin-top: 0px;
    padding: 2px 4px; /* vertical horizontal */
    border-radius: 6px;
    border: 1px solid black;
    width: 60px;
    height: 21px;
    background-color: white;
    color: black;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    cursor: pointer;
    vertical-align: top;
}

.legacy_input_button:hover {
    color: black;
    background-color: rgb(160, 160, 160);
}

.legacy_input_button_green {
    margin: 4px;
    padding: 6px 10px; /* vertical horizontal */
    border-radius: 14px;
    border: 2px solid rgb(20, 120, 20);
    height: 32px;
    background-color: white;
    color: rgb(20, 120, 20);
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    cursor: pointer;
}

.legacy_input_button_green:hover {
    color: black;
    background-color: rgb(170, 185, 170);
}

.legacy_input_button_blue {
    margin: 4px;
    padding: 6px 10px; /* vertical horizontal */
    border-radius: 14px;
    border: 2px solid rgb(70, 115, 139);
    height: 32px;
    background-color: white;
    color: rgb(70, 115, 139);
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    cursor: pointer;
}

.legacy_input_button_blue:hover {
    color: black;
    background-color: rgb(156, 167, 175);
}

.legacy_input_button_red {
    margin: 4px;
    padding: 6px 10px; /* vertical horizontal */
    border-radius: 14px;
    border: 2px solid rgb(120, 20, 20);
    height: 32px;
    background-color: white;
    color: rgb(120, 20, 20);
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    cursor: pointer;
}

.legacy_input_button_red:hover {
    color: black;
    background-color: rgb(180, 165, 165);
}

/* ################### */

.legacy_listing {
    margin: 2px auto 2px auto;
    /* border: 1px solid rgb(0, 50, 80); */
    border-radius: 5px;
    padding: 2px;
    width: 92%;
    background-color: rgb(245,245,245);
    /* box-shadow: 0px 4px 8px 0px rgba(0, 50, 80,0.4); */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: black;
    /* background-color:rgb(215, 215, 215);
    background-image: linear-gradient(to bottom right, rgb(200, 200, 200), rgb(235, 235, 235), rgb(180, 180, 180)); */
    background-color:white;
    /* color: white;
    background-color:rgb(70, 115, 139); */
}

.legacy_list_items {
    display: block;
    margin: 0px auto 10px auto;
    border: 1px solid rgb(0, 50, 80);
    border-radius: 5px;
    padding: 10px;
    background-color: white;
    color: black;
    text-align: left;
}

/* ################### */


/* HIDE RADIO */
[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
  
/* IMAGE STYLES */
[type=radio] + img {
    cursor: pointer;
    padding: 2px;
}

[type=radio] + span {
    cursor: pointer;
    padding: 2px;
}
  
/* CHECKED STYLES */
[type=radio]:checked + img {
    outline: 4px solid rgb(0, 50, 80);
    /* outline: 3px solid white; */
}

[type=radio]:checked + span {
    outline: 4px solid rgb(0, 50, 80);
    /* outline: 3px solid white; */
}



/* ################### */

.vert_section_cntr {
    margin: 4px;
    padding: 8px;
    border-top: 1px dashed gray;
}

.vert_section_title {
    margin-bottom: 8px;
    margin-right: 8px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: black;
}

.vert_section_buttons_cntr {
    margin-left: 16px;
    padding: 4px;
}

.ind_class_green {
    padding: 2px;
    background-color: rgb(110, 140, 110);
    color: white;
}

.ind_class_red {
    padding: 2px;
    background-color: rgb(140, 110, 110);
    color: white;
}

.ind_class_yellow {
    padding: 2px;
    background-color: rgb(140, 140, 80);
    color: black;
}

/* ################### */

.toplvl_button_link {
    margin: 0px;
    padding: 0px 4px 0px 4px;
    /* color: black; */
    color: black;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

.toplvl_button_span {
    margin: 4px;
    padding: 6px 10px; /* vertical horizontal */
    border-radius: 14px;
    /* border: 2px solid black; */
    border: 2px solid rgb(100, 50, 10);
    /* background-color: rgb(80, 135, 255);
    background-image: linear-gradient(to bottom right, rgb(80, 135, 255), rgb(50, 100, 230)); */
    background-color: rgb(230, 120, 30);
    background-image: linear-gradient(to bottom right, rgb(255, 160, 80), rgb(230, 120, 30));
}

.toplvl_button_span:hover {
    color: black;
    background-color: white;
    background-image: linear-gradient(to bottom right, white, rgb(180, 180, 180));
}

/* ################### */

.generic_button_link {
    margin: 0px;
    padding: 0px 4px 0px 4px;
    /* color: black; */
    /* color: rgb(0, 50, 80); */
    color: black;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    letter-spacing: 0.5pt;
    font-weight: bold;
}

.generic_button_span {
    margin: 4px;
    padding: 6px 10px; /* vertical horizontal */
    border-radius: 14px;
    /* border: 2px solid black; */
    /* border: 2px solid rgb(0, 50, 80); */
    border: 2px solid black;
    /* background-color: rgb(80, 135, 255);
    background-image: linear-gradient(to bottom right, rgb(80, 135, 255), rgb(50, 100, 230)); */
    background-color: rgb(230, 120, 30);
    background-image: linear-gradient(to bottom right, rgb(255, 160, 80), rgb(230, 120, 30));
}

.generic_button_span:hover {
    color: rgb(0, 50, 80);
    background-color: white;
    background-image: linear-gradient(to bottom right, white, rgb(180, 180, 180));
}

/* ################### */

.generic_button_link_green {
    margin: 0px;
    padding: 0px 4px 0px 4px;
    color: rgb(20, 120, 20);
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.25pt;
}

.generic_button_span_green {
    margin: 4px;
    padding: 6px 10px; /* vertical horizontal */
    border-radius: 14px;
    border: 2px solid rgb(20, 120, 20);
    background-color: white;
}

.generic_button_span_green:hover {
    color: black;
    background-color: rgb(170, 185, 170);
}

/* ################### */

.generic_button_link_green_inv {
    margin: 0px;
    padding: 0px 4px 0px 4px;
    color: white;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.25pt;
}

.generic_button_span_green_inv {
    margin: 4px;
    padding: 6px 10px; /* vertical horizontal */
    border-radius: 14px;
    border: 2px solid white;
    background-color: rgb(20, 120, 20);
}

.generic_button_span_green_inv:hover {
    color: black;
    background-color: rgb(170, 185, 170);
}

/* ################### */

.generic_button_link_blue {
    margin: 0px;
    padding: 0px 4px 0px 4px;
    color: rgb(70, 115, 139);
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.25pt;
}

.generic_button_span_blue {
    margin: 4px;
    padding: 6px 10px; /* vertical horizontal */
    border-radius: 14px;
    border: 2px solid rgb(70, 115, 139);
    background-color: white;
}

.generic_button_span_blue:hover {
    color: black;
    background-color: rgb(156, 167, 175);
}

/* ################### */

.generic_button_link_blue_inv {
    margin: 0px;
    padding: 0px 4px 0px 4px;
    color: white;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1.25pt;
}

.generic_button_span_blue_inv {
    display: inline-block;
    /* margin: 4px; */
    margin: 2px auto 2px auto;
    padding: 6px 10px; /* vertical horizontal */
    border-radius: 14px;
    /* border: 1px solid white; */
    border: 2px solid rgb(0, 50, 80);
    background-color: rgb(10, 90, 255);
    white-space: nowrap;
    box-shadow: 0px 4px 8px 0px rgba(0,5,80,0.4);
}

.generic_button_span_blue_inv:hover {
    background-color: rgb(10, 80, 180);
    color: white;
}

.generic_button_div_blue_inv {
    display: inline-block;
    margin: 0px;
    padding: 6px 10px; /* vertical horizontal */
    border-radius: 14px;
    /* border: 1px solid white; */
    border: 2px solid rgb(0, 50, 80);
    width: fit-content;
    background-color: rgb(10, 90, 255);
    letter-spacing: 0;
}

.generic_button_div_blue_inv:hover {
    background-color: rgb(10, 80, 180);
    color: white;
}

/* ################### */

.generic_button_link_red {
    margin: 0px;
    padding: 0px 4px 0px 4px;
    color: rgb(120, 20, 20);
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.25pt;
}

.generic_button_span_red {
    margin: 4px;
    padding: 6px 10px; /* vertical horizontal */
    border-radius: 14px;
    border: 2px solid rgb(120, 20, 20);
    background-color: white;
}

.generic_button_span_red:hover {
    color: black;
    background-color: rgb(180, 165, 165);
}

/* ################### */

.actions_button_link {
    margin: 0px;
    padding: 0px;
    /* color: rgb(0, 50, 80); */
    color: rgb(230, 120, 30);
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.25pt;
}

.actions_button_span {
    margin: 6px auto;
    padding: 6px 10px 4px 10px; /* vertical horizontal */
    border-radius: 14px;
    /* border: 2px solid rgb(230, 120, 30); */
    border: 2px solid rgb(0, 50, 80);
    /* background-image: linear-gradient(to bottom right, rgb(255, 160, 80), rgb(230, 120, 30)); */
    background-color: white;
    width: 170px;
}

.actions_button_span:hover {
    color: rgb(230, 120, 30);
    background-color: rgb(247, 229, 215);
    /* background-image: linear-gradient(to bottom right, white, rgb(180, 180, 180)); */
}

.actions_img {
    margin-right: 3px;
    margin-bottom: 3px;
    vertical-align: middle;
    height: 18px;
}

/* ################### */

.actions_button_link_inv {
    margin: 0px;
    padding: 0px;
    /* color: rgb(230, 120, 30); */
    color: white;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.25pt;
}

.actions_button_span_inv {
    margin: 6px auto;
    padding: 6px 10px 4px 10px; /* vertical horizontal */
    border-radius: 14px;
    border: 2px solid rgb(0, 27, 44);
    background-color: rgb(0, 50, 80);
    width: 170px;
}

.actions_button_span_inv:hover {
    color: white;
    background-color: rgb(60, 60, 60);
    background-image: linear-gradient(to bottom right, rgb(100, 100, 100), rgb(60, 60, 60));
}

/* ################### */

.generic_button_link_black {
    margin: 0px;
    padding: 0px 4px 0px 4px;
    color: black;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.25pt;
}

.generic_button_span_black {
    margin: 4px;
    padding: 6px 10px; /* vertical horizontal */
    border-radius: 14px;
    border: 2px solid black;
    background-color: white;
}

.generic_button_span_black:hover {
    color: black;
    background-color: rgb(125, 125, 125);
}

/* ################### */

.generic_popup_trigger {
    font-size: 7pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 1pt;
    color: rgb(230, 120, 30);
}

.generic_popup_trigger_black {
    font-size: 7pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 1pt;
    color: black;
}

.generic_popup {
    display: none;
    position: absolute;
    margin-top: 5px;
    padding: 5px 5px;
    border-radius: 5px;
    max-width: 220px;
    background-color: white;
    color: black;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 7pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 0.2pt;
}

.generic_popup_trigger:hover .generic_popup {
    display: block;
}

/* ################### */

.page_regular_blurb_popup_trigger {
    font-size: 10pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    line-height: 12pt;
    letter-spacing: 1pt;
    color: rgb(230, 120, 30);
}

.page_regular_blurb_popup {
    display: none;
    position: absolute;
    margin-top: 5px;
    margin-right: 20px;
    padding: 5px 5px;
    border-radius: 5px;
    max-width: 80vw;
    background-color: white;
    color: black;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 10pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 0.2pt;
}

.page_regular_blurb_popup_trigger:hover .page_regular_blurb_popup {
    display: block;
}

/* ######################################################### */
/* REGISTER, AND  LOGIN STYLING */

.register_table {
    margin-left: auto;
    margin-right: auto;
}

.register_ftr {
    margin: 20px auto 20px auto;
    text-align: center;
}

.register_input_text {
    margin-bottom: 2px;
    border-radius: 6px;
    width: 180px;
    height: 20px;
}

.input_shortest {
    width: 70px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.input_shorter {
    width: 80px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.input_short {
    width: 160px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.input {
    width: 180px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.input_longer {
    width: 250px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
    .input_longer_minus_i {
        width: 233px;
        height: 20px;
        border-radius: 6px;
        border: 1px solid black;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
    .input_longer_300 {
        width: 300px;
        height: 20px;
        border-radius: 6px;
        border: 1px solid black;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
.input_long_tall {
    width: 500px;
    height: 200px;
    border-radius: 6px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.input_longest {
    width: 364px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.input_box {
    width: 300px;
    height: 190px;
    border-radius: 6px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.input_box_full {
    /* width: 99%; */
    width: 380px;
    height: 100px;
    border-radius: 6px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.input_box_full_tall {
    width: 99%;
    height: 160px;
    border-radius: 6px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.input_box_thin {
    width: 160px;
    height: 190px;
    border-radius: 6px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.input_box_tall {
    width: 300px;
    height: 150px;
    border-radius: 6px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.input_box_short {
    width: 300px;
    height: 95px;
    border-radius: 6px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.general_text_left {
    margin-left: 10px;
    color: black;
    text-align: left;
    font-size: 12pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 1pt;
}
.general_text_center {
    margin-left: 10px;
    color: black;
    text-align: center;
    font-size: 12pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 1pt;
}
.general_text_center_white {
    margin-left: 10px;
    color: white;
    text-align: center;
    font-size: 12pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 1pt;
}
.error_cntr {
    visibility: normal;
    /* margin: 0px auto 6px 6px; */
    margin: 0px 6px 6px 6px;
    border: 2px dotted rgb(120, 20, 20);
    border-radius: 14px;
    padding: 22px;
    background-color: rgb(255, 220, 220);
    vertical-align: middle;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 20pt;
    box-shadow: 0px 4px 8px 0px rgba(120,20,20,0.4);
}
    .error_text_center {
        margin-left: 10px;
        color: red;
        text-align: center;
        font-size: 12pt;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        letter-spacing: 1pt;
    }
    .error_text {
        margin-left: 10px;
        color: red;
        text-align: left;
        font-size: 12pt;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        letter-spacing: 1pt;
    }
.note_text {
    margin-left: 10px;
    color: blue;
    text-align: left;
    font-size: 12pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 1pt;
}
.required {
    margin-top: 5px;
    color: red;
    text-align: left;
    font-size: 11pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.agreemt_cntr {
    margin: 40px auto 4px auto;
    border: 1px dotted rgb(0, 50, 80);
    border-radius: 20px;
    background-color: rgb(245,245,245);
    padding-bottom: 15px;
    width: 65%;
    text-align: center;
}


.agreemt_cntr_blurb {
    margin: 15px auto;
    width: 90%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    line-height: 13pt;
    letter-spacing: 1pt;
    /* color: rgb(200, 200, 200); */
    color: rgb(40, 40, 40);
    text-align: center;
}

.hvldt_cntr {
    margin: 25px auto;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    width: 40%;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    /* z-index: 1; */
}
    .hvldt_blurb {
        /* margin: 15px auto 25px auto;
        width: 60%; */
        margin-bottom: 10px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 9pt;
        font-weight: normal;
        line-height: 10pt;
        letter-spacing: 1pt;
        /* color: rgb(200, 200, 200); */
        color: rgb(40, 40, 40);
        text-align: center;
    }
    .hvldt_cb_cntr {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        /* grid-gap: 10px; */
    }
    .hvldt_cb_a {
        border: 1px solid rgb(0, 50, 80);
        width: 30px;
        height: 30px;
        background-color: rgb(70, 115, 139);
    }
    .hvldt_cb_b {
        border: 1px solid rgb(0, 50, 80);
        width: 30px;
        height: 30px;
    }
    .hvldt_cb_input {
        margin-top: 7px;
    }

/* ######################################################### */
/* PROFILE PAGE STYLING */

#profile_sidebar_content {
    /* border: 1px solid yellowgreen; */
    margin: auto 5px;
    padding: 7px;
    border-radius: 10px;
    /* height: 100%; */
    /* background-color: rgb(195, 185, 175); */
    color: white;
    background-color: rgb(40, 40, 40);
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
    "p_sb_avtr p_sb_sm";
}
    #profile_sidebar_avtr {
        /* border: 1px solid red; */
        margin: 0 auto;
        grid-area: p_sb_avtr;
    }
    #profile_sidebar_sm {
        /* border: 1px solid blue; */
        margin: 0 auto;
        height: 100%;
        grid-area: p_sb_sm;
    }

.profile_page_avtr {
    margin: 8px 4px 4px 4px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.profile_page_un {
    margin: 4px 2px 10px 2px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.profile_page_title {
    margin: 4px 2px 22px 2px;
    font-size: 17px;
    /*font-weight: bold;*/
    font-style: italic;
    letter-spacing: 1pt;
}

.profile_page_txt_icon {
    height: 22px;
}

.profile_page_social_media {
    margin: 6px 6px 12px 6px;
    border: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 11pt;
    letter-spacing: 1px;
}

.profile_page_subtitle {
    margin: 4px;
    padding: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 12pt;
    text-align: left;
}

.profile_page_subtitle_center {
    margin: 4px;
    margin-top: 12px;
    padding: 0px;
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
}

.profile_blurb {
    margin-left: 15px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 11px;
    font-style: italic;
}

.none_showing_text {
    margin: 5px;
    padding: 2px;
    font-size: 12px;
    /*font-weight: bold;*/
    font-style: italic;
    letter-spacing: 1pt;
}

/* ######################################################### */
/* PROFILE CARD */

.profile_card {
    margin: 4px;
    /* border: 1px dotted gray; */
    /* border: 2px solid white; */
    /* border: 2px solid rgb(30, 120, 170); */
    border: 2px solid rgb(0, 50, 80);
    border-radius: 20px;
    padding: 6px;
    max-width: 240px;
    display: inline-table;
    vertical-align: top;
    /* background-color:rgb(252, 246, 235); */
    background-color:rgb(200, 200, 200);
    /* background-image: linear-gradient(to bottom right, rgb(200, 200, 200), rgb(235, 235, 235), rgb(180, 180, 180)); */
    background-image: linear-gradient(to bottom right, rgb(220, 220, 220), rgb(180, 180, 180));
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.5);
    line-height: 10pt;
}

.profile_card_avtr {
    margin: 4px 0px 0px 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.profile_card_avtr:hover {
    filter: saturate(80%) brightness(150%) contrast(40%);
}

.profile_card_link {
    margin: 2px 2px 0px 2px;
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}

.profile_card_link:hover {
    color: rgb(100, 100, 100);
}

.profile_card_action_img {
    margin-right: 1px;
    margin-bottom: 3px;
    vertical-align: middle;
    height: 14px;
}

.profile_card_button_link {
    margin: 0px;
    padding: 0px;
    /* color: black; */
    /* color: rgb(40, 100, 255); */
    color: rgb(230, 120, 30);
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
}

.profile_card_button_div {
    display: inline-block;
    margin: 2px auto 2px auto;
    padding: 4px 4px; /* vertical horizontal */
    border-radius: 14px;
    /* border: 1px solid black; */
    /* border: 2px solid rgb(40, 100, 255); */
    /* border: 2px solid rgb(230, 120, 30); */
    border: 2px solid rgb(0, 5, 80);
    padding: 6px 8px;
    /* width: 70px; */
    width: 115px;
    height: 15px;
    /* background-color: rgb(190, 180, 180);
    background-image: linear-gradient(to bottom right, rgb(215, 200, 200), rgb(120, 90, 10)); */
    background-color: white;
    /* background-color: rgb(247, 229, 215); */
    white-space: nowrap;
    box-shadow: 0px 4px 8px 0px rgba(0,5,80,0.4);
}

.profile_card_button_div:hover {
    color: rgb(230, 120, 30);
    /* background-color: rgb(200, 200, 200); */
    background-color: rgb(247, 229, 215);
    /* background-color: white;
    background-image: linear-gradient(to bottom right, white, rgb(200, 200, 200)); */
}

/* ################### */

.profile_card_button_link_green {
    margin: 0px;
    padding: 0px;
    color: rgb(20, 120, 20);
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
}

.profile_card_button_div_green {
    display: inline-block;
    margin: 2px auto 2px auto;
    padding: 4px 4px; /* vertical horizontal */
    border-radius: 14px;
    border: 2px solid rgb(20, 120, 20);
    padding:6px 8px;
    width: 115px;
    height: 15px;
    background-color: white;
    white-space: nowrap;
    box-shadow: 0px 4px 8px 0px rgba(20,120,20,0.4);
}

.profile_card_button_div_green:hover {
    color: black;
    background-color: rgb(125, 175, 125);
}

/* ################### */

.profile_card_button_link_red {
    margin: 0px;
    padding: 0px;
    color: rgb(120, 20, 20);
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
}

.profile_card_button_div_red {
    display: inline-block;
    margin: 2px auto 2px auto;
    padding: 4px 4px; /* vertical horizontal */
    border-radius: 14px;
    border: 2px solid rgb(120, 20, 20);
    padding:6px 8px;
    width: 115px;
    height: 15px;
    background-color: white;
    white-space: nowrap;
    box-shadow: 0px 4px 8px 0px rgba(120,20,20,0.4);
}

.profile_card_button_div_red:hover {
    color: black;
    background-color: rgb(173, 125, 125);
}

/* ################### */

.profile_card_subtitle {
    padding: 2px;
    font-size: 8px;
    font-style: italic;
    font-weight: bold;
    color: black;
    letter-spacing: 1pt;
}

.profile_card_content {
    /* margin-bottom: 5px; */
    padding: 2px;
    font-size: 8.5px;
    color: black;
}

/* ######################################################### */
/* PROFILE CONNECTION -- this is a wide profile element listing connections sent and received */

.profile_connection {
    margin: 0px auto 4px auto;
    /* border: 2px solid rgb(0, 50, 80); */
    border: 2px solid rgb(120, 120, 120);
    border-radius: 13% / 50%;
    padding: 2px 2px 0px 2px;
    height: 42px;
    max-width: 182px;
    background-color:rgb(200, 200, 200);
    background-image: linear-gradient(to bottom right, rgb(200, 200, 200), rgb(235, 235, 235), rgb(180, 180, 180));
}

.profile_connection_avtr {
    margin: auto 0px auto 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.profile_connection_avtr:hover {
    filter: saturate(80%) brightness(150%) contrast(40%);
}

.profile_connection_right {
    margin-left: 2px;
}

.profile_connection_name {
    line-height: 10pt;
    /* font-size: 6pt; */
    /* border: 1px solid yellow; */
}

/* ################### */

.profile_connection_link {
    margin: 2px 2px 0px 2px;
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

.profile_connection_link:hover {
    color: rgb(100, 100, 100);
}

/* ################### */

.profile_connection_button_link_green {
    margin: 0px;
    padding: 0px;
    /* color: black; */
    color: rgb(20, 120, 20);
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 7pt;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.25pt;
}

.profile_connection_button_div_green {
    margin: 1px 0px 1px 0px;
    padding: 2px 4px; /* vertical horizontal */
    border-radius: 14px;
    /* border: 1px solid black; */
    border: 2px solid rgb(20, 120, 20);
    width: 50px;
    height: 12px;
    /* background-color: rgb(190, 180, 180);
    background-image: linear-gradient(to bottom right, rgb(215, 200, 200), rgb(120, 90, 10)); */
    background-color: white;
}

.profile_connection_button_div_green:hover {
    color: black;
    background-color: rgb(125, 175, 125);
    /* background-color: white;
    background-image: linear-gradient(to bottom right, white, rgb(200, 200, 200)); */
}

.profile_connection_button_link_red {
    margin: 0px;
    padding: 0px;
    /* color: black; */
    color: rgb(120, 20, 20);
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 7pt;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.25pt;
}

.profile_connection_button_div_red {
    margin: 1px 0px 1px 0px;
    padding: 2px 4px; /* vertical horizontal */
    border-radius: 14px;
    /* border: 1px solid black; */
    border: 2px solid rgb(120, 20, 20);
    width: 50px;
    height: 12px;
    /* background-color: rgb(190, 180, 180);
    background-image: linear-gradient(to bottom right, rgb(215, 200, 200), rgb(120, 90, 10)); */
    background-color: white;
}

.profile_connection_button_div_red:hover {
    color: black;
    background-color: rgb(173, 125, 125);
    /* background-color: white;
    background-image: linear-gradient(to bottom right, white, rgb(200, 200, 200)); */
}

/* ######################################################### */
/* FOOTER STYLING */

.atto_icon {
    height: 8px;
}

.femto_icon {
    height: 9px;
}

.pico_icon {
    height: 10px;
}

.nano_icon {
    height: 12px;
}

.micro_icon {
    height: 14px;
}

.milli_icon {
    height: 18px;
}

.tny_icon {
    height: 25px;
}

.sm_icon {
    height: 35px;
}

.sm_med_icon {
    height: 45px;
}

.med_icon {
    height: 50px;
}

.lg_icon {
    height: 80px;
}

.thumb_icon {
    height: 120px;
}

.copy_icon {
    height: 25px;
    cursor: pointer;
}
    .copy_icon:hover {
        filter: saturate(80%) brightness(150%) contrast(40%);
    }

.ftr_container {
    /* border: 1px solid red; */
    margin: 0px auto;
    padding: 12px 0px;
    background-color: rgb(235,235,235);
    width: 95vw;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    line-height: 16pt;
    text-align: center;
}

.footer_link_top {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: black;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 0.8pt;
    white-space: nowrap;
}

.footer_link_top:hover {
    color: rgb(140, 140, 140);
}

.footer_link {
    margin-left: 10px;
    margin-right: 10px;
    /* color:black; */
    color: white;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 0.8pt;
}

.footer_link:hover {
    /* color: rgb(192, 192, 192); */
    /* color: white; */
    color: rgb(140, 140, 140);
}

.copyright_container_top {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    color:gray;
    text-decoration: none;
    font-weight: normal;
    font-size: 7pt;
    letter-spacing: 2pt;
}

.copyright_container {
    /* border: 1px solid green; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    /* color:black; */
    color:gray;
    text-decoration: none;
    font-weight: normal;
    font-size: 7pt;
    letter-spacing: 2pt;
}

.spiral_container {
    margin-top: 10px;
}

/* ######################################################### */
/* W3 STYLING (borrowed from https://www.w3schools.com/w3css/4/w3.css) */

.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#c4c4c4!important}
.w3-round-large{border-radius:8px}
.w3-container,.w3-panel{padding:0.01em 0px}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.w3-yellow,.w3-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}




/* #################################################################################################### */
/* #################################################################################################### */



.sidebar_left {
    display: none;
}
.sidebar_above {
    display: block;
}
    .section_link_cntr {
        /* border: 1px solid yellowgreen; */
        margin: 4px 4px 40px 4px;
        border: 3px solid rgb(40, 40, 40);
        border-radius: 10px;
        padding: 7px;
        width: calc(100% - 28px);
        height: 150px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
    }
    .sidebar_content_flow_right {
        display: flex;
        flex-flow: column wrap;
        height: 110px;
        text-align: left;
        overflow-x: scroll;
    }

.response_blue {
    padding: 4px;
    background-color: lightblue;
}

.ops_results {
    margin: 18px;
    border-radius: 8px;
    padding: 10px;
    background-color: rgb(30,30,30);
    color: rgb(180, 255, 255);
}

.popup_confirm_bg {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(235,235,235);
    background-color: rgba(235,235,235,0.5);
}
    .popup_confirm_dialog_box {
        margin: 40vh auto auto auto;
        width: 280px;
        height: fit-content;
        border: 3px solid black;
        border-radius: 12px;
        background-color: white;
        color: black;
    }
    .popup_entry_dialog_box {
        margin: 20vh auto auto auto;
        width: 90vw;
        height: fit-content;
        border: 3px solid black;
        border-radius: 12px;
        background-color: white;
        color: black;
    }
    .popup_file_info_dialog_box {
        margin: 20vh auto auto auto;
        width: 50vw;
        height: fit-content;
        border: 3px solid black;
        border-radius: 12px;
        background-color: white;
        color: black;
    }




/* #################################################################################################### */
/* #################################################################################################### */
/* ######################################################### */
/* ######################################################### */
/*                                                           */
/* DESKTOP VIEWPORT OVERRIDES (min-width: 912px) */
/*                                                           */
/* ######################################################### */
/* ######################################################### */
/* #################################################################################################### */
/* #################################################################################################### */




@media only screen and (min-width: 912px) {

    .main_graphic_cntr {
        display: grid;
        grid-template-columns: 1fr 1fr;
        visibility: normal;
    }

    #main_graphic {
        margin-right: 4px;
        width: 388px;
    }

    #login_cntr {
        visibility: hidden;
    }

    #login_cntr_right {
        display: block;
        margin-left: 4px;
        margin-right: auto;
        width: 388px;
        height: 588px;
    }


    /* ######################################################### */
    /* HEADER STYLING -- PRE-LOGGED-IN HEADER */
    /* ######################################################### */


    .modal_cntr {
        /* width: 839px; */
        width: 810px;
        height: calc(100%-220px);
    }

    /* --------------------------------- */

    .modal_hdr {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
            "hdr1 hdr2 hdr3";
        grid-gap: 0.5rem;
    }
        .modal_hdr1 {
            margin: 18px auto 0 0;
            grid-area: hdr1;
        }
        .modal_hdr2 {
            margin-top: 10px;
            grid-area: hdr2;
        }
        .modal_hdr3 {
            margin: 0 0 0 auto;
            grid-area: hdr3;
        }


    /* ######################################################### */
    /* MAIN PAGE STYLING */

    .page_content_solo {
        margin: auto;
        /* padding-right: 5px; */
        width: calc(424px + 49.65%);
    }
        .sidebar_content {
            margin: auto 0px 5px auto;
            /* padding-bottom: 3px; */
            padding-top: 0px;
            width: 205px;
            /* width: calc(210px - 10px); */
            /* height: calc(100% - 0px); */
            /* background-color: rgb(25, 25, 25); */
            display: block;
            grid-template-columns: 1fr;
            grid-template-areas:
                "sb_sec_actions"
                "sb_sec_conns"
                "sb_sec_legs"
                "sb_sec_grps";
            grid-gap: 0.5rem;
        }
        #sidebar_sec_actions {
            margin-bottom: 2px;
            padding: 4px 0px;
        }
        #sidebar_sec_conns {
            margin-bottom: 4px;
        }
        #sidebar_sec_legacies {
            margin-bottom: 4px;
        }
        #sidebar_sec_groups {
            margin: 0px 5px 8px 5px;
        }

        #viewer_inl_cntr {
            width: calc(71.25vw + 160px); /* NOTE: width adjusted dynamically in JS in  insert_sidebar.html */
        }
            #viewer_cntr {
                width: calc(210px + 66.2% + 54px);
            }

        .viewer_content_top {
            /* border: 1px solid green; */
            width: 99%;
            /* margin: 0px auto 15px 0px; */
            /* width: calc(210px + 66.2%) */
        }
        .viewer_content {
            width: 99%;
            /* margin: 0px auto 15px 0px; */
            /* width: calc(210px + 66.2%) */
        }
        .viewer_content_bot {
            width: 99%;
            /* margin: 0px auto 15px 0px; */
            /* width: calc(210px + 66.2%) */
        }
        .viewer_content_solo {
            width: calc(420px + 48.5%);
        }
        .viewer_content_menu {
            width: calc(220px + 66.2%)
        }
        .viewer_content_selected {
            width: calc(210px + 66.2%)
        }

    /* ######################################################### */
    /* MAIN PAGE STYLING BEFORE BEING REPLACED WITH NEW STYLING */

    #page_cntr_alt {
        padding: 0px 6px;
        width: calc(95vw - 12px);
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-areas: "sb_cntr vw_cntr vw_cntr vw_cntr";
        grid-gap: 8px;
    }
        #sidebar_cntr_alt {
            grid-area: sb_cntr;
        }
        #viewer_cntr_alt {
            grid-area: vw_cntr;
        }
            #viewer_cntr_sec {
                margin: 0px auto auto 0px;
                width: calc(210px + 66.2%)
            }

    /* ######################################################### */

    #page_box {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-areas:
            "div_pbox_embed div_pbox_text div_pbox_text div_pbox_text"
            "div_pbox_trnscrpt div_pbox_trnscrpt div_pbox_trnscrpt div_pbox_trnscrpt";
        grid-gap: 5px;
    }

    /* ################### */

    .page_large_blurb {
        font-size: 18pt;
        line-height: 32pt;
    }

    .page_intro_blurb {
        font-size: 12pt;
        line-height: 18pt;
        letter-spacing: 1pt;
    }
    
    .page_regular_blurb {
        font-size: 12pt;
        line-height: 18pt;
        letter-spacing: 1pt;
    }
    
    .page_content_blurb {
        font-size: 12pt;
        line-height: 18pt;
        letter-spacing: 1pt;
    }

    .page_small_blurb {
        font-size: 10pt;
        line-height: 14pt;
        letter-spacing: 0.8pt;
    }

    .page_subtitle {
        font-size: 15pt;
        letter-spacing: 2.0pt;
        line-height: 23pt;
    }
    
    .page_subtitle_smaller {
        font-size: 14px;
        letter-spacing: 1.0pt;
        line-height: 18px;
    }
    
    .page_sub_subtitle {
        font-size: 12px;
        letter-spacing: 2.0pt;
        line-height: 20px;
    }

    .page_img {
        width: 250px;
    }

    .page_text {
        font-size: 16px;
        text-align: left;
        line-height: 24px;
    }

    /* ################### */

    .hdr_auth {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-areas:
            "au_title au_nav au_nav au_acct";
    }

    #hdr_auth_title {
        /* width: 100%; */
        width: 210px;
        margin-left: auto;
        margin-right: 0px;
        /* background-color: black; */
    }
    
    #hdr_auth_account {
        /* width: 100%; */
        width: 210px;
        margin-left: 0px;
        margin-right: auto;
        /* background-color: black; */
    }

    #hdr_auth_nav {
        width: 100%;
    }


    /* ################### */
    /* ################### */

    .auth_cntr {
        height: 55px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-areas:
            "div_title div_srch div_srch div_acct";
    }

        #title_div {
            grid-area: div_title;
        }

        #srch_div {
            grid-area: div_srch;
        }
            #div_name_srch {
                width: calc(46vw - 188px);
                grid-area: div_name_srch;
            }

        #acct_div {
            grid-area: div_acct;
        }
            .acct_content {
                width: 210px;
            }

    /* ################### */
    /* ################### */

    .staff_nav_cntr_online {
        margin: 4px auto;
        /* width: calc(412px + 50%); */
        width: calc(370px + 50%);
    }

    .staff_nav_cntr_offline {
        margin: 4px auto;
        /* width: calc(412px + 50%); */
        width: calc(370px + 50%);
    }

    .staff_nav_cntr_caution {
        margin: 4px auto;
        /* width: calc(412px + 50%); */
        width: calc(370px + 50%);
    }

    .staff_nav_cntr_normal {
        margin: 4px auto;
        /* width: calc(412px + 50%); */
        width: calc(370px + 50%);
    }

    .sys_msg {
        width: calc(412px + 50%);
    }

    .inner_msg {
        margin: 0px 4px 0px 4px;
        width: calc(100% - 14px);
    }

    /* ######################################################### */
    /* PROFILE PAGE STYLING */

    #profile_sidebar_content {
        margin: 0px 0px auto auto;
        padding: 7px;
        width: 198px;
        grid-template-columns: 1fr;
        grid-template-areas:
        "p_sb_avtr"
        "p_sb_sm";
    }
        #profile_sidebar_avtr {
            margin: auto;
            grid-area: p_sb_avtr;
        }
        #profile_sidebar_sm {
            margin: auto;
            grid-area: p_sb_sm;
        }

    .dualbox1 {
        grid-area: dualbox1;
        width: 35vw;
        height: 25vw;
    }
    .dualbox2 {
        grid-area: dualbox2;
        width: 35vw;
        height: 25vw;
    }
        .dualbox_textbox {
            font-size: 2.0vw;
            line-height: 3.0vw;
        }


    .sidebar_left {
        display: block;
    }
    .sidebar_above {
        display: none;
    }
        .section_link_cntr {
            /* border: 1px solid yellowgreen; */
            margin: auto 0 auto auto;
            width: 198px;
            height: calc(100% - 20px);
        }
}




/* #################################################################################################### */
/* #################################################################################################### */
/* ######################################################### */
/* ######################################################### */
/*                                                           */
/* DESKTOP VIEWPORT OVERRIDES (max-width: 800px) */
/*                                                           */
/* ######################################################### */
/* ######################################################### */
/* #################################################################################################### */
/* #################################################################################################### */




/* At 800, page_box needs to flip to column format */
@media only screen and (max-width: 800px) {

    .powmttwmm {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .page_img {
        width: 200px;
    }

    /* .page_text {
        font-size: 9pt;
    } */


    /* ######################################################### */
    /* HEADER STYLING -- PRE-LOGGED-IN HEADER */
    /* ######################################################### */


    #header_top_grids {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "div_title div_title"
        "div_demos div_links";
        /* border: 1px solid green; */
    }
        #header_top_demos {
            grid-area: div_demos;
            margin: 0 -30px 0 auto;
            text-align: left;
            border-right: 2px solid black;
            /* border: 1px solid blue; */
        }
        #header_top_title {
            margin-bottom: 10px;
            grid-area: div_title;
            text-align: center;
        }
        #header_top_links {
            grid-area: div_links;
            margin: 0 auto 0 40px;
            text-align: left;
            /* border: 1px solid red; */
        }

    .modal {
        /* left: calc(50% - 47.5vw); */
        left: 10px;
        top: 165px;
        /* width: 95vw; */
    }
}




/* #################################################################################################### */
/* #################################################################################################### */
/* ######################################################### */
/* ######################################################### */
/*                                                           */
/* DESKTOP VIEWPORT OVERRIDES (max-width: 700px) */
/*                                                           */
/* ######################################################### */
/* ######################################################### */
/* #################################################################################################### */
/* #################################################################################################### */




/* At 700, page_box needs to flip to column format */
@media only screen and (max-width: 700px) {

    .page_large_title {
        margin: 0px auto 22px auto;
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 26px;
        letter-spacing: 2.0pt;
        line-height: 30px;
        vertical-align: middle;
    }
        
    .page_title {
        margin: 0px auto 22px auto;
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 20px;
        letter-spacing: 2.5pt;
        line-height: 30px;
    }

    .page_large_blurb {
        font-size: 14pt;
        line-height: 25pt;
    }

    .page_intro_blurb {
        font-size: 11pt;
        line-height: 15pt;
        letter-spacing: 1pt;
    }
    
    .page_regular_blurb {
        font-size: 10pt;
        line-height: 15pt;
        letter-spacing: 1pt;
    }
    
    .page_content_blurb {
        font-size: 10pt;
        line-height: 15pt;
        letter-spacing: 1pt;
    }

    .page_small_blurb {
        font-size: 10pt;
        line-height: 14pt;
        letter-spacing: 0.8pt;
    }

    .page_subtitle {
        font-size: 13pt;
        letter-spacing: 1.8pt;
        line-height: 19pt;
    }
    
    .page_subtitle_smaller {
        font-size: 12px;
        letter-spacing: 0.8pt;
        line-height: 18px;
    }
    
    .page_sub_subtitle {
        font-size: 10px;
        letter-spacing: 1.8pt;
        line-height: 20px;
    }

    .page_img {
        width: 170px;
    }

    .page_text {
        font-size: 13px;
    }

    .input_longest {
        width: 234px;
    }
     
    .input_box_full {
        width: 250px;
    }

    /* ################### */
    /* Two Button Divs */
    /* ################### */

    #two_buttons_dd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "btn_1 btn_2";
    }
        #two_buttons_dd_btn1 {
            grid-area: btn_1;
            margin: auto 10px auto auto;
            width: 140px;
            text-align: center;
        }
        #two_buttons_dd_btn2 {
            grid-area: btn_2;
            margin: auto auto auto 10px;
            width: 140px;
            text-align: center;
        }
    #one_button {
        width: 140px;
    }

    /* ################### */
    /* Legacy Page Divs */
    /* ################### */

    .page_div_dark {
        margin: 0px 2px;
        padding: 10px;
    }

    .page_div_link_dark {
        margin: 0;
        padding: 15px 10px;
    }
        .page_div_link_dark_sel {
            margin: 0;
            padding: 13px 8px;
        }

    .page_div_num {
        margin: 5px 0px 3px 0px;
        font-size: 13pt;
    }

    .page_div_img {
        height: 50px;
    }

    .page_div_text {
        font-size: 12pt;
    }
        
    /* ################### */

    .page_text_img_14_txt_2 {
        display: none;
        grid-area: cntr_14_r_b;
    }
    .page_text_img_41_txt_2 {
        display: none;
        grid-area: cntr_14_r_b;
    }
    .page_text_img_txt_bot {
        display: block;
    }

    /* ################### */

    #page_box {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "div_pbox_text"
            "div_pbox_embed"
            "div_pbox_trnscrpt";
        grid-gap: 5px;
    }
        #page_box_embed {
            margin: 10px auto 0 auto;
            padding: 0 2px;
            grid-area: div_pbox_embed;
            text-align: center;
        }
        .box_trnscrpt_notice {
            display: block; 
            margin: 0 auto 5px auto;
            text-align: center;
        }

    .modal_cntr {
        padding: 10px;
        width: 94%;
    }

    /* ######################################################## */
    /* The following is functionality for the dual boxes */

    .dualbox_grids {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
        "dualbox1"
        "dualbox2";
    }
        .dualbox1 {
            grid-area: dualbox1;
            margin: 0 auto;
            width: 60vw;
            height: 42.9vw;
        }
        .dualbox2 {
            grid-area: dualbox2;
            margin: 30px auto 0px auto;
            width: 60vw;
            height: 42.9vw;
        }
        .dualbox_title {
            font-size: 3.4vw;
            line-height: 3.8vw;
            letter-spacing: 0.6vw;
        }
        .dualbox_textbox {
            font-size: 3.4vw;
            line-height: 5.2vw;
        }

}




/* #################################################################################################### */
/* #################################################################################################### */
/* ######################################################### */
/* ######################################################### */
/*                                                           */
/* DESKTOP VIEWPORT OVERRIDES (max-width: 650px) */
/*                                                           */
/* ######################################################### */
/* ######################################################### */
/* #################################################################################################### */
/* #################################################################################################### */




@media only screen and (max-width: 650px) {

    .display_block_wide {
        display: none;
    }
    .display_block_tall {
        display: block;
    }

}




/* #################################################################################################### */
/* #################################################################################################### */
/* ######################################################### */
/* ######################################################### */
/*                                                           */
/* DESKTOP VIEWPORT OVERRIDES (max-width: 600px) */
/*                                                           */
/* ######################################################### */
/* ######################################################### */
/* #################################################################################################### */
/* #################################################################################################### */




/* At 600, header needs to adjust */
@media only screen and (max-width: 600px) {

    /* body {
        padding-right: 35px;
    } */

    .powmttwmm {
        font-size: 11pt;
        letter-spacing: 1.4pt;
        line-height: 15pt;
    }

    #viewer_inl_cntr {
        width: calc(95vw - 56px); /* NOTE: width adjusted dynamically in JS in  insert_sidebar.html */
    }
        #viewer_cntr {
            width: calc(95vw - 56px); /* NOTE: width adjusted dynamically in JS in  insert_sidebar.html */
        }

    .page_large_blurb {
        font-size: 13pt;
        line-height: 20pt;
    }

    .page_img {
        width: 150px;
    }

    /* .page_text {
        font-size: 8.5pt;
    } */

    /* ################### */
    /* Legacy Page Divs */
    /* ################### */

    .page_div_dark {
        margin: 0px 2px;
        padding: 6px;
    }

    .page_div_link_dark {
        margin: 0;
        padding: 15px 6px;
    }
        .page_div_link_dark_sel {
            margin: 0;
            padding: 13px 4px;
        }

    .page_div_num {
        margin: 5px 0px 3px 0px;
        font-size: 12pt;
    }

    .page_div_img {
        height: 40px;
    }

    .page_div_text {
        font-size: 10pt;
    }

}




/* #################################################################################################### */
/* #################################################################################################### */
/* ######################################################### */
/* ######################################################### */
/*                                                           */
/* DESKTOP VIEWPORT OVERRIDES (max-width: 500px) */
/*                                                           */
/* ######################################################### */
/* ######################################################### */
/* #################################################################################################### */
/* #################################################################################################### */




/* At 500, header needs to adjust */
@media only screen and (max-width: 500px) {

    /* ######################################################### */
    /* HEADER STYLING -- PRE-LOGGED-IN HEADER */
    /* ######################################################### */

    .title_graphic {
        max-height: 50px;
    }

    .modal_cntr {
        padding: 10px;
        width: 90%;
    }

    .modal_hdr {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
            "hdr1 hdr1 hdr3"
            "hdr2 hdr2 hdr2";
        grid-gap: 0.5rem;
    }
        .modal_hdr1 {
            grid-area: hdr1;
        }
        .modal_hdr2 {
            grid-area: hdr2;
        }
        .modal_hdr3 {
            grid-area: hdr3;
        }

    .toplink_text_large {
        font-size: 10pt;
        line-height: 14pt;
    }


    /* ######################################################### */
    /* ######################################################### */


    .data_column_w_dddd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0.8rem;
    }

    .page_large_title {
        margin: 0px auto 18px auto;
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 22px;
        letter-spacing: 2.0pt;
        line-height: 30px;
        vertical-align: middle;
    }
        
    .page_title {
        margin: 0px auto 18px auto;
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 16px;
        letter-spacing: 2.5pt;
        line-height: 30px;
    }

    .page_large_blurb {
        font-size: 12pt;
        line-height: 18pt;
    }

    /* .page_intro_blurb {
        font-size: 9pt;
        line-height: 13pt;
        letter-spacing: 0.8pt;
    } */
    
    .page_regular_blurb {
        font-size: 9pt;
        line-height: 13pt;
        letter-spacing: 0.8pt;
    }
    
    .page_content_blurb {
        font-size: 9pt;
        line-height: 13pt;
        letter-spacing: 0.8pt;
    }

    .page_small_blurb {
        font-size: 9pt;
        line-height: 12pt;
        letter-spacing: 0.8pt;
    }

    .page_subtitle {
        font-size: 12pt;
        letter-spacing: 1.8pt;
        line-height: 17pt;
    }
    
    .page_subtitle_smaller {
        font-size: 11px;
        letter-spacing: 0.8pt;
        line-height: 18px;
    }
    
    .page_sub_subtitle {
        font-size: 9px;
        letter-spacing: 1.8pt;
        line-height: 20px;
    }

    .unauthorized {
        height: 700px;
    }

    .sys_msg {
        visibility: normal;
    }
        .sys_msg_grid {
            margin-bottom: 5px;
            border-radius: 6px 6px 0px 0px;
            padding-top: 12px;
            padding-bottom: 10px;
            display: grid;
            grid-template-columns: 20fr 1fr;
            background-color: rgb(40, 40, 40); color: white;
        }
        .sys_msg_title {
            margin-bottom: 0px;
            font-size: 12pt;
            font-weight: bold;
            letter-spacing: 4pt;
        }
        .sys_msg_message {
            padding: 12px;
            text-align: left;
            font-size: 10pt;
            line-height: 14pt;
        }

    /* ################### */
    /* Two Button Divs */
    /* ################### */

    #two_buttons_dd {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "btn_1"
            "btn_2";
    }
        #two_buttons_dd_btn1 {
            grid-area: btn_1;
            margin: auto auto 6px auto;
            width: 140px;
            text-align: center;
        }
        #two_buttons_dd_btn2 {
            grid-area: btn_2;
            margin: 6px auto auto auto;
            width: 140px;
            text-align: center;
        }
    #one_button {
        margin: 12px auto;
        width: 140px;
    }

    /* ################### */
    /* Legacy Page Divs */
    /* ################### */

    .page_div_dark {
        margin: 0px 2px;
        padding: 8px;
    }

    .page_div_link_dark {
        margin: 0;
        padding: 18px 6px;
    }
        .page_div_link_dark {
            margin: 0;
            padding: 16px 4px;
        }

    .page_div_num {
        margin: 5px 0px 3px 0px;
        font-size: 12pt;
    }

    .page_div_img {
        height: 50px;
    }

    .page_div_text {
        font-size: 11pt;
    }
        
    /* ################### */

    .page_text_img_cntr_14 {
        display: none;
    }
    .page_text_img_cntr_41 {
        display: none;
    }
    .page_text_img_txt_top {
        display: block;
        text-align: center;
    }
    .page_text_img_txt_mid {
        display: block;
    }

    .auth_cntr {
    /* border: 1px solid aquamarine; */
    width: 95vw;
    height: 165px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
    "div_title"
    "div_acct"
    "div_srch";
    grid-gap: 5px;
    }

    #title_div {
        margin: auto;
        width: 100%;
        height: fit-content;
        /* border: 1px solid blue; */
        grid-area: div_title;
    }
        .title_content {
            /* border: 1px solid red; */
            margin: auto;
            width: 100%;
            height: fit-content;
            text-align: center;
        }
            .title_graphic_auth {
                margin: 10px auto auto auto;
                /* border: 1px solid green; */
                width: 75%;
            }

    #srch_div {
        grid-area: div_srch;
    }

    #acct_div {
        margin: auto;
        grid-area: div_acct;
    }
}




/* #################################################################################################### */
/* #################################################################################################### */
/* ######################################################### */
/* ######################################################### */
/*                                                           */
/* DESKTOP VIEWPORT OVERRIDES (max-width: 450px) */
/*                                                           */
/* ######################################################### */
/* ######################################################### */
/* #################################################################################################### */
/* #################################################################################################### */




@media only screen and (max-width: 450px) {

    .tbl_above {
        display: block;
    }

    .tbl_right {
        display: none;
    }

    .register_input_text {
        margin-bottom: 2px;
        border-radius: 6px;
        width: 100%;
        height: 20px;
    }

    #profile_sidebar_content {
        margin: 0px 4px;
        padding: 7px;
        /* width: 198px; */
        width: calc(100% - 22px);
        grid-template-columns: 1fr;
        grid-template-areas:
        "p_sb_avtr"
        "p_sb_sm";
    }
        #profile_sidebar_avtr {
            margin: auto;
            grid-area: p_sb_avtr;
        }
        #profile_sidebar_sm {
            margin: auto;
            grid-area: p_sb_sm;
        }

}




/* #################################################################################################### */
/* #################################################################################################### */
/* ######################################################### */
/* ######################################################### */
/*                                                           */
/* DESKTOP VIEWPORT OVERRIDES (max-width: 380px) */
/*                                                           */
/* ######################################################### */
/* ######################################################### */
/* #################################################################################################### */
/* #################################################################################################### */




@media only screen and (max-width: 380px) {

    .page_large_title {
        margin: 0px auto 14px auto;
        padding-top: 11px;
        padding-bottom: 11px;
        font-size: 17px;
        letter-spacing: 1.8pt;
        line-height: 30px;
        vertical-align: middle;
    }
        
    .page_title {
        margin: 0px auto 14px auto;
        padding-top: 11px;
        padding-bottom: 11px;
        font-size: 15px;
        letter-spacing: 2.0pt;
        line-height: 30px;
    }

    .page_large_blurb {
        font-size: 10pt;
        line-height: 16pt;
    }

    /* .page_intro_blurb {
        font-size: 8pt;
        line-height: 11pt;
        letter-spacing: 0.8pt;
    } */
    
    .page_regular_blurb {
        font-size: 8pt;
        line-height: 11pt;
        letter-spacing: 0.8pt;
    }
    
    .page_content_blurb {
        font-size: 8pt;
        line-height: 11pt;
        letter-spacing: 0.8pt;
    }

    .page_small_blurb {
        font-size: 8pt;
        line-height: 10pt;
        letter-spacing: 0.6pt;
    }

    .page_subtitle {
        font-size: 10pt;
        letter-spacing: 1.8pt;
        line-height: 20px;
    }
    
    .page_subtitle_smaller {
        font-size: 9px;
        letter-spacing: 0.8pt;
        line-height: 18px;
    }
    
    .page_sub_subtitle {
        font-size: 8px;
        letter-spacing: 1.8pt;
        line-height: 20px;
    }

    .title_graphic {
        max-height: 35px;
    }
    
    /* .title_graphic_auth {
        max-height: 38px;
    } */

    .unauthorized {
        height: 700px;
    }

    /* ################### */
    /* Legacy Page Divs */
    /* ################### */

    .page_div_dark {
        margin: 0px 2px;
        padding: 5px;
    }

    .page_div_link_dark {
        margin: 0;
        padding: 15px 6px;
    }
        .page_div_link_dark {
            margin: 0;
            padding: 13px 4px;
        }

    .page_div_num {
        margin: 5px 0px 3px 0px;
        font-size: 12pt;
    }

    .page_div_img {
        height: 40px;
    }

    .page_div_text {
        font-size: 10pt;
    }
        
    /* ################### */
}




/* #################################################################################################### */
/* #################################################################################################### */
/* ######################################################### */
/* ######################################################### */
/*                                                           */
/* DESKTOP VIEWPORT OVERRIDES (max-width: 300px) */
/*                                                           */
/* ######################################################### */
/* ######################################################### */
/* #################################################################################################### */
/* #################################################################################################### */




@media only screen and (max-width: 280px) {

    .data_column_w_dddd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0.8rem;
    }

    .title_graphic {
        max-height: 28px;
    }
    
    /* .title_graphic_auth {
        max-height: 30px;
    } */

    .unauthorized {
        height: 700px;
    }

    /* ################### */
    /* Legacy Page Divs */
    /* ################### */

    .page_div_dark {
        margin: 0px 2px;
        padding: 8px;
    }

    .page_div_link_dark {
        margin: 0;
        padding: 10px 3px;
    }
        .page_div_link_dark {
            margin: 0;
            padding: 8px 1px;
        }

    .page_div_num {
        margin: 5px 0px 3px 0px;
        font-size: 12pt;
    }

    .page_div_img {
        height: 50px;
    }

    .page_div_text {
        font-size: 11pt;
    }
        
    /* ################### */

    

}

/* here is matts css  */

.contacts_search_grid {

    /* display: flex; */
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}

.four_part_search_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 3fr 1fr;
    border: 2px;
}