.footer_copyrighht_visible
{
	position:absolute;
	bottom:0;
	width:100%;	
}
.search{
	width: 87% !important;
}
@media screen (min-width: 1085px) {
	.floatleft .logo_pub {
		height: 53px;
	}
}

.table_nonresponds_wrapper {
    width: auto;
    background-color: #fafafa;
}

.scrollbar {
    width: auto;
    height: 11px;
    line-height: 0;
    position: relative;
    border-radius: 8px;
    background-color: #ccc;
}

    .scrollbar .handle {
        width: 100px;
        height: 100%;
        background: #676767;
        cursor: pointer;
        border-radius: 8px;
        /*MV changes*/
        transform: translateZ(0px) translateX(0px);
        /*width: 554px;*/
    }

        .scrollbar .handle:hover {
            background-color: #000;
        }

        .scrollbar .handle .mousearea {
            position: absolute;
            top: -9px;
            left: 0;
            width: 100%;
            height: 20px;
        }

article .lvl1_pRight_medium {
    width: 80%;
}

.acc_pane table > tbody > tr > td {
    line-height: normal;
}

.acc_pane table.tablestandard {
    width:100% !important;
}

table.tablestandard tr td:nth-child(6){
    max-width: 160px;
}

table.tablestandard tr > td.col_header {
    width: 30% !important;
}

/* Let's get this party started */
.wrapper1::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 15px;
}

/* Track */
.wrapper1::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
 	
/* Handle */
.wrapper1::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
   
    
}

.wrapper1::-webkit-scrollbar-thumb:window-inactive {
	background: #676767
	
}


.wrapper1, .wrapper2 {
  width: auto;
  overflow-x: scroll;
  /* overflow-y:hidden; */
  transform:none !important;
}

.wrapper1 {height: 15px;margin-bottom: 5px;}
.wrapper2 {
height: auto;
overflow-x: hidden;
 }

.div1 {
 height: 20px;
}


/*Updated for submenus on Courtesy Links*/
.dropdown .dropbtn {
    border: none;
    outline: none;
    padding: 1px 6px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    border: .5px solid transparent;
    z-index: 0;
}
.navbar a:hover{
color: #2196f3;
}
.dropdown:hover .dropbtn {
    background-color: white;
    border: .5px solid #d2d2d2;
    border-bottom:none;
   /* display: block;*/
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
   margin-top: -2px;
    z-index: 0;
}

.dropdown-content li a {
    float: none;
    color: #000;
    padding: 4px 9px;
    font-size: 12px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown:hover .dropdown-content {
	display: block;
	background-color: white;
	border: .5px solid #d2d2d2;
	margin-top: -2px;
	        z-index: -1;
}
.dropdown-content li{
    float:none !important;
}

.menu_expanded .container
{
overflow: inherit !important;
height: auto!important;
}

.navi_main{
    z-index: 0!important;
}

.subSiteLogo{
    display: flex;
}

/*Updated for submenus on Courtesy Links for mobile view*/

.no-desktop{
background: #1976d2;
    height: 100px;
    border-top: 1px solid #1976d2;
	
}	
.nav-gov-links {
    display: block;
    padding: 10px 25px;
}
 .nav-gov-links li {
    width: 50%;
    float: left;
    margin-bottom: 5px;
}
.nav-gov-links li, .nav .nav-gov-links a {
    display: inline-block;
}
 .nav-gov-links a {
    padding: 5px 0;
	color: white;
}
.footer_copy .col-md-3 {
    height: 291px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.col-md-3 .logo_pub_white {
    display: none;
}
.footer_panelblk
{
height:auto !important;
}


