/* ---------------------- */
/* Top Navigation Text Hide Only */
/* ---------------------- */

/* ---------------------- */
/* Hide top menu text completely but keep the hover bar */
.topnav a.DBRnavlinkb {
    color: transparent;   /* makes text invisible */
    text-decoration: none;
}

.topnav a.DBRnavlinkb:hover {
    color: #095BA5;       /* same as navbar background so hover text is hidden */
    text-decoration: none;
}



/* ---------------------- */
/* General Body / Text / Links Styles */
/* ---------------------- */

body, td { 
    font-family: Arial; 
    color: #000000; 
    font-size: 14px; 
    font-weight: normal; 
    text-decoration: none; 
}

.checkmark-list {
    list-style: none;      /* remove default bullets */
    padding-left: 0;
    margin-left: 0;
}

.checkmark-list li {
    position: relative;    /* required for pseudo-element positioning */
    padding-left: 25px;    /* space for checkmark */
    margin-bottom: 5px;
    line-height: 1.4em;
}

.checkmark-list li::before {
    content: "\2713";  /* ✔ checkmark in Unicode */
    color: green;          /* checkmark color */
    position: absolute;
    left: 0;               /* place at start of line */
    top: 0;
    font-weight: bold;
}

.DBRtext10 { font-family: Arial; color: #000000; font-size: 10px; font-weight: normal; text-decoration: none; }
.DBRtext11 { font-family: Arial; color: #000000; font-size: 11px; font-weight: normal; text-decoration: none; }
.DBRtext12 { font-family: Arial; color: #000000; font-size: 12px; font-weight: normal; text-decoration: none; }

.DBRtext10b { font-family: Arial; color: #000000; font-size: 10px; font-weight: bold; text-decoration: none; }
.DBRtext11b { font-family: Arial; color: #000000; font-size: 11px; font-weight: bold; text-decoration: none; }
.DBRtext12b { font-family: Arial; color: #000000; font-size: 12px; font-weight: bold; text-decoration: none; }

.DBRtitle10 { font-family: Arial; color: #CC9900; font-size: 10px; font-weight: normal; text-decoration: none; }
.DBRtitle12 { font-family: Arial; color: #CC9900; font-size: 12px; font-weight: normal; text-decoration: none; }
.DBRtitle14 { font-family: Arial; color: #CC9900; font-size: 14px; font-weight: normal; text-decoration: none; }
.DBRtitle16 { font-family: Arial; color: #CC9900; font-size: 16px; font-weight: normal; text-decoration: none; }

.DBRtitle10b { font-family: Arial; color: #CC9900; font-size: 10px; font-weight: bold; text-decoration: none; }
.DBRtitle12b { font-family: Arial; color: #CC9900; font-size: 12px; font-weight: bold; text-decoration: none; }
.DBRtitle14b { font-family: Arial; color: #CC9900; font-size: 14px; font-weight: bold; text-decoration: none; }
.DBRtitle16b { font-family: Arial; color: #CC9900; font-size: 16px; font-weight: bold; text-decoration: underline; }

a.DBRlink { font-family: Arial; color: #000000; font-style: italic; font-size: 14px; font-weight: bold; text-decoration: none; }
a.DBRlink:hover { font-family: Arial; color: #CC9900; font-style: italic; font-size: 14px; font-weight: bold; text-decoration: none; }

a.DBRlinkb { font-family: Arial; color: #000000; font-style: italic; font-size: 14px; font-weight: bold; text-decoration: none; }
a.DBRlinkb:hover { font-family: Arial; color: #CC9900; font-style: italic; font-size: 14px; font-weight: bold; text-decoration: none; }

a.DBRnavlinkb { font-family: Arial; color: #FFFFFF; font-size: 14px; font-weight: bold; text-decoration: none; }
a.DBRnavlinkb:hover { font-family: Arial; color: #CC9900; font-size: 14px; font-weight: bold; text-decoration: none; }

.DBRglossary { font-family: Arial; color: #095BA5; font-size: 14px; font-weight: normal; text-decoration: none; }
a.DBRglossary { font-family: Arial; color: #095BA5; font-size: 14px; font-weight: normal; text-decoration: underline; }
a.DBRglossary:hover { font-family: Arial; color: #095BA5; font-size: 14px; font-weight: normal; text-decoration: none; }

/* ---------------------- */
/* Dropdown menu styling */
/* ---------------------- */
#dropmenudiv{
    border-left:1px solid #095BA5; 
    border-right:1px solid #095BA5; 
    border-top:1px solid #095BA5; 
    border-bottom:0px solid #095BA5; 
    position:absolute;
    color: #095BA5;
    line-height:18px;
    z-index:100; 
    font-style:normal; 
    font-variant:normal; 
    font-weight:normal; 
    font-size:12px; 
    font-family:Arial
}

#dropmenudiv a{
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #095BA5;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
    color: #095BA5;
}

#dropmenudiv a:hover{ /*hover background color*/
    background-color: #7EA3CD;
    color: #FFFFFF;
}
