/* Main Cascading Style Sheet   */
/* Copyright (c) Visual Ancestor */




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




#body_cntr {
    margin: auto;
    padding: 10px 0px;
    background-color:rgb(252, 246, 235);
    max-width: 1044px;
}
#banner_cntr {
    margin: auto;
}
#title_seal {
    float: right;
    height: 40px;
}
#title_banner {
    float: left;
    margin: 3px auto 0px 8px;
    height: 35px;
}
.panels {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-areas:
        "sb_content data_viewer";
}

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

#main_graphic_container {
    height: 600px;
    margin: auto;
    /* border: 2px solid red; */
    background-image: url(../images/main_graphic.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#main_graphic_link_div {
    margin: 0 0 0 auto;
    width: 30vw;
    height: 10vw;
    /* border: 2px solid yellow; */
    background-image: url(../images/main_graphic_maroon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#main_graphic_link_div:hover {
    width: 30vw;
    height: 10vw;
    /* border: 2px solid yellow; */
    background-image: url(../images/main_graphic_darkgray.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.acct_div {
    margin-top: -15px;
    margin-left: 8px;
    /* border: 1px solid brown; */
    height: 50px;
    text-align: left;
}
    .acct_content {
        /* border: 1px solid yellowgreen; */
        margin-right: auto;
        margin-left: 0px;
        border-radius: 10px;
        width: fit-content;
        height: 50px;
    }
    [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 4px auto auto;
        padding: 0;
        border-radius: 6px 0px 6px 6px;
    
        list-style-type: none; /* Remove bullets */
        /* background-color: rgba(250,250,250,0.95); */
        background-color:rgba(252, 246, 235, 0.95);
        min-width: 140px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 2;
    }
    .dropdown-content-mod a {
        float: none;
        /* color: black; */
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        font-size: 14px;
        color: rgb(100, 0, 0);
    }
    .dropdown-content-mod a:hover, a.focus {
        background-color: #ddd;
        border-radius: 6px;
    }

    /* Make menu drop-down appear when hover over it or give it focus */
    .acct_content:hover .dropdown-content-mod {
        display: block;
    }
    .acct_content:focus .dropdown-content-mod {
        display: block;
    }

#newsltr_graphic_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* border: 1px solid black; */
}
#newsltr_graphic {
    width: 320px;
    height: 500px;
}
#newsltr_text_container {
    width: 320px;
}
.newsltr_text {
    margin: 10px;
    height: 230px;
    background-image: url(../images/newsletter_text_graphic.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#newsltr_click_graphic {
    height: 250px;
    background-image: url(../images/main_graphic_click_vert.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#newsltr_click_graphic:hover {
    height: 250px;
    background-image: url(../images/main_graphic_click_vert_brown.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#newsltr_finger_graphic_container {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
}
#newsltr_finger_graphic {
    width: 160px;
}
#featured_graphic_container {
    height: 250px;
    margin: auto;
    /* border: 2px solid red; */
    background-image: url(../images/featured_banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#featured_content_container {
    /* height: 200px; */
    border: 2px solid red;
}
#featured_content_div {
    width: 910px;
    margin: auto;
}

.page_cntr_solo {
    /* border: 1px solid purple; */
    margin: auto;
    border-right: 1px solid black;
    border-left: 1px solid black;
    max-width: 1024px;
    background-image: url(../images/background_paper_dark.jpg);
}

/* ######################################################### */
/* HEADER STYLING */

.hdr_container {
    /* border: 1px solid purple; */
    margin: auto auto 10px auto;
    max-width: 1024px;
    /* vertical-align: middle; */
    text-align: center;
    background-color: rgb(252, 246, 235);
}
#hdr_sections {
    margin: 0px auto 4px auto;
    /* border: 1px solid black; */
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-areas:
        "au_title au_nav";
    width: fit-content;
    /* grid-gap: 0.5rem; */
}
    #hdr_sec_title {
        /* border: 1px dashed red; */
        margin: 0px auto 0px 0px;
        grid-area: au_title;
        height: 50px;
    }
    #hdr_sec_nav {
        /* border: 1px solid red; */
        margin: auto 0px auto auto;
        /* padding-top: 22px; */
        grid-area: au_nav;
        /* width: 200px; */
        height: 50px;
        /* height: 54px; */
        text-align: right;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 16px;
    }
        #hdr_sec_links_menu_cntr {
            /* border: 1px solid purple; */
            padding-top: 22px;
            height: 50px;
        }
            #hdr_sec_links {
                margin-left: 8px;
                float: right;
            }
            #hdr_sec_menu {
                /* border: 1px solid green; */
                padding: 0px 8px;
                height: 20px;
                float: right;
                border-right: 1px solid rgb(100, 0, 0);
            }
            #hdr_sec_admin {
                padding-right: 8px;
                float: right;
                border-right: 1px solid rgb(100, 0, 0);
            }
    .navbar_text {
        margin: 5px;
        padding-left: 25px;
        width: fit-content;
        vertical-align: middle;
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: rgb(100, 0, 0);
        letter-spacing: 2px;
    }
    .hdr_sm_sizing {
        margin-right: 12px;
    }
.navbar_quick_captures {
    margin: 5px;
    border: 1px dotted gray;
    border-radius: 20px;
    padding: 4px;
    background-color:rgb(252, 246, 235);
    text-align: center;
    /* font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    letter-spacing: 2px;
    /* font-weight: bold; */
    color: rgb(0, 0, 0);
}
.navbar_quick_captures_blurb {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 13px;
    /* font-style: italic; */
}
#header_border {
    margin: 0 auto;
    height: 30px;
    background-image: url(../images/main_border_top.png);
    background-size: contain;
    background-repeat: repeat-x;
    max-width: 1024px;
    /* background-position: center; */
}
.shelf_border {
    margin: 0 auto;
    height: 10px;
    background-image: url(../images/wood_oak_02.jpg);
    background-size: contain;
    background-repeat: repeat-x;
    max-width: 1024px;
    /* background-position: center; */
}
.shelf_cntr {
    position: relative;
    background-color: rgb(14, 11, 9);
    height: 140px;
    overflow: hidden;
    overflow-wrap: normal;
    text-overflow: clip;
}
.shelf_text {
    position: absolute;
    top: 0;
    left: 0;
    /* margin-top: 10px; */
    height: 160px;
    padding-right: 40px;
    width: 100%;
    color: white;
    font-size: 80px;
    letter-spacing: 5px;
    text-align: right;
    pointer-events: none;
}
.sidebar_container {
    /* border: 1px dotted red; */
    grid-area: sb_content;
    /* background-image: url(../images/background_paper_dark.jpg); */
    /* background-image: url(../images/background_paper_darker.jpg); */
    background-color: rgb(229, 224, 208);
}
.data_column_list {
    /* position: sticky;
    top: 0px; */
    margin: 0px;
    height: 620px;
    overflow: scroll;
    overflow-x: hidden;
    /* background-image: url("../images/tile_photo_150px.jpg"); */
    /* background-repeat: repeat; */
    /* background-color: rgb(67, 0, 0); */
    background-color: rgb(20, 20, 20);
}
.data_column_display {
    /* position: sticky;
    top: 0px; */
    margin: 0px;
    padding: 9px;
    height: 596px;
    /* background-image: url("../images/tile_photo_150px.jpg"); */
    /* background-repeat: repeat; */
    /* background-color: rgb(67, 0, 0); */
    background-color: rgb(229, 224, 208);
}
.margin_notes {
    /* width: 250px; */
    background-color: rgb(229, 224, 208);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 11px;
    font-weight: lighter;
    letter-spacing: 0.2px;
}
.data_viewer_container {
    /* border: 1px dotted blue; */
    grid-area: data_viewer;
    /* background-image: url(../images/background_paper.jpg); */
    background-color: rgb(252, 246, 235);
    text-align: center;
}
.data_viewer {
    margin: 5px;
    /* border-style: solid;
    border-width: 2px; */
    /* border-color: gray; */
    /* border-radius: 22px; */
    /* padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    padding-bottom: 15px; */
    /* background-image: url(../images/background_paper.jpg);
	background-repeat: repeat; */
    text-align: center;
}
.data_content {
    padding: 15px 15px;
    /* background-image: url(../images/background_paper_inverted.jpg);
    background-repeat: repeat; */
}

.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 12px 10px;
    border-radius: 5px;
    font-size: 14pt;
    color: rgb(166, 131, 49);
    cursor: pointer;
}
    .page_div_link_dark_sel {
        margin: 0;
        padding: 18px 8px;
        border: 2px solid rgb(166, 131, 49);
        border-radius: 5px;
        color: rgb(166, 131, 49);
        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_link_dark_disabled {
    margin: 0;
    padding: 20px 10px;
    border-radius: 5px;
    font-size: 14pt;
    color: rgb(120, 120, 120);
    cursor: auto;
}
.page_div_num {
    margin: 5px 0px 3px 0px;
    color: rgb(166, 131, 49);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14pt;
}
    .page_div_img {
        height: 60px;
    }
    .page_div_img_disabled {
        height: 60px;
        filter: saturate(100%) brightness(50%) contrast(50%);
    }
    .page_div_text {
        font-size: 14pt;
        color: rgb(166, 131, 49);
    }
    .page_div_text_em {
        font-size: 16pt;
        font-weight: bold;
        color: white;
    }



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

.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;
    }




.img_content {
    padding: 25px 15px;
    border-radius: 20px;
    background-color: rgb(20, 20, 20);
}
.grp_content {
    padding: 25px 15px;
    border-radius: 20px;
    background-color: rgb(20, 20, 20);
}
.data_column_w_dd {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-gap: 5px;
}
.data_column_w_dd_break {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-template-areas:
        "w_dd_l_t w_dd_r_b";
    grid-gap: 15px;
}
    .data_column_w_dd_break_left_top {
        grid-area: w_dd_l_t;
    }
    .data_column_w_dd_break_right_bot {
        grid-area: w_dd_r_b;
    }
.data_column_w_34_break {
    display: grid;
    grid-template-columns: 3fr 4fr;
    grid-template-areas:
        "w_34_3 w_34_4";
    grid-gap: 0.5rem;
}
    .data_column_w_34_break_3 {
        grid-area: w_34_3;
    }
    .data_column_w_34_break_4 {
        grid-area: w_34_4;
    }
.data_column_w_31 {
    display: grid;
    grid-template-columns: 3fr 1fr;
    text-align: center;
}
.data_column_w_ddL {
    display: grid;
    grid-template-columns: 1fr 6fr;
}
.data_column_w_ddx {
    display: grid;
    grid-template-columns: 6fr 1fr;
}
.data_column_w_dddx {
    display: grid;
    grid-template-columns: 8fr 1fr;
}
.data_column_w_xdd {
    display: grid;
    grid-template-columns: 1fr 6fr;
}
.data_column_w_dd_titleleft {
    display: grid;
    grid-template-columns: 1fr 3fr;
    text-align: center;
}
.data_column_w_ddd {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
}
.data_column_w_ddd_idpsn {
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    vertical-align: middle;
}
.data_column_w_ddd_nav {
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    vertical-align: middle;
}
.data_column_w_ddd_nav_toplvl {
    display: grid;
    grid-template-columns: 1fr 8fr 1fr;
    vertical-align: middle;
}
.data_column_w_ddd_mid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}
.data_column_w_dddd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.data_column_double_break {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas:
        "dcdb_1 dcdb_2 dcdb_3 dcdb_4";
}
    .dcdb_1 {
        grid-area: dcdb_1;
    }
    .dcdb_2 {
        grid-area: dcdb_2;
    }
    .dcdb_3 {
        grid-area: dcdb_3;
    }
    .dcdb_4 {
        grid-area: dcdb_4;
    }

.right_vert_center {
    text-align: right;
    margin-top: auto;
    margin-bottom: auto;
}
.right {
    text-align: right;
    vertical-align: top;
    margin-right: 10px;
    padding-top: 4px;
    font-weight: bold;
}
.left {
    text-align: left;
    vertical-align: top;
    margin-left: 4px;
}
.left_vert_center {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
}
.left_bold {
    text-align: left;
    vertical-align: top;
    margin-left: 4px;
    font-weight: bold;
}
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.underline {
    text-decoration: underline;
}
.tbl_field_text {
    margin: auto auto 3px 15px;
    text-align: left;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 14px;
    color: rgb(100, 100, 100);
}
.tbl_right {
    /* border: 1px solid green; */
    text-align: right;
    vertical-align: top;
    margin-right: 0px;
    padding-top: 4px;
    width: 120px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    color: rgb(100, 100, 100);
}
.tbl_left {
    text-align: left;
    vertical-align: top;
    margin-left: 4px;
    width: 100%;
}
.tbl_left_text {
    text-align: left;
    vertical-align: top;
    margin-left: 4px;
    padding-top: 0px;
    padding-left: 4px;
    width: 100%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
}
.tbl_input {
    display: inline-block;
    margin: 0px 2px 2px 2px;
    border-radius: 10px;
    padding: 0px 6px;
    height: 28px;
    width: 100%;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}
.tbl_textarea {
    display: inline-block;
    margin: 2px;
    border-radius: 10px;
    padding: 6px;
    height: 95px;
    width: 100%;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}
/* .tbl_right {
    text-align: right;
    vertical-align: top;
    padding-right: 10px;
    font-weight: bold;
    min-width: 150px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 15px;
}
.tbl_left {
    text-align: left;
    vertical-align: top;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 15px;
} */
.list_title {
    margin: 10px auto 25px auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    color: rgb(166, 131, 49);
}
.list_heading {
    font-style: italic;
    font-weight: bold;
}
.list_detail {
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
    /* font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    letter-spacing: 2px;
}
.list_detail_xMargin {
    margin: 0px;
    padding: 0px;
    /* font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    letter-spacing: 2px;
}
.list_album {
    position: relative;
    width: fit-content;
}
.list_person {
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
    /* font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 14px;
    letter-spacing: 2px;
}
.page_title {
    margin: 0px auto 20px auto;
    padding: 10px;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    /* font-size: 30px; */
    /* letter-spacing: 0.5px; */
    /* font-weight: bold; */
    /* vertical-align: middle; */
    /* line-height: 30px; */
    /* background-color: rgb(67, 0, 0); */
    background-color: rgb(40, 40, 40);
    color: rgb(166, 131, 49);
    text-align: center;
}
.utility_title {
    margin: 0px auto 20px auto;
    padding: 10px;
    background-color: rgb(45, 45, 45);
    color: rgb(166, 131, 49);
    text-align: center;
}
.album_text_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.album_text_bottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.tech_support_card {
    margin-top: 5px;
    margin-right: 25px;
    border: 1px dotted gray;
    border-radius: 25px;
    padding: 8px;
    width: auto;
}
.tech_support_card_profile {
    margin: 2px;
    margin-top: 5px;
    border: 1px dotted gray;
    border-radius: 25px;
    padding: 8px;
    width: auto;
}
.standard_input {
    width: 100%;
    height: 26px;
    border-radius: 6px;
    border: 1px solid black;
}
.standard_box_area {
    width: 100%;
    height: 100px;
    border-radius: 6px;
    border: 1px solid black;
}
.tech_support_input_shorter {
    margin-left: 15px;
    width: 40%;
    height: 20px;
    border-radius: 6px;
    border: 1px solid black;
}
.tech_support_title {
    margin-top: 6px;
    font-weight: bold;
}
.tech_support_text {
    margin-left: 15px;
}
.tech_support_input_blurb {
    margin-left: 15px;
    margin-bottom: 5px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 10px;
    font-style: italic;
}
.issues_update_blurb {
    margin-bottom: 5px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 10px;
    font-style: italic;
    font-weight: lighter;
}
.sell_container {
    padding: 5px;
    border-radius: 12px;
    border: 1px solid black;
    text-align: left;
    background-image: url(../images/background_paper.jpg);
    background-repeat: repeat;
}
.sell_product_blurb {
    margin: 5px;
    border-bottom: 1px dotted gray;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 10px;
}
.sell_thirdparty_blurb {
    margin: 5px;
    color: red;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 10px;
}
.sell_product_price {
    margin: 5px;
    border-bottom: 1px dotted gray;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 14px;
    font-weight: bold;
}
.lady_graphic_show_hide {
    display: block;
}
.lady_graphic {
    width: 250px;
}
.notes_separator {
    margin: 20px auto;
    text-align: center;
}
.page_notes {
    margin: 15px;
    /* border: 1px solid black; */
    border-radius: 24px 24px 24px 24px;
    padding: 15px;
    /* background-image: url(../images/background_paper.jpg);
    background-repeat: repeat; */
    background-color:rgb(252, 246, 235);
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    text-align: left;
    letter-spacing: 1px;
}
.page_notes_small {
    margin-left: 4px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 11px;
    text-align: left;
}
.home_graphic {
    background-image: url(../images/main_graphic.jpg);
    background-repeat: no-repeat;
    background-size: cover;

    height: 100%;
    text-align: center;
}
.home_graphic_top {
    border: 1px solid white;
    height: 30%;
}
.home_graphic_mid {
    border: 1px solid white;
    height: 20%;
}
.home_graphic_bot {
    border: 1px solid white;
    height: 20%;
}
.home_graphic_text {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 30px;
    font-weight: bold;
}

/* ######################################################### */
/* FANCY CORNERS STYLING */

.corners_in_div {
    background: url("../images/fancy_corner_tl_30px.png") left 0px top 0px no-repeat,
                url("../images/fancy_corner_tr_30px.png") right 0px top 0px no-repeat,
                url("../images/fancy_corner_bl_30px.png") left 0px bottom 0px no-repeat,
                url("../images/fancy_corner_br_30px.png") right 0px bottom 0px no-repeat;
    padding: 10px;
    min-width: 180px;
}
.corners_in_div_action_ctr {
    background: url("../images/fancy_corner_tl_30px.png") left 0px top 0px no-repeat,
                url("../images/fancy_corner_tr_30px.png") right 0px top 0px no-repeat,
                url("../images/fancy_corner_bl_30px.png") left 0px bottom 0px no-repeat,
                url("../images/fancy_corner_br_30px.png") right 0px bottom 0px no-repeat,
                url("../images/bg_shelves.jpg") ;
    padding: 18px;
    min-width: 180px;
}
.text_action_ctr_link {
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 18px;
    color:rgb(206, 204, 187);
}
.text_action_ctr_link:hover {
    color: white;
}

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

.register_header {
    margin: 0px 20px;
    padding-bottom: 12px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    text-align: left;
    line-height: 16pt;
    letter-spacing: 1px;
}
.register_input_text {
    margin-bottom: 2px;
    border-radius: 6px;
    width: 200px;
    height: 25px;
}
.white_brdr_cntr {
    margin: auto;
    border: 1px solid white;
    border-radius: 20px;
    padding: 25px;
    width: fit-content;
    /* background-image: url(../images/background_paper.jpg);
    background-repeat: repeat; */
}
.register_table {
    margin-left: auto;
    margin-right: auto;
}
.register_footer {
    padding-top: 16px;
}
.register_input_submit {
    display: inline-block;
    margin: 2px;
    border: 0px;
    border-radius: 10px;
    padding: 6px;
    height: 32px;
    width: fit-content;
    color:rgb(206, 204, 187);
    background-color: rgb(100, 0, 0);
    box-shadow: 0px 4px 8px 0px rgba(80,5,0,0.4);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
}
.register_input_submit:hover {
    background-color: rgb(40, 40, 40);
    cursor: pointer;
}
.login_input_text {
    margin-bottom: 2px;
    width: 194px;
    border-radius: 6px;
    font-size: 16px;
}
.login_input_pw {
    width: 120px;
    border-radius: 6px;
    font-size: 16px;
}
.login_input_submit {
    width: 70px;
    border-radius: 8px;
    border-color: rgb(100, 0, 0);
    background-color: rgb(100, 0, 0);
    color:rgb(206, 204, 187);
    font-size: 16px;
    cursor: pointer;
}
.signup_container {
    margin: 0px;
    border: 0px;
    padding: 0px;
    text-align: center;
}
.noacct_signup_blurb {
    margin: 0px;
    border: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
}
.logout_seal {
    margin-right: 10px;
    max-width: 121px;
    max-height: 121px;
    border-radius: 50%;
}
.login_avtr {
    margin-right: 10px;
    max-width: 115px;
    max-height: 115px;
    border: 3px solid rgb(64,40,6);
    border-radius: 50%;
}
.login_un {
    margin: 0px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.login_top_text {
    margin: 0px;
    margin-top: -5px;
    padding: 0px;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1pt;
    text-align: center;
}
.login_title {
    margin: 0px;
    margin-bottom: 4px;
    padding: 2px;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 1pt;
}
.login_options {
    display: inline-block;
    margin: 2px;
    border-radius: 10px;
    padding: 6px;
    height: 32px;
    background-color: rgb(100, 0, 0);
    box-shadow: 0px 4px 8px 0px rgba(80,5,0,0.4);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
}
    .login_options:hover {
        background-color: rgb(40, 40, 40);
    }
.link_login_option {
    color:rgb(206, 204, 187);
    text-decoration: none;
}
    .link_login_option:hover {
        color:rgb(156, 155, 142);
    }
.admin_button {
    display: inline-block;
    margin: 2px;
    border-radius: 10px;
    padding: 6px;
    height: 32px;
    background-color: rgb(70, 46, 0);
    box-shadow: 0px 4px 8px 0px rgba(60, 60, 60, 0.4);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
}
.admin_button:hover {
    background-color: rgb(40, 40, 40);
}
.agreemt_cntr {
    margin: 4px 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: 95%;
    /* font-family:Georgia, 'Times New Roman', Times, serif; */
    font-size: 11pt;
    font-weight: normal;
    line-height: 14pt;
    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(80, 0, 0);
    width: 30px;
    height: 30px;
    background-color: rgb(160, 70, 70);
}
.hvldt_cb_b {
    border: 1px solid rgb(80, 0, 0);
    width: 30px;
    height: 30px;
}
.hvldt_cb_input {
    margin-top: 7px;
}
.person_id_bubble {
    margin: 0px 0px 8px 0px;
    border: 1px dotted gray;
    border-radius: 20px;
    padding: 4px;
    /* background-color:rgb(252, 246, 235); */
    background-color:rgb(250, 246, 239);
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: rgb(0, 0, 0);
}
.person_id_descr_blurb {
    margin-left: 31px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 10px;
}
.person_id_location {
    font-size: 14px;
}
.person_id_delete {
    margin-right: 4px;
    font-size: 19px;
    text-align: right;
}

/* ######################################################### */
/* ACTION TILE STYLING */

.dashboard_card {
    margin: 5px;
    margin-top: 15px;
    border: 1px dotted gray;
    border-radius: 25px;
    padding: 10px;
    max-width: 160px;
    display:inline-table;
    text-align: center;
    background-color:rgb(252, 246, 235);
}
.dashboard_card_title {
    color: rgb(100, 0, 0);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.dashboard_card_title:hover {
    color: rgb(195, 190, 175);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.dashboard_card_text {
    margin-top: 8px;
    color: rgb(0, 0, 0);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12px;
    text-align: left;
}
.dashboard_card_text:hover {
    margin-top: 8px;
    color: rgb(195, 190, 175);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12px;
    text-align: left;
}
.action_img {
    max-width:100%;
    max-height:100%;
    align-content: space-around;
}
.welcome_text {
    margin: 5px;
    padding: 0px;
    text-align: justify;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    color: rgb(100, 0, 0);
}

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

.link {
    color: rgb(100, 0, 0);
    text-decoration: none;
}
.link:hover {
    /* color: rgb(195, 190, 175); */
    color: rgb(130, 130, 130);
}
.link_rev {
    color: rgb(252, 246, 235);
    text-decoration: none;
}
.link_rev:hover {
    color: rgb(160, 160, 160);
}
.link_gold {
    color: rgb(166, 131, 49);
    text-decoration: none;
}
.link_gold:hover {
    color: rgb(200, 160, 60);
}
.link_red {
    color: rgb(130, 80, 80);
    text-decoration: none;
}
.link_red:hover {
    color: rgb(168, 104, 104);
}
.link_pgr {
    color: rgb(0, 0, 100);
    text-decoration: none;
}
.link_pgr:hover {
    /* color: rgb(195, 190, 175); */
    color: rgb(130, 130, 130);
}
.link_nounderline {
    color: rgb(100, 0, 0);
    text-decoration: none;
}
.link_nounderline:hover {
    color: rgb(40, 40, 40);
    text-decoration: none;
}
.nav_container {
    margin: 0px;
    border: 1px dotted gray;
    border-radius: 16px;
    padding: 12px;
    background-color:rgb(255, 250, 241);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    line-height: 20pt;
}
.nav_staff_container {
    margin: 0px;
    padding: 6px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    line-height: 20pt;
}
.link_toplvl {
    margin: 0px;
    padding: 2px;
    color: rgb(206, 204, 187);
    text-decoration: none;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 13pt;
    font-weight: normal;
}
.link_staff_toplvl {
    margin: 3px;
    color: rgb(206, 204, 187);
    text-decoration: none;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 9pt;
    line-height: 16pt;
}
.span_toplvl {
    margin: 4px;
    padding: 8px 10px 8px 10px;
    border-radius: 14px;
    background-color: rgb(100, 0, 0);
}
.span_toplvl:hover {
    background-color: rgb(40, 40, 40);
}
.span_staff_toplvl {
    margin: 3px;
    border-radius: 12px;
    padding: 6px 12px 6px 12px;
    background-color: rgb(100, 0, 0);
}
.span_staff_toplvl:hover {
    background-color: rgb(40, 40, 40);
}
.div_toplvl_upper {
    margin: 2px 2px 15px 2px;
}
.div_toplvl_downer {
    margin: 2px;
}
.div_staff_toplvl {
    margin: 5px;
}
/* .wingdings_for_links {
    padding-top: 10px;
    vertical-align: middle;
} */
.wingdings_for_links {
    margin-top: -2px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
}

.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;
}

.utilities_button_span_gray {
    padding: 4px 8px 4px 8px;
    border-radius: 2px;
    height: 30px;
    width: fit-content;
    text-align: center;
    color: black;
    background-color: rgb(235, 235, 235);
}
    .utilities_button_span_gray:hover {
        background-color: rgb(205, 205, 205);
    }

.utilities_label {
    margin-left: 6px;
}

.none_text {
    color: gray;
    font-style: italic;
}

/* ######################################################### */
/* IMAGE-PHOTOGRAPH STYLING */

.img_atlas {
    margin: 0px;
    padding: 0px;
    width: 95%;
}
.zoom_div {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    /* width: 95%; */
    /* overflow: scroll; */
    /* object-fit: fill; */
    overflow: hidden;
}
    .zoom_div img {
        width: 60%;
        height: 60%;
        object-fit: cover;
        transform: scale(1);
        transition: transform 0.3s ease-in-out;
    }
    .zoom_div:hover img {
        transform: scale(4);
    }
    .zoom_div img:first-child {
        position: absolute;
        height: 100%;
        width: 96.5%;
        top: 0;
        left: 2%;
        z-index: 1;
        overflow: scroll;
    }
.img_atlas_zoom_img {
    margin: 0px;
    padding: 0px;
    width: 95%;
}
.img_atlas_zoom_alpha {
    margin: 0px;
    padding: 0px;
    width: 95%;
}
.img_portrait_2x {
    border-radius: 8px;
    width: 48%;
    vertical-align: top;
    filter: saturate(80%) brightness(90%) contrast(150%);
}
.img_portrait_1x {
    margin: 10px;
    border-radius: 6px;
    width: 96%;
    filter: saturate(80%) brightness(90%) contrast(150%);
}
/* Decimated Styling */
/* Note: The following three classes are repeated in identify_persons.html in order to remove the width: 96%; */
.img_decimated {
    margin: 0 auto;
    /* margin: -2px; */
    display: flex;
    padding: 0;
    width: 96%;
}
.img_decimated_top {
    margin: 0 auto;
    /* margin: -2px; */
    display: flex;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 0;
    width: 96%;
}
.img_decimated_bot {
    margin: 0 auto;
    /* margin: -2px; */
    display: flex;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0;
    width: 96%;
}
.decimate_div {
    position: relative;
    z-index: 1;
}
.decimate_div img:first-child {
    position: absolute;
    height: 100%;
    width: 96.5%;
    top: 0;
    left: 2%;
    z-index: 1;
    overflow: hidden;
}
/* Ablums and Thumbs */
.img_thumb_container {
    margin: 2px;
    border: 0px;
    padding: 0px;
    max-width: 150px;
    display:inline-table;
    vertical-align: top;
}
.img_album_cover {
    margin: 10px;
    border-radius: 6px;
    max-height: 300px;
    filter: saturate(60%) brightness(90%) contrast(130%);
}
.img_album_cover_portrait_long {
    margin: 10px;
    border-radius: 6px;
    height: 450px;
    filter: saturate(60%) brightness(90%) contrast(130%);
}
.img_album_cover_landscape_large {
    margin: 10px;
    border-radius: 6px;
    height: 260px;
    filter: saturate(60%) brightness(90%) contrast(130%);
}
.abm_thumb_std_portrait {
    margin: 10px;
    border-radius: 4px;
    padding: 0px;
    width: 70px;
    filter: saturate(60%) brightness(90%) contrast(130%);
}
.abm_thumb_std_portrait_long {
    margin: 10px;
    border-radius: 4px;
    padding: 0px;
    width: 55px;
    filter: saturate(60%) brightness(90%) contrast(130%);
}
.abm_thumb_std_landscape_large {
    margin: 10px;
    border-radius: 4px;
    padding: 0px;
    width: 140px;
    filter: saturate(60%) brightness(90%) contrast(130%);
}
.abm_thumb_std_landscape {
    margin: 10px;
    border-radius: 4px;
    padding: 0px;
    width: 115px;
    filter: saturate(60%) brightness(90%) contrast(130%);
}
.img_thumb {
    margin: 10px;
    border-radius: 4px;
    padding: 0px;
    width: 70px;
    /* filter: saturate(60%) brightness(90%) contrast(130%); */
    filter: saturate(80%) brightness(100%) contrast(100%);
}
.img_thumb_tall {
    margin: 10px 10px 0px 10px;
    border-radius: 4px;
    padding: 0px;
    width: 130px;
    /* filter: saturate(60%) brightness(90%) contrast(130%); */
    filter: saturate(60%) brightness(100%) contrast(100%);
}
.img_thumb_tall_less_contrast {
    margin: 10px;
    border-radius: 4px;
    padding: 0px;
    width: 130px;
    /* filter: saturate(80%) brightness(90%) contrast(100%); */
    filter: saturate(80%) brightness(100%) contrast(100%);
}
.img_thumb_wide {
    margin: 10px;
    border-radius: 4px;
    padding: 0px;
    height: 130px;
    /* filter: saturate(60%) brightness(90%) contrast(130%); */
    filter: saturate(60%) brightness(100%) contrast(100%);
}
.img_thumb_natural {
    margin: 10px;
    border-radius: 4px;
    padding: 0px;
    /* max-width: 250px; */
    /* filter: saturate(60%) brightness(90%) contrast(130%); */
    filter: saturate(60%) brightness(100%) contrast(100%);
}
.thumb_div {
    position: relative;
    z-index: 1;
}
.thumb_div img:first-child {
    position: absolute;
    height: 100%;
    width: 96.5%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}
.data_table {
    margin: 0px;
    margin-top: 15px;
    border: 1px solid black;
    border-radius: 20px;
    padding: 2px 10px 2px 4px;
    /* background-image: url(../images/background_paper.jpg);
    background-repeat: repeat; */
    background-color:rgb(250, 246, 239);
}
.control_panel_table {
    margin: 0px;
    border: 2px dotted gray;
    border-radius: 20px;
    padding: 2px;
    background-color:rgb(252, 246, 235);
}
.defining_area {
    border-radius: 20px;
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "dfa_img"
        "dfa_text";
    grid-gap: 5px;
    text-align: left;
    font-size: 15px;
}
    .defining_area_img {
        grid-area: dfa_img;
        text-align: center;
    }
    .defining_area_text {
        grid-area: dfa_text;
    }
.defining_text {
    padding: 5px;
    text-align: left;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 10pt;
    letter-spacing: 1pt;
}
.acq_image {
    max-width: 600px;
}

/* ######################################################### */
/* BOOKENDS STYLING */

.bookend_container {
    /* border: 1px solid orange; */
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr; */
    margin: 5px;
    padding: 0px;
    width: 100%;
}
.bookend_table_shelves_corners {
    height: 8px;
    width: 8px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    background-image: url(../images/wood_mahogany_04.jpg);
    background-repeat: repeat;
}
.bookend_table_shelves_spans {
    height: 8px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    background-image: url(../images/wood_mahogany_04.jpg);
    background-repeat: repeat;
}
.bookend_table_shelves_sides {
    width: 8px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    background-image: url(../images/wood_mahogany_04.jpg);
    background-repeat: repeat;
}
.bookend_table_shelves_content {
    margin: 0px;
    border: 0px;
    padding: 0px;
    background-image: url(../images/wood_mahogany_03.jpg);
    background-repeat: repeat;
}
.bookend_span {
    margin: 0px;
    margin-bottom: 4px;
    border: 0px;
    padding: 0px;
    padding-bottom: 4px;
}
.bookend {
    margin: -2px;
    padding: 0px;
    border-radius: 2px;
    max-width: 10px;
    display: inline;
    filter: saturate(35%) brightness(90%) contrast(120%);
}
.bookend_home {
    /* border: 1px solid pink; */
    margin: -2px;
    padding: 0px;
    border-radius: 2px;
    /* height: 168px; */
    max-width: 25px;
    /* height: 170px; */
    display: inline;
    filter: saturate(50%) brightness(75%) contrast(120%);
    vertical-align: bottom;
}

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

.profile_card {
    margin: 2px;
    margin-top: 15px;
    border: 1px dotted gray;
    border-radius: 25px;
    padding: 8px;
    max-width: 210px;
    display: inline-table;
    vertical-align: top;
    background-color:rgb(252, 246, 235);
}
.profile_card_top {
    display: grid;
    grid-template-columns: 1fr 3fr;
    text-align: center;
}
.profile_card_avtr {
    margin-right: 10px;
    max-width: 56px;
    max-height: 56px;
    border-radius: 50%;
    vertical-align: middle;
}
.profile_card_un {
    margin-top: 4px;
    margin-left: 4px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}
.profile_card_title_grid {
    display: grid;
    grid-template-columns: 5fr 1fr;
    text-align: left;
}
.profile_card_title {
    padding: 2px;
    font-size: 14px;
    /*font-weight: bold;*/
    font-style: italic;
    letter-spacing: 1pt;
}
.profile_card_txt_icon {
    height: 16px;
    vertical-align: top;
}
/* ------------------------------ */
.profile_card_p {
    margin: 0px;
    margin-top: 4px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 11pt;
}
.profile_card_subtitle {
    margin-top: 8px;
    margin-bottom: 4px;
    padding: 0px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 11pt;
    text-align: center;
}
.profile_card_asc_div {
    text-align: center;
}
.profile_card_asc_items {
    margin: 2px;
    border-radius: 12px;
    padding: 4px;
    display: inline-block;
    background-color: rgb(40, 40, 40);
    color:rgb(206, 204, 187);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 9pt;
}

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

.profile_page_card {
    margin: 2px;
    margin-top: 15px;
    border: 1px dotted gray;
    border-radius: 25px;
    padding: 8px;
    width: auto;
}
.profile_page_avtr {
    margin: 4px;
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
}
.profile_viewer {
    margin: 14px auto;
    border-style: solid;
    border-width: 2px;
    border-color: gray;
    border-radius: 25px;
    padding: 12px;
    /* background-image: url(../images/background_paper.jpg);
    background-repeat: repeat; */
    background-color:rgb(250, 246, 239);
    text-align: left;
}
.profile_page_un {
    margin-top: 4px;
    margin-left: 4px;
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.profile_page_title {
    margin-bottom: 6px;
    padding: 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;
    border: 0px;
    padding: 0px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    letter-spacing: 1px;
}
.profile_page_subtitle {
    margin: 4px;
    margin-top: 12px;
    padding: 0px;
    font-family: Georgia, 'Times New Roman', Times, 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;
}
.profile_group {
    margin: 4px;
    margin-top: 15px;
    border: 1px dotted gray;
    border-radius: 16px;
    padding: 10px;
    max-width: 160px;
    display:inline-table;
    vertical-align: top;
    background-color:rgb(252, 246, 235);
    font-size: 14pt;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.profile_page_p {
    margin: 12px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12pt;
}
.profile_page_asc_container {
    margin-left: 8px;
    margin-right: 8px;
    border: 1px dotted gray;
    border-radius: 16px;
    padding: 10px;
}
.profile_page_asc_items {
    display: inline-block;
    margin: 4px;
    border-radius: 12px;
    padding: 6px;
    background-color: rgb(40, 40, 40);
    color:rgb(206, 204, 187);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
}
.profile_edit_container {
    margin-right: 10px;
    margin-left: 10px;
}
.profile_edit_input_blurb {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 10px;
    font-style: italic;
    letter-spacing: normal;
}
.profile_edit_input_link {
    margin-bottom: 2px;
    border-radius: 6px;
    width: 140px;
    height: 20px;
}
.profile_edit_tag_input_max_w {
    margin: auto;
    width: 100%;
    height: 20px;
    border-radius: 6px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.profile_edit_tag_input_shortest {
    display: inline-block;
    margin: 2px;
    border-radius: 10px;
    padding: 6px;
    height: 28px;
    width: 70px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}
.profile_edit_tag_input_shorter {
    display: inline-block;
    margin: 2px;
    border-radius: 10px;
    padding: 6px;
    height: 28px;
    width: 80px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}
.profile_edit_tag_input_short {
    display: inline-block;
    margin: 2px;
    border-radius: 10px;
    padding: 6px;
    height: 28px;
    width: 160px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}
.profile_edit_tag_input {
    display: inline-block;
    margin: 2px;
    border-radius: 10px;
    padding: 6px;
    height: 28px;
    width: 200px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}
.profile_edit_tag_input_longer {
    display: inline-block;
    margin: 2px;
    border-radius: 10px;
    padding: 6px;
    height: 28px;
    width: 250px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}
.profile_edit_tag_input_longest {
    display: inline-block;
    margin: 2px;
    border-radius: 10px;
    padding: 6px;
    height: 28px;
    width: 400px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}
.profile_edit_tag_input_long_tall {
    width: 500px;
    height: 200px;
    border-radius: 6px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.profile_edit_tag_input_longest_tall {
    display: inline-block;
    margin: 2px;
    border-radius: 10px;
    padding: 6px;
    height: 100px;
    width: 400px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
}
.profile_edit_tag_box {
    width: 300px;
    height: 190px;
    border-radius: 6px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.profile_edit_tag_box_thin {
    width: 160px;
    height: 190px;
    border-radius: 6px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.profile_edit_tag_box_tall {
    width: 300px;
    height: 150px;
    border-radius: 6px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.profile_edit_tag_box_short {
    display: inline-block;
    margin: 2px;
    border-radius: 10px;
    padding: 6px;
    height: 95px;
    width: 300px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
}
.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;
}
.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);
}
.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;
}

/* ######################################################### */
/* MAIL PAGE STYLING */

.mail_container {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 4px;
    border: 1px solid lightgray;
    border-radius: 8px;
    padding: 4px;
    background-color: white;
}

/* ######################################################### */
/* PEDIGREE TREE STYLING */

.outline {
    margin: 2px;
    padding: 2px;
    border: 1px solid blue;
    border-radius: 8px;
    text-align: center;
}
.pdgr_1x {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 1fr;
    margin: 0px;
    padding: 2px;
    border: 1px solid black;
}
.pdgr_2x {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 1fr;
    margin: 0px;
    padding: 2px;
    border: 1px solid black;
}
.pdgr_4x {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 1fr;
    margin: 0px;
    padding: 2px;
    border: 1px solid black;
}
.pdgr_8x {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin: 0px;
    padding: 2px;
    border: 1px solid black;
}



/* ######################################################### */
/* FUNCTION PAGE STYLING */

.function_viewer {
    margin: 0 auto;
    background-color: rgb(25, 25, 25);
    background-image: url("../images/graph_black_alpha.png");
    background-repeat: repeat;
    color: white;
    text-align: left;
    font-family: 'Courier New', Courier, monospace;
}
.flink {
    color:white;
    text-decoration: none;
    /* font-weight: bold; */
}
.flink:hover {
    /* color: red; */
    color:rgb(185, 185, 185);
}
.llink {
    color:rgb(40, 200, 255);
    text-decoration: none;
    /* font-weight: bold; */
}
.llink:hover {
    /* color: red; */
    color:rgb(185, 185, 185);
}
.llink_opn {
    color:rgb(255, 241, 40);
    text-decoration: none;
    /* font-weight: bold; */
}
.llink_opn:hover {
    /* color: red; */
    color:rgb(185, 185, 185);
}
.llink_elv {
    color:rgb(255, 40, 40);
    text-decoration: none;
    /* font-weight: bold; */
}
.llink_elv:hover {
    /* color: red; */
    color:rgb(185, 185, 185);
}
.llink_rsv {
    color:rgb(40, 255, 40);
    text-decoration: none;
    /* font-weight: bold; */
}
.llink_rsv:hover {
    /* color: red; */
    color:rgb(185, 185, 185);
}
.logtable {
    margin: auto;
    border: 1px solid gray;
    font-family: 'Courier New', Courier, monospace;
    font-size: 8pt;
    letter-spacing: 0.5px;
    background-color: rgb(35, 35, 35);
}
.logtable_hdr {
    border: 1px solid gray;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 10pt;
    font-weight: bold;
    color: rgb(166, 131, 49);
}
.logtable_cell_top {
    padding: 2px 4px;
    border: 1px solid rgb(50, 50, 50);
    border-top: 1px solid gray;
    /* border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    border-left: 1px solid rgb(50, 50, 50);
    border-right: 1px solid rgb(50, 50, 50); */
    font-family: 'Courier New', Courier, monospace;
    font-size: 8pt;
}
.logtable_cell_bot {
    padding: 2px 4px;
    border: 1px solid rgb(50, 50, 50);
    border-bottom: 1px solid gray;
    /* border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    border-left: 1px solid rgb(50, 50, 50);
    border-right: 1px solid rgb(50, 50, 50); */
    font-family: 'Courier New', Courier, monospace;
    font-size: 8pt;
}

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

.micro_icon {
    height: 14px;
}
.milli_icon {
    height: 18px;
}
.tny_icon {
    height: 25px;
}
.sm_icon {
    height: 35px;
}
.med_icon {
    height: 50px;
}
.lg_icon {
    height: 80px;
}
.img_button_icon {
    height: 22px;
    vertical-align: top;
}
.img_button_icon:hover {
    filter: saturate(100%) brightness(80%) contrast(110%);
}
.soc_media_icon {
    height: 35px;
}
.soc_media_icon:hover {
    filter: saturate(80%) brightness(60%) contrast(150%);
}
.txt_icon {
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    height: 28px;
    vertical-align: middle;
}
.footer_hr {
    border-top: 2px dotted gray;
}
/* ------------------------------ */
.ftr_sections {
    /* border: 1px solid purple; */
    margin: 0px auto;
    max-width: 1024px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas:
        "ftr_sec_about ftr_sec_newsltr ftr_sec_sclmda ftr_sec_cprt";
    width: fit-content;
    grid-gap: 0.5rem;
    background-color: rgb(50, 40, 33);
    color: white;
}
#ftr_sec_about {
    grid-area: ftr_sec_about;
    margin: 0px;
    border-left: 2px dotted rgb(15, 10, 10);
    padding: 12px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    line-height: 16pt;
}
#ftr_sec_newsltr {
    grid-area: ftr_sec_newsltr;
    margin: 0px;
    border-left: 2px dotted rgb(15, 10, 10);
    padding: 12px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    line-height: 16pt;
}
#ftr_sec_sclmda {
    grid-area: ftr_sec_sclmda;
    margin: 0px;
    border-left: 2px dotted rgb(15, 10, 10);
    padding: 12px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    line-height: 16pt;
}
#ftr_sec_cprt {
    grid-area: ftr_sec_cprt;
    margin: 0px;
    border-left: 2px dotted rgb(15, 10, 10);
    border-right: 2px dotted rgb(15, 10, 10);
    padding: 12px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    line-height: 16pt;
}
/* ------------------------------ */
.footer_title_text {
    margin: 0px;
    margin-bottom: 10px;
    border: 0px;
    padding: 0px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    letter-spacing: 1px;
}
#footer_border {
    margin: 0 auto;
    height: 30px;
    max-width: 1024px;
    background-image: url(../images/main_border_bottom.png);
    background-size: contain;
    background-repeat: repeat-x;
    /* background-position: center; */
}




/* ######################################################### */
/* ######################################################### */
/*                                                           */
/* DESKTOP VIEWPORT OVERRIDES - max-width: 1400px */
/*                                                           */
/* ######################################################### */
/* ######################################################### */




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

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

    .link_toplvl {
        font-size: 9pt;
    }
    .link_staff_toplvl {
        font-size: 9pt;
    }
    .span_toplvl {
        /* background-color: aqua; */
        margin: 2px;
        padding: 8px 10px 8px 10px;
    }
    .span_staff_toplvl {
        margin: 3px;
        padding: 6px 12px 6px 12px;
    }
    .div_toplvl_upper {
        margin: 2px 2px 15px 2px;
    }
    .div_toplvl_downer {
        margin: 2px;
    }
    .div_staff_toplvl {
        margin: 5px;
    }

}




/* ######################################################### */
/* ######################################################### */
/*                                                           */
/* DESKTOP VIEWPORT OVERRIDES - max-width: 1200px */
/*                                                           */
/* ######################################################### */
/* ######################################################### */




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

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

    .link_toplvl {
        font-size: 7.5pt;
    }
    .link_staff_toplvl {
        font-size: 9pt;
    }
    .span_toplvl {
        /* background-color:pink; */
        margin: 0px;
        padding: 7px 9px 7px 9px;
    }
    .span_staff_toplvl {
        margin: 3px;
        padding: 6px 12px 6px 12px;
    }
    .div_toplvl_upper {
        margin: 2px 2px 15px 2px;
    }
    .div_toplvl_downer {
        margin: 2px;
    }
    .div_staff_toplvl {
        margin: 5px;
    }
}




/* ######################################################### */
/* ######################################################### */
/*                                                           */
/* DESKTOP VIEWPORT OVERRIDES - min-width: 1060px */
/* CHANGE OF STRUCTURE THIS POINT DOWN */
/*                                                           */
/* ######################################################### */
/* ######################################################### */




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

    #main_graphic_link_div {
        width: 320px;
        height: 107px;
    }
    #main_graphic_link_div:hover {
        width: 320px;
        height: 107px;
    }

}




/* ######################################################### */
/* ######################################################### */
/*                                                           */
/* DESKTOP VIEWPORT OVERRIDES - max-width: 912px */
/* CHANGE OF STRUCTURE THIS POINT DOWN */
/*                                                           */
/* ######################################################### */
/* ######################################################### */




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

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

    .link_toplvl {
        font-size: 12pt;
    }
    .link_staff_toplvl {
        font-size: 9pt;
    }
    .span_toplvl {
        /* background-color:limegreen; */
        margin: 2px;
        padding: 7px 9px 7px 9px;
    }
    .span_staff_toplvl {
        margin: 3px;
        padding: 6px 12px 6px 12px;
    }
    .div_toplvl_upper {
        margin: 2px 2px 15px 2px;
    }
    .div_toplvl_downer {
        margin: 2px;
    }
    .div_staff_toplvl {
        margin: 5px;
    }

    /* ######################################################### */
    /* MAIN PAGE PANELS */

    .panels {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "sb_content"
            "data_viewer";
    }

    .sidebar_container {
        grid-area: sb_content;
    }

    .data_column_list {
        margin: 0;
        height: 250px;
        overflow: scroll;
        overflow-x: hidden;
    }
    .data_column_display {
        margin: 0;
        height: 250px;
        overflow: scroll;
        overflow-x: hidden;
    }

    .tech_support_card_profile {
        display: none;
    }

    .lady_graphic_show_hide {
        display: none;
    }
}




/* ######################################################### */
/* ######################################################### */
/*                                                           */
/* DESKTOP VIEWPORT OVERRIDES - max-width: 800px */
/* CHANGE OF STRUCTURE, FOOTER DOUBLE COLUMN, THIS POINT DOWN */
/*                                                           */
/* ######################################################### */
/* ######################################################### */




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

    #hdr_sections {
        margin: 0px auto 4px auto;
        /* border: 1px solid black; */
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "au_title"
            "au_nav";
        width: fit-content;
        /* grid-gap: 0.5rem; */
    }

    #hdr_sec_nav {
        margin: auto;
    }

    #banner_cntr {
        padding-left: 10px;
    }

}




/* ######################################################### */
/* ######################################################### */
/*                                                           */
/* DESKTOP VIEWPORT OVERRIDES - max-width: 635px */
/* CHANGE OF STRUCTURE, FOOTER DOUBLE COLUMN, THIS POINT DOWN */
/*                                                           */
/* ######################################################### */
/* ######################################################### */




@media only screen and (max-width: 635px) {
    
    /* ######################################################### */
    /* PAGE STYLING */

    .data_column_w_dd_break {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "w_dd_l_t"
            "w_dd_r_b";
    }
    
}




/* ######################################################### */
/* ######################################################### */
/*                                                           */
/* DESKTOP VIEWPORT OVERRIDES - max-width: 650px */
/* CHANGE OF STRUCTURE, FOOTER DOUBLE COLUMN, THIS POINT DOWN */
/*                                                           */
/* ######################################################### */
/* ######################################################### */




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

    /* ######################################################### */
    /* HEADER STYLING */

    .navbar_text {
        margin: 5px;
        padding-left: 15px;
        font-size: 9px;
        letter-spacing: 0.8px;
    }

    /* ######################################################### */
    /* LINK BUTTON ORGANIZATION */

    .data_column_double_break {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "dcdb_1 dcdb_2"
            "dcdb_3 dcdb_4";
    }
        .dcdb_1 {
            margin-bottom: 4px;
            grid-area: dcdb_1;
        }
        .dcdb_2 {
            margin-bottom: 4px;
            grid-area: dcdb_2;
        }
        .dcdb_3 {
            grid-area: dcdb_3;
        }
        .dcdb_4 {
            grid-area: dcdb_4;
        }



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

    .link_toplvl {
        font-size: 9pt;
    }
    .link_staff_toplvl {
        font-size: 9pt;
    }
    .span_toplvl {
        /* background-color:lightblue; */
        margin: 2px;
        padding: 7px 9px 7px 9px;
    }
    .span_staff_toplvl {
        margin: 3px;
        padding: 6px 12px 6px 12px;
    }
    .div_toplvl_upper {
        margin: 2px 2px 15px 2px;
    }
    .div_toplvl_downer {
        margin: 2px;
    }
    .div_staff_toplvl {
        margin: 5px;
    }

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

    .ftr_sections {
        margin: 4px auto 0px auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "ftr_sec_about ftr_sec_newsltr"
            "ftr_sec_sclmda ftr_sec_cprt";
        width: fit-content;
        grid-gap: 0.5rem;
    }
    #ftr_sec_about {
        grid-area: ftr_sec_about;
        margin: 0px;
        border-left: 2px dotted gray;
        padding: 12px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 10pt;
        line-height: 16pt;
    }
    #ftr_sec_newsltr {
        grid-area: ftr_sec_newsltr;
        margin: 0px;
        border-left: 2px dotted gray;
        border-right: 2px dotted gray;
        padding: 12px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 10pt;
        line-height: 16pt;
    }
    #ftr_sec_sclmda {
        grid-area: ftr_sec_sclmda;
        margin: 0px;
        border-left: 2px dotted gray;
        padding: 12px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 10pt;
        line-height: 16pt;
    }
    #ftr_sec_cprt {
        grid-area: ftr_sec_cprt;
        margin: 0px;
        border-left: 2px dotted gray;
        border-right: 2px dotted gray;
        padding: 12px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 10pt;
        line-height: 16pt;
    }
    /* .shelf_text {
        padding-right: 40px;
        font-size: 12vw;
        letter-spacing: 5px;
    } */
}




/* ######################################################### */
/* ######################################################### */
/*                                                           */
/* DESKTOP VIEWPORT OVERRIDES - max-width: 565px */
/*                                                           */
/* ######################################################### */
/* ######################################################### */



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

    /* ######################################################### */
    /* HEADER STYLING */

    #hdr_sec_title {
        grid-area: au_title;
        height: auto;
    }

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

    .data_column_w_34_break {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "w_34_3"
            "w_34_4";
        grid-gap: 0.5rem;
    }
        .data_column_w_34_break_3 {
            margin-bottom: 15px;
            grid-area: w_34_3;
        }

    .defining_area {
        grid-template-columns: 1fr 5fr;
        grid-template-areas:
            "dfa_img dfa_text";
            grid-gap: 15px;
    }

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

    .link_toplvl {
        font-size: 8pt;
    }
    .link_staff_toplvl {
        font-size: 9pt;
    }
    .span_toplvl {
        margin: 1px;
        padding: 6px 7px 6px 7px;
    }
    .span_staff_toplvl {
        margin: 3px;
        padding: 6px 12px 6px 12px;
    }
    .div_toplvl_upper {
        margin: 0px 2px 0px 2px;
    }
    .div_toplvl_downer {
        margin: 2px;
    }
    .div_staff_toplvl {
        margin: 5px;
    }
}




/* ######################################################### */
/* ######################################################### */
/*                                                           */
/* DESKTOP VIEWPORT OVERRIDES - max-width: 445px */
/* CHANGE OF STRUCTURE, SINGLE COLUMN, THIS POINT DOWN */
/*                                                           */
/* ######################################################### */
/* ######################################################### */




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

    /* ######################################################### */
    /* HEADER STYLING */



    #title_seal {
        width: 9vw;
        height: auto;
    }

    #title_banner {
        width: 65vw;
        height: auto;
    }

    .hdr_sm_sizing {
        font-size: 3.4vw;
        margin-right: 2.5vw;
    }

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

    .link_toplvl {
        font-size: 8pt;
    }
    .link_staff_toplvl {
        font-size: 9pt;
    }
    .span_toplvl {
        margin: 5px;
        padding: 6px 7px 6px 7px;
    }
    .span_staff_toplvl {
        margin: 3px;
        padding: 6px 12px 6px 12px;
    }
    .div_toplvl_upper {
        margin: 0px 2px 0px 2px;
    }
    .div_toplvl_downer {
        margin: 2px;
    }
    .div_staff_toplvl {
        margin: 5px;
    }
}