html, body, form {
    color: #000000;
    font-weight: normal;
    /*font-size: 8pt;*/
    font-size: 14px;
    font-family: Verdana, Arial, Universe, Univers, Helvetica, Sans-Serif;
    font-family: "Manrope", sans-serif !important;
}

body {
    margin: 0;
    padding: 0;
    overflow-x:hidden;
}
/* zztable			{border-collapse: collapse;}

.zzbody			{background-color:#fff; background:transparent url(../images/css-background.png) 0% 0% repeat-x!important; 
			      _zzfilter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/css-background.png", sizingMethod="scale");}
zz.body		{background:#fff url(../images/css-background.png) 0% 0% no-repeat;}
zbody			{background: #9ae4e8 url(images/bg.gif) top left; }
zz.body			{background:#edf0f4 url(../images/css-background.png) repeat-x}

zzspan.background  {padding:10px;position: absolute;z-index:0;left:0px;top:0px;width:101.8%;height:100%;display: inline-block; 
				  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/css-background.png",sizingMethod="scale")  }

zztable			{border-collapse: collapse;}
zztable td		{padding: 0;} 


*/
div.background {
    width: 100%;
    padding: 10px 10px 0px 10px;
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0px;
}

.banner {
    font: normal bold 18pt Candara,tahoma;
}

#divcontentblock {
    width: 98%;
    min-height: 100%;
    border: solid 1px #CCCCCC;
    border-bottom: solid 0px #fff;
    background-color: #fff;
    padding: 5px;
}

#leftcolumn {
    float: left;
    clear: both;
    padding: 5px;
    /* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family: inherit;
}

#rightcolumn {
    padding: 5px;
    margin-left: 310px;
}

.divCommonSearches {
    font-size: 8pt;
    padding: 5px 5px 5px 0px;
    overflow-y: auto;
    height: 180px;
}

#tblIntroSearch td {
    vertical-align: top;
}

hr {
    background-color: #ececec;
    height: 1px;
    border: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*.collapsed   { background: url(//localhost/common/crc/images/plus.gif) no-repeat; width:12px; height:12px; border:0; }
.expanded   { background: url(//localhost/common/crc/images/minus.gif) no-repeat; width:12px; height:12px; border:0; }*/
.collapsed {
    background: url("../images/plus.png") no-repeat;
    width: 0px;
    height: 20px;
    border: 0;
}

td .collapsed {
    vertical-align: bottom
}

.expanded {
    background: url("../images/sub.png") no-repeat;
    width: 0px;
    height: 20px;
    border: 0;
}

td .expanded {
    vertical-align: bottom
}

a {
    color: #546CB0; /* 2026-03-04 - dsteen - changed from #556DB1 to increase contrast over 5.0 for accessibility */
}

.a {
    /*color: #556DB1;*/
    /*    color: #162656 !important;*/
    color: #4a6eb1 !important;
    cursor: pointer;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    /*white-space: wrap;*/
}

.contentbar a:hover {
    text-decoration: underline;
    white-space: normal;
}

.pointer {
    cursor: pointer;
}

.link {
    color: #546CB0 !important; /* 2026-03-04 - dsteen - changed from #556DB1 to increase contrast over 5.0 for accessibility */
    text-decoration: none;
}

    .link:hover {
        color: #546CB0; /* 2026-03-04 - dsteen - changed from #556DB1 to increase contrast over 5.0 for accessibility */
        text-decoration: underline;
        white-space: wrap;
        cursor: pointer;
    }

.links {
    font-family: "Manrope", sans-serif !important;
    color: #546CB0; /* 2026-03-04 - dsteen - changed from #556DB1 to increase contrast over 5.0 for accessibility */
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
}

.linksover {
    font-family: "Manrope", sans-serif !important;
    color: #546CB0; /* 2026-03-04 - dsteen - changed from #556DB1 to increase contrast over 5.0 for accessibility */
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    padding-top: 10px;
}

/* dsteen - 2023-04-12 - changed color to a lighter gray to obfuscate more - per Schnewiess request */
.blurtext {
    opacity: 0.11;
    color: transparent !important;
    text-shadow: 0 0 5px /*rgba(0,0,0,0.9)*/ #888;
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
    text-decoration:none;
    font:unset;
}

.blurtext a {
        opacity: 0.51;
        /*color: transparent !important;*/
        text-shadow: 0 0 4px /*rgba(0,0,0,0.9)*/ #CCCCCC;
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
        text-decoration:none !important;
        font:unset;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /*needed because IE whiting out the transparent above*/
    .blurtext {
        opacity: 0.07;
        color: #b3b3b3;
        text-shadow: 0 0 4px /*rgba(0,0,0,0.9)*/ #CCCCCC;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#000ff,direction=45);
        text-decoration:none;
        font:unset;
    }

        .blurtext a {
            opacity: 0.1;
            color: #b3b3b3;
            text-shadow: 0 0 8px /*rgba(0,0,0,0.9)*/ #CCCCCC;
            filter: progid:DXImageTransform.Microsoft.Shadow(color=#000ff,direction=45);
            text-decoration:none !important;
        }
}


.anchorbutton {
    text-align: center;
    padding: 2px 4px 2px 5px;
    background-color: #ECECEC;
    border: solid 1px #CCCCCC;
    font-weight: bold;
    color: Gray;
    font-size: 96%;
    vertical-align: middle;
    text-decoration: none !important
}

    .anchorbutton:hover {
        cursor: pointer;
    }

#joblinks a {
    text-decoration: none;
}

    #joblinks a:hover {
        text-decoration: underline;
        white-space: nowrap;
    }

.footnote {
    font-size: 90% !important;
    color: #808080 !important;
    padding-left: 20px !important;
}

#bmLink {
    color: #4a6eb1;
    cursor: pointer;
    font-size: 14px !important;
    text-decoration: underline;
    color: #4a6eb1 !important;
}

.th {
    background-color: #556DB1;
}

.THz {
    background-color: #eee;
    vertical-align: bottom;
    padding: 5px;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    text-align: left;
}

.smalltext {
    text-decoration: none;
    font-size: 7pt;
}

.text {
    /*white-space: nowrap;
    text-decoration: none;
    font-size: 8pt;
    font-weight: normal;
    color: #000;*/
    font-size: 14px !important;
    font-weight: 400;
    color: #6d6d6d;
    /*white-space: nowrap;*/
    line-height:25px;
}

.smallink {
    white-space: nowrap;
    font-style: italic;
    text-decoration: underline;
    font-size: 12px;
    font-weight: bold;
    color: #546CB0; /* 2026-03-04 - dsteen - changed from #556DB1 to increase contrast over 5.0 for accessibility */
    cursor: pointer;
}

.selectbox {
    vertical-align: middle;
    font-size: 8pt;

    /*New Changes*/

    /*background-image: url(../images/form_bg.jpg);
    background-repeat: repeat-x;*/
    border: 1px solid #ccc;
    color: #333333;
    padding: 2px;
    margin-right: 4px;
    font-size: 14px;
}



tr.fldmain {
    padding-left: 7px;
    white-space: nowrap;
    background-color: #ECECEC;
}


td.fldmain {
    height: 20px;
    width: auto;
    padding-left: 7px;
    white-space: normal;
    border: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    border: solid 1px transparent;
    border-bottom: solid 1px transparent;
}
td.nowrap {
    white-space: nowrap;
}

.colhead {
    height: 20px;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FFFFFF;
    background-color: #556DB1;
}

.squarebox {
    width: 100%;
    border: solid 1px #CCCCCC;
    border-bottom: 0px;
    text-align: left;
    display: block;
}

.squareboxgradientcaption {
    width: 20%;
    height: 80px;
    background-color: #dfeffd !important;
    display: flex;
    justify-content: center;
    letter-spacing: 1px !important;
    font-family: "GothamSSm Condensed";
    color: #4a6eb1 !important;
    font-size: 16px !important;
    font-weight: 400;
    cursor: pointer;
}

.squareboxcontent {
    background-color: #ffffff;
    padding: 0px;
    border-top: solid 0px #336699;
    display: block;
}

div.divTabSelect {
    font-size: 12px;
    font-weight: bold;
    text-indent: 5px;
    color: #000000;
    background-color: #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    border-left: 1px solid #808080;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #808080;
    border-top: 1px solid #808080;
}

div.divTabUnselect {
    font-size: 12px;
    font-weight: normal;
    text-indent: 5px;
    color: #808080;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}

zzdiv.DivBox {
    border: #999999 1px solid;
    TOP: 15px;
    HEIGHT: 500px;
    WIDTH: 200px;
    FONT-SIZE: 12px;
    LEFT: 0px;
    OVERFLOW: auto;
    FONT-FAMILY: arial;
    POSITION: absolute;
}

table.main {
    border-collapse: collapse;
    width: 100%;
    display: block;
    border: solid 1px #CCCCCC;
}

.tabSpacer {
    width: 4px;
    font-size: 5px;
}

.tabspacer2 {
    width: 2px;
    font-size: 3px;
}

tr.web-service-detail-tr td.results {
    line-height: normal;
    white-space: normal;
}

td.results {
    /*vertical-align: top;*/
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
    line-height: 22px;
    font-size:14px;
}
/*td.resultslink1 {text-decoration:underline;cursor:pointer;vertical-align:top;padding-left:10px;padding-right:5px;white-space:nowrap;} */

.divScroll {
    padding: 5px;
    width: 100%;
    height: 250px;
    overflow: auto;
}
/*.mouseoverlink	{color:black; cursor:pointer; text-decoration:underline; } */

.textinactive {
    cursor: default;
    white-space: nowrap;
    text-decoration: none;
    font-size: 8pt;
    font-weight: bold;
    color: gray;
}

.checkbox {
    height: 20px;
    width: 20px;
    float: right;
    margin-top: 3px;
    /*border: #b5cbfd solid 1px !important;*/
    /*border-radius: 6px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;*/
}

.titlebar {
    white-space: nowrap;
    background-color: #556DB1;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    padding: 5px;
    font-size: 14px;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/css-background2-horizontal.png", sizingMethod="scale");
}

.titlebarx {
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    background: url(../images/css-background2-horizontal.png) 0% 0% repeat-x;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/css-background2-horizontal.png", sizingMethod="scale");
}

/*.titlebary {
    white-space: normal;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    background: url(../images/css-background2-horizontal.png) 0% 0% repeat-y;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/css-background2-horizontal.png", sizingMethod="scale");
}*/

.contentbar {
    background-color: #F8F8F8;
    padding: 10px 2px 3px 10px;
    white-space: normal;
    border-bottom: solid 1px #CCCCCC;
}

.divHighlight {
    background-color: #ECECEC;
    padding-bottom: 3px;
}

.divUnHighlight {
    background-color: #FFFFFF;
    padding-bottom: 3px;
    color: gray;
}

.rsstitle {
    color: #3535FF;
    font-size: 100%;
    font-style: normal;
}

.rssdesc {
    color: #858B88;
    font-size: 100%;
    font-style: italic;
}

/*#divLogin {
    display: none;
    font-size: 12px;
    padding: 2px;
    position: absolute;
    background-color: #fff;
    vertical-align: top;
}*/

/*Nav*/
#divNav {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-size: 1.2em;
    white-space: nowrap;
}

    #divNav a {
        font-weight: bold;
        white-space: nowrap;
        color: Gray;
        font-size: 90%;
    }

        #divNav a:hover {
            text-decoration: underline;
            white-space: nowrap;
        }

#ulNavMap {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    width: 200px;
}

#divNav img {
    border: none;
    vertical-align: middle;
}

#ulNavMap li {
    float: left;
    list-style: none;
    margin: 1px;
    padding: 1px;
    padding-bottom: 2px;
    white-space: nowrap;
    background-color:#fff;
}

div#divMapSearchTools {
    position: absolute;
    margin-top: 45px;
    left: 0;
    right: 0;
    z-index: 1000;
    width:300px;
    text-align:center;  
    margin:45px auto;  
    /* background-color: aqua; */
}

    #ulNavMap li.navMapFirst {
        padding-left: 0px;
        margin-left: -2px;
        white-space: nowrap;
    }

    #ulNavMap li.selected {
        color: #000;
        background: #98A5CD;
        white-space: nowrap;
    }

        #ulNavMap li.selected a {
            color: #fff;
            white-space: nowrap;
        }

#ulNavMap a {
    float: left;
    padding: 0px;
    text-decoration: none;
    white-space: nowrap;
}

    #ulNavMap a:hover {
        text-decoration: underline;
        white-space: nowrap;
    }

    #ulNavMap a.navSeparator {
        color: #556B2F;
        font-weight: normal;
        outline: none;
    }

    #ulNavMap a.navSeparatorFirst {
        color: #556B2F;
        font-weight: normal;
        outline: none;
        padding-left: 0px;
        margin-left: -2px;
    }

#ulNavCommands {
    float: right;
    margin: 0 auto;
    text-align: right;
    margin-right: 5px;
    padding: 0;
    padding-top: 2px;
    text-align: left;
    white-space: nowrap;
}

    #ulNavCommands li {
        float: left;
        list-style: none;
        margin: 1px;
        padding: 1px;
        padding-right: 5px;
        padding-bottom: 2px;
        white-space: nowrap;
    }

    #ulNavCommands a {
        float: left;
        padding: 2px;
        text-decoration: none;
        white-space: nowrap;
    }

        #ulNavCommands a:hover {
            text-decoration: none;
            white-space: nowrap;
        }

/*Map*/
#mapColumn {
    float: left;
    width: 100%;
    position: relative;
}

#map {
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    border: 1px solid #999999;
}

#measureText {
    display: none;
    position: absolute;
    left: 80px;
    top: 7px;
    font-size: 11px;
    border: 1px solid #556B2F;
    background: #fff;
    padding: 2px;
    min-width: 0px;
}

#drawpolyText {
    display: none;
    position: absolute;
    left: 80px;
    top: 7px;
    font-size: 11px;
    border: 1px solid #556B2F;
    background: #fff;
    padding: 2px;
    min-width: 0px;
}

#mapLoading {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 11px;
    border: 1px solid #556B2F;
    background: #fff;
    padding: 3px;
}

.infowindow {
}

    .infowindow th {
        text-align: left;
    }

    .infowindow td {
        padding: 2px;
        background-color: #fff;
        text-align: left;
    }


.form-check-input[type="checkbox"] {
    border-radius: 0.25em !important;
   /* width: 25px !important;
    height: 25px !important;*/
    width: 1.5em !important;
    height: 1.5em !important;
    margin-right: 6px !important;
    margin-bottom: 4px !important;
    border: #4a6eb1 solid 1px;
    border: rgba(0, 0, 0, 0.4) solid 1px;
    border-radius: 5px;
}

.form-check-label {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #6d6d6d !important;
    white-space: nowrap;
    opacity:1!important;
}



    /*new Change*/
/*.button-small {
    height: 19px;
    background: #ccf;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
    text-indent: 0px;
    color: #404040;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    background-color: #EAEAEA;
}*/

    .button-small:hover {
        cursor: pointer;
        color: #fff;
        background: #eef;
    }

.zoom-pla {
    height: 35px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: #212529 !important;
    font-weight: 500 !important;
    opacity: 0.5 !important;
}
.go-sear-ico1 {
    float: left !important;
    margin-top: 0px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: auto !important;
    border-radius: 6px;
    color:#fff;
    height:38px;
}

.tabUnselected2 {
    color: #162656 !important;
    font-weight: 600 !important;
    display: inline !important;
    padding: 5px 10px !important;
    border-radius: 3px !important;
}
.tabSelected2 {
    color: #fff !important;
    font-weight: 600 !important;
    background-color: #4a6eb1 !important;
    display: inline !important;
    padding: 5px 10px !important;
    border-radius: 3px !important;
}



/* jQuery styles
----------------------------------*/
.ui-autocomplete {
    font-size: 11px;
    white-space: nowrap;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* zz.autocomplete-hover {background-color: skyblue;cursor: pointer;} */

.ui-dialog-content {
    padding: 10px !important;
    height: 250px !important;
}

/*div#infoDialog {
    height: 250px !important;
}*/

.ui-dialog-titlebar {
    background: #556db1 !important;
    color: #fff !important;
}
/*----------------------------------*/

/*
.autocomplete_completionListElement {
background-color:#fff; 
z-index:1;
border:1px solid buttonshadow;
color:windowtext;
height:250px; 
list-style-type:none;
margin:0 !important;
overflow:auto;
text-align:left;
font-size:10px;
visibility:hidden;
padding-top:5px;
}

.autocomplete_highlightedListItem {
background-color:#CED9E7;
color:black;
padding:1px;
height:20px;
}
.autocomplete_listItem {
background-color:window;
color:windowtext;
padding:1px;
height:20px;
white-space:nowrap
}
*/

/*.tabSelected {
	padding:3px;
	padding-left:5px;
	width:60px; 
    background-color:#fff !important;
    border:solid 1px #CCCCCC;
    border-bottom: solid 1px #fff;
    font-weight:bold;
    font-size:110%;
    }
.tabUnselected {
	padding:3px;
    padding-left:5px;
    width:60px; 
    background-color:#ECECEC;
    border:solid 1px #CCCCCC;
    font-weight:bold;
	color:Gray;
    }
.tabSelected2 {
	padding-left:2px;
    background-color:white;
    border:solid 1px #CCCCCC;
    border-bottom: solid 1px #fff;
    font-weight:normal;
	font-size:12px;
	width:30px; 
    }
.tabUnselected2 {
    padding-left:2px;
    background-color:#ECECEC;
    border:solid 1px #CCCCCC;
    font-weight:normal;
	color:Gray;
	font-size:12px;
	width:30px; 
    }
.tabSelectedSub {
	padding:2px;
	padding-left:5px;
    background-color:white;
    border:solid 1px #CCCCCC;
    border-bottom: solid 1px white;
    font-weight:bold;
    font-size:120%;
    }
.tabUnselectedSub {
	padding:2px;
    padding-left:5px;
    background-color:#ECECEC;
    border:solid 1px #CCCCCC;
    font-weight:bold;
	color:Gray;
    font-size:100%;
    vertical-align:middle;
    }*/



/* release 3.33 introduced larger map buttons than necessary for the desktop - this reduces them a bit.*/
/* Fix +/- zoom buttons design */
#map .gmnoprint > .gmnoprint > div {
    height: 60px !important;
    width: 30px !important;
}

    #map .gmnoprint > .gmnoprint > div > div { /* seperator */
        width: 22.5px !important;
        margin: 0px 3.75px !important;
    }

#map .gmnoprint > .gmnoprint button {
    width: 30px !important;
    height: 30px !important;
}

    #map .gmnoprint > .gmnoprint button img {
        height: 13.5px !important;
        width: 13.5px !important;
        /*  margin: 6.75px 8.25px 9.75px !important; */
    }

/* yellow person button design*/
#map .gm-svpc {
    width: 30px !important;
    height: 30px !important;
    top: 70px !important;
}

    #map .gm-svpc img:nth-child(1), #map .gm-svpc img:nth-child(2) {
        width: 13.5px !important;
        height: 22.5px !important;
        /*	left: -7px !important;
	top: -12px !important; */
    }

    #map .gm-svpc img:nth-child(3) {
        width: 24px !important;
        height: 30px !important;
    }

#map .gm-fullscreen-control {
    width: 30px !important;
    height: 30px !important;
}

    #map .gm-fullscreen-control > img {
        width: 18px !important;
        height: 18px !important;
        margin: 6px !important;
    }
/* MAP|Satellite buttons design*/
#map .gm-style-mtc > div:nth-child(1) {
    padding: 5px 9px !important;
    height: 25px !important;
    font-size: 14px !important;
}

#map .gm-style-mtc > div:nth-child(2) {
    top: 25px !important;
}

    #map .gm-style-mtc > div:nth-child(2) > div {
        padding: 2px 4px 2px 2px !important;
        font-size: 12px !important;
    }


/* ============= Custom Css =================== */
.category {
    display: table-cell;
    vertical-align: top;
    padding-top: 17px;
    padding-bottom: 31.5px;
}
.description {
    display: table-cell;
    vertical-align: top;
    padding-top: 17px;
    padding-right: 3px;
}



/* ============= Responsive =================== */

/* ============= Custom Css =================== */

/* ============= classes to fromat the text embedded in tables for news, topics, etc. - dsteen - 2025-02-06 =================== */

.news-card-body .content-section {font-family:unset; font-family: "Manrope", sans-serif !important; font-style: normal !important; font-size:14px !important;}
.news-card-body .content-section .sqlNewsHeading {font-weight: bold !important; padding:3px 0 3px 0;}
.news-card-body .content-section ul {list-style-type:square;}
.news-card-body .content-section ul a {font-weight:bold !important;}
.news-card-body .content-section a {font-family:unset !important; font-weight:bold !important; font-size:14px !important;}
.news-card-body .content-section b a {font-family:unset !important; font-weight:bold !important; font-size:14px !important;}
.news-card-body .content-section ul br {display:none;}
.news-card-body .content-section li {margin : 3px;}
.news-card-body .content-section {font:unset !important; font-weight:normal !important; font-size:14px !important;font-family: "Manrope", sans-serif !important;}
.news-card-body .content-section b {font-size:14px !important;font-weight:bold; font-family:unset !important;}
.news-card-body .content-section i {font-family:unset !important; font-size:14px !important; font-style:italic !important;}
.news-card-body .content-section u {font-family:unset !important; font-size:14px !important;}
.news-card-body .content-section u b {font-family:unset !important; font-size:14px !important;}
.news-card-body .content-section div {font-family:unset !important; font-size:14px !important;}
.news-card-body .content-section div {font-family:unset !important; font-size:14px !important;}
.news-card-body .content-section font {font-family:unset !important; font-size:14px !important;}
.news-card-body .content-section span {font-family:unset !important; font-size:14px !important;}



@media (max-width: 767px) {
    #newmobiletabs {font-family:unset; font-family: "Manrope", sans-serif !important; font-size:12px !important; font-style: normal !important;}
    #newmobiletabs span {font-size:12px !important;}
    #newmobiletabs div {font-size:12px !important;}
    #newmobiletabs i {font-size:12px !important;}
    #newmobiletabs a {font-size:12px !important;}
    #newmobiletabs u {top:20px;padding: 20px 0 50px 0 !important; font-size:12px !important; font-weight:normal; }
/*    #newmobiletabs b #card {border:solid 10px red !important; padding: 20px 0 0 0 !important; font-size:12px !important; font-weight:bold;}*/
    /*#newmobiletabs b {padding: 20px 0 0 0 !important; font-size:12px !important; font-weight:bold;}*/    
    #newmobiletabs b {padding: 0 0 0 0 !important; font-size:12px !important; font-weight:bold;}
    #newmobiletabs span {font-size:12px !important;}
    ###newmobiletabs br {display:none;}

    #mobilecontent-News-tab-content {}

    #mobilecontent-Communicate-tab-content {font-family:unset; font-family: "Manrope", sans-serif !important; font-size:12px !important; font-style: normal !important;}
    #mobilecontent-Communicate-tab-content b {font-size:14px !important;}
    #mobilecontent-Communicate-tab-content ul {list-style-type:square;}
    #mobilecontent-Communicate-tab-content ul a {font-weight:bold; }
    #mobilecontent-Communicate-tab-content ul br {display:none;}
    #mobilecontent-Communicate-tab-content li {margin : 3px;}

    #mobilecontent-Participants-tab-content {font-family:unset; font-family: "Manrope", sans-serif !important; font-size:12px !important; font-style: normal !important;}
    #mobilecontent-Participants-tab-content a {float:none !important;  margin-left: auto !important; margin-right: auto !important; padding:3px; }
    #mobilecontent-Participants-tab-content li {font-size:12px !important;}

    #mobilecontent-Programs-tab-content {}

    #mobilecontent-Collaboration-tab-content {}
    #mobilecontent-Collaboration-tab-content i {font-style:italic !important;}
    #mobilecontent-Collaboration-tab-content li {padding: 30px !important;}
    #mobilecontent-Collaboration-tab-content font {font-family:unset !important; font-size:14px !important;}

    #mobilecontent-Welcome-tab-content {}

}


/* ============= Custom Css - dsteen - 2025-02-06 =================== */
.radio-alerts {
      text-decoration: none;text-align:center;width:100%;white-space:nowrap; 
}
.radio-alerts .form-check-label  {
      font-size:15px !important; font-weight: 500 !important; color: #162656 !important; padding-left:20px;
}

.skip-link {
  position: absolute;
  top: -40px; /* Hide off-screen */
  left: 0;
  background: #5E7297;
  color: #fff;
  padding: 8px;
  z-index: 100;
}

.skip-link:focus {
  top: 0; /* Show on focus */
}
/* ============= Custom Css for accessibility - dsteen - 2025-11-12 =================== */

.button-small:focus {
  outline:3px solid #B5CBFD !important
}
#td211Service:focus {
  outline:3px solid #B5CBFD !important
}

.container-maptoc {
  display: flex;
  justify-content: space-evenly; /* Or space-around, space-between */
}

.container-maptoc span {
  /* Optional: Add styling to the spans */
  padding: 10px;
  background-color: #fff;
  margin:10px 0 10px 0;
}

/* ============= Custom Css =================== */
.dropDownControl{
    direction: ltr; 
    overflow-x: hidden; 
    overflow-y: hidden; 
    text-align: left; 
    position: relative; 
    font-family: Arial, sans-serif; 
    -webkit-user-select: none; 
    font-size: 13px; 
    padding:4px !important; border: solid 1px #ccc;
    border-image: initial; 
    -webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px; 
    box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px; 
    color: rgb(0, 0, 0); 
    padding-left: 6px; 
    font-weight: bold; 
    background-image: initial; 
    background-attachment: initial; 
    background-origin: initial; 
    background-clip: initial; 
    background-color: rgb(255, 255, 255); 
    background-position: initial initial; 
    background-repeat: initial initial;     
    z-index: 2;
    border-radius: 3px !important;
}   

.dropDownArrow{
    -webkit-user-select: none; 
    border-width: 0px; 
    border-style: initial; 
    border-color: initial; 
    border-image: initial; 
    padding: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px; 
    position: absolute; 
    right: 6px; 
    top: 50%;
    margin-top: -2px; 
    width: 7px; 
    height: 4px; 
}

.dropDownOptionsDiv{
    background-color: white; 
    z-index: 0; 
    padding-top: 2px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px; 
    border-right-style: solid; 
    border-bottom-style: solid; 
    border-left-style: solid; 
    border-right-color: rgb(113, 123, 135); 
    border-bottom-color: rgb(113, 123, 135); 
    border-left-color: rgb(113, 123, 135); 
    border-image: initial; 
    border-top-width: 0px; 
    border-top-style: initial; 
    border-top-color: initial; 
    -webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px; 
    box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px; 
    position: relative; 
    text-align: left; 
    display: none;
}

.dropDownItemDiv{
    font-family: Arial, sans-serif; 
    -webkit-user-select: none; 
    font-size: 13px; 
    padding-top: 2px; 
    padding-right: 5px; 
    padding-bottom: 3px; 
    padding-left: 5px; 
    background-color: rgb(255, 255, 255); 
    color: black;       
}
.dropDownItemDiv:hover, .checkboxContainer:hover{
    background-color: rgb(235, 235, 235);       

}
.dropDownControl:hover{
    background: -webkit-linear-gradient(top,rgb(255,255,255),rgb(230,230,230));
}
.separatorDiv{
    margin-top: 1px; 
    margin-right: 0px; 
    margin-bottom: 1px; 
    margin-left: 0px; 
    border-top-width: 1px; 
    border-top-style: solid; 
    border-top-color: rgb(235, 235, 235); 
}

/**************************************************************************************************/



/* 2026-02-10 - dsteem - MFA  **************************************************************************************************/
/* .mfa-container {
        background: white;
        padding: 2rem;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        text-align: center;
        max-width: 320px;
        width: 100%;
    }
    .mfa-container h2 {
        margin-bottom: 1rem;
    }
    .code-inputs {
        display: flex;
        justify-content: space-between;
        gap: 0.5rem;
    }
    .code-inputs input {
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem;
        text-align: center;
        border: 2px solid #ccc;
        border-radius: 6px;
        outline: none;
        transition: border-color 0.2s;
    }
    .code-inputs input:focus {
        border-color: #007bff;
    }
    button {
        margin-top: 1.5rem;
        padding: 0.6rem 1.2rem;
        font-size: 1rem;
        background: #007bff;
        color: white;
        border: none;
        border-radius: 6px;
        cursor: pointer;
    }
    button:disabled {
        background: #ccc;
        cursor: not-allowed;
    }
    */
    /**************************************************************************************************/
