@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans.eot');
  src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans.woff2') format('woff2'),
       url('../fonts/OpenSans.woff') format('woff'),
       url('../fonts/OpenSans.ttf') format('truetype'),
       url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/OpenSans-Bold.woff2') format('woff2'),
       url('../fonts/OpenSans-Bold.woff') format('woff'),
       url('../fonts/OpenSans-Bold.ttf') format('truetype'),
       url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
html
{
	overflow-x: hidden;
}
body {
    background-color: #ffffff;
    font-family: OpenSans;
    font-size: 14px;
	overflow-x: hidden;
}
.container
{
    max-width:990px !important;
}
.hideondesktop
{
    display: none;
}
a
{
    color:#67625C;
}
.abouta a
{
    text-decoration: underline;
    color: #67625C !important;
}
.abouta a:focus
{
    text-decoration: underline;
    color: #67625C !important;
}
h1{    
    font-size: 32px;
    color: #c81212;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
}
#slidercontent h2
{
    margin-top: 0px;
    padding-top: 0px;
}
h2{
    font-size: 24px;
    font-weight: 700;
}
.headerbg
{
    background-color:#f3f2f0;
    min-height: 115px;
}
.headernavbg
{
    background-color:#3a3835;
   /* height: 65px;*/
}
.sliderbodybg
{
    background-color:#67625c;
	 -moz-box-shadow:    inset  0  21px 17px -19px #000, 
                        inset  0 -21px 17px -19px #000;
    -webkit-box-shadow: inset  0  21px 17px -19px #000, 
                        inset  0 -21px 17px -19px #000;
     box-shadow:        inset  0  21px 17px -19px #000, 
                        inset  0 -21px 17px -19px #000;
}
.contentbg
{
    background-color: #f3f2f0;
    padding-bottom:50px;
    padding-top: 20px;
}
.footerbg
{
    background-color:#e2e2dc;
    min-height: 300px;
    padding-top: 40px;
	padding-bottom:50px;
}
.footer-left
{
    float: left;
}
.footer-right
{
    float: left;
}

.footernav {	
    list-style: none;	
    font-size: 13px;
    padding-left: 0px;
}
.footernav a
{
    text-decoration: underline;
    color: #333;
}

.footernav > li {
    display: inline-block;
}
.footernav > li + li:before {
    padding: 0 8px;
    color: #333;
    content: "|\00a0";
}

.sliderdesc
{
    font-size: 16px;
}

.sliderdesc a
{
    color: #fff;
    text-decoration: underline;
}
.whitefont
{
    color:#fff;
}

.topicicon
{
    float: left;
    max-width: 124px;	
    display: table-cell;
    vertical-align: top;
    color: #fff;  
    padding:0px;
    margin:10px 6px 15px 7px !important;
    min-height:100px;      
}
/*.sliderbodybg .container .row .topicicon:nth-child(7){
	margin-right:0px;
}
.sliderbodybg .container .row .topicicon:last-child{
	margin-right:0px;
}*/
.topictext
{   
    padding-top: 5px; 
    color: #fff;
    font-size: 14px; 
    font-weight: bold;
}
.topictext a
{       
    color: #fff;    
}
.rowspace10
{
    height: 10px;
    width: 100%;
}
.rowspace
{
    height: 20px;
    width: 100%;
}
.topicicon img
{
    border: 4px solid #fff;
    box-shadow: 0px 0px 2px 2px #3a3835;
}
.logo {
    text-align: left;	
    max-width: 386px;
    padding-top: 5px;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
}
.logo img {
    width: 100%;             
}
.headerright
{
    float: right;
    padding-left: 0px;
    padding-right: 0px;
}
.nlmlogo
{
    text-align: center;	
    max-width: 250px;
    padding-top: 25px;
    float: right;
	padding-bottom: 10px;
}
.nlmlogo img {
    width: 100%;             
}
.topnav
    {        
        padding-left: 0px;
    }
    .topnav > li{
        padding: 10px 5px 0px 5px;
    }
    
.topnav
{    
    list-style: none;      
}
.topnav > li {
    display: inline-block;
    padding: 0px 8px;
    color: #67625c;
}
.topnav > li:last-child{
	padding-right:15px;
}
.topnav > li  a{
	color: #67625c;
	margin-left:4px;
}
.topnav > li  a:hover{
   cursor: pointer;		
}
.socialmediamenu
{
    float: right;
}
.socialmediaicon
{
    padding-left: 5px;
}
.redbutton {
    font-size: 20px;  
    color: #fff;  
    height: 45px;
    padding: 0px 30px;
    background-color:#c81212;
    border-radius: 6px;
    border: 1px solid #c81212;
    font-weight:bold;
}
.searchbutton {
    font-size: 14px;  
    color: #fff;      
    padding: 0px 15px;
    background-color:#c81212;
    border-radius: 6px;
    border: 1px solid #c81212;
    font-weight:bold;
}

.searchdiv
{
    padding: 0px;   
    height: 45px;
    vertical-align: middle;
    text-align: right;
    padding-top: 10px;
}

.greybutton {
    background: transparent url("../img/arrow_down.png") no-repeat 90% 50%;
    font-size: 14px;  
    color: #fff;  
    height: 30px;
    padding: 0px 30px 0px 10px;
    background-color:#67625c;
    border-radius: 6px;
    border: 1px solid #67625c;
    font-weight:bold;    
}
.greybutton:focus {
    color:#fff;
}
.greybutton:hover {
    color:#fff;
}

.alignmiddle
{
    padding:10px 0;     
}
.alignmiddle .col-md-7 .btn-group{ float:right; margin-top:8px;}
.paddingnone
{
    padding: 0px;
}

.fleft
{
    float: left !important;
}
.fright
{
    float: right !important;
}
.multimediatools
{
    background-color: #6e6c68;
    border: 1px solid #6e6c68;
    border-radius: 7px;   
	color:#fff; 
	text-align:center;
	padding:34px 64px;
	font-size:13px;
}
.multimediatoolsleft
{
    margin-top: 20px;
    margin-bottom: 10px;
}
.awarenesswidget
{
    padding: 0px 5px 0px 0px;
    float: left;
}
.findtestingwidget
{
    padding: 0px 0px 10px 0px;
    float: right;
}

.leftawarenesswidget
{
    padding: 22px;     
}
.leftfindtestingwidget
{
    padding: 30px;        
}

.newswidget
{
    background-color: #e2e2dc;
    border: 1px solid #ccc;
    border-radius: 3px;
    max-height: 475px; 
}
.newswidgetleft
{    
    max-height: 400px; 
}
.newswidgetcontent
{
    background-color: #fff;
    margin: 5px;
    padding: 0px 10px 10px 10px;
    height: 463px; 
    width: 98%;    
}
.newswidgetcontentleft
{
    width: 96%;
    max-height: 388px;
}
.newheading
{
    margin-top: 0px;
    padding-top: 20px;
    padding-left: 5px;
    font-size: 22px;
    font-weight: 700;
}
#news
{
    background-color: #fff;
    margin: 5px;    
    width: 100%;
    max-height: 375px;    
}
#newsleft
{   
    background-color: #fff;
    margin: 5px;    
    width: 100%;
    max-height: 300px;    
}
.newsdate
{
    font-size: 13px;
    color: #67625c;
}
.newstitle
{
    font-size: 14px;
    font-weight: 700;
    width: 90%;    
}
.newstitle a
{  
    color: #333;
}
.newstitle a:hover
{    
    cursor: pointer;
    font-decoration: underline;
}
.line
{
   margin-top: 5px; 
   background-color: #e2e2dc;
   height: 1px;
   margin-right: 20px;
}
.morenews
{
    font-size: 14px;
    font-weight: bold;
    width: 90px;
    float: right;
    margin-right:10px;
}
.morenews a
{
    text-decoration: none;
    color: #3a3835;
}
.morenews a:hover
{
    text-decoration: underline;
    color: #3a3835;
}
.clearboth
{
    clear:both;
}
.invisible_508_object {
    position: absolute;
    top: -10000px;
    left: -10000px;
}
/*my css start*/
.search_btn{
	background:url(../img/search-icon.png) no-repeat center center;
	height:30px;
	width:30px;
	border:none;
        padding:0px; 
        position:relative; 
        bottom:0px;
}
#thirdbutton
{
	background:url(../img/search-icon.png) no-repeat center center;
	height:30px;
	width:30px;
	border:none;
	padding:0px; 
	position:relative; 
	bottom:0px;
}

.search_box{ 
    position:relative; 
    height:30px; 
    border-radius:4px; 
    border:none; 
    right:-33px ;
    padding-right:24px;
    vertical-align: top;
    padding-left: 10px;
}
.phonesearch_box{ border-radius:4px; border:none; vertical-align: top;}
#phonesearchbox
{
	padding-top:10px;
}

.pmenuelement
{
    float: left;
    padding-right: 20px;
}


.greybutton{margin-right:30px;}

.contentbg .container .col-md-7{padding-right:0px; }
.newswidgetcontent{}
.flex-control-nav{ background:url(../img/slider-border.png) no-repeat bottom center; height:45px; bottom:-65px;}
.flexslider{margin:20px 0 70px 0;}
.paddingleft{padding-left:0px;}

.menu_list{
	float:left;
	width:100%;
	background:#3a3835;
	padding-top:10px;
		 -moz-box-shadow: inset 0 20px 20px -20px #11100e;
                        box-shadow: inset 0 20px 20px -20px #11100e;
    -webkit-box-shadow: inset 0 20px 20px -20px #11100e;                        
     box-shadow:        inset  0  20px 20px -20px #11100e, 
                        inset  0 20px 20px -20px #11100e;
}
.menu_list_inner{
	padding-left:0px;
        float: left;
}
.menu_list ul{
	padding-left:0px;
}
.menu_list ul li{
	background:url(../img/aarrow.png) no-repeat left 9px;
	padding:4px 0 4px 15px;
	list-style:none;
}
.menu_list ul li a{
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.menu_list ul li ul{
	display:none;
	-webkit-transition:height 200ms ease-in;
    -moz-transition:height 200ms ease-in;
    -o-transition:height 200ms ease-in;
    transition:height 200ms ease-in;

}
.menu_list ul li:hover{
	//background:url(../img/arrow_down.png) no-repeat left 14px;
}
.menu_list ul li:hover ul li{
	background:none;
}
.menu_list ul li:hover ul{
	display:block;
	
}
.menu_list ul li ul li{
	background:none;
}
.menu_list ul li ul li a{
	font-size:14px;
	font-weight:normal;
}
.showonphone
{
    display: none;
}

.breadcrumb
{
    margin: 0px;
    padding: 0px;
    list-style: none; 
    font-size: 13px;
    background: none;	
}
.breadcrumb > li {
    display: inline-block;    
    color: #67625c;
}
.breadcrumb > li  a{
    color: #67625c;	
}
.breadcrumb > li  a:hover{
    cursor: pointer;		
}
.breadcrumb > li + li:before {
    content: "\3E";
    color: #67625c;
}
.contentline
{
   background:url(../img/line.png) repeat;
   margin-top: 10px;
   margin-bottom: 5px;
   height: 1px;   
}
.spanishtitlecontentline
{
   background:url(../img/line.png) repeat;
   margin-top: 5px;
   margin-bottom: 5px;
   height: 1px;   
}
.contenttext
{
   margin-top: 20px; 
}
.leftsidebar
{
    margin: 0px;
    padding: 0px;
}
.topicheading
{
    float: left;
    padding: 0px;
    margin: 0px;
}
.topicimg
{
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: right;
}
.topicimg img
{
    border: 4px solid #fff;
    box-shadow: 0px 0px 3px 3px #bebdbb;
}
.lb-h-scrollbar
{
    display: none !important;
}
.simpleleftmenu
{
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 20px;
}
.leftmenutitle
{
    font-size: 20px;
    font-weight: bold;
    color: #c81212;
}
.simpleleftmenu ul
{
    list-style: none;
    padding-left: 0px;
}
.simpleleftmenu ul li
{
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0px 5px 5px;
}
.simpleleftmenu ul li a
{    
    color: #3a3835;
    text-decoration: none;
	display:block;
}
.simpleleftmenu ul li a:hover
{    
    text-decoration: none;
}
.simpleleftmenu ul li:hover
{
    color: #fff !important;
    background-color: #e2e2dc;
}
.footerlogo
    {
        padding: 0px;
    }
.contenttext ul
{
    list-style: none;
    padding-left: 0px;
}
.contenttext ul li{
  margin: 10px 0;
}
.linebottom
{
    font-size: 16px;
    font-weight: bold;
    color: #3a3835;
    float: right;
}
.linebottom a
{
    color: #3a3835;
}
.linebottom a:hover
{
    color: #3a3835;
    text-decoration: none;
}
.linktitle
{
    font-size: 16px;
    font-weight: bold;
    color: #3a3835;
}
.linktitle a
{    
    color: #3a3835;
}
.linksource
{
    font-size: 14px;
    color: #67625c;
}
.linksource a
{    
    color: #67625c;
}
.linkurl
{
    font-size: 13px;
    color: #67625c;
    word-wrap: break-word;
}
.linkurl a
{    
    color: #67625c;
}
.linkurl a:hover
{
    color: #c81212;
    cursor: pointer;
    text-decoration: underline;
}
.spanishtitle
{
    padding-top: 10px;
    font-size: 18px;
    color: #c81212;
}
.subtopictitle
{
    padding-top: 10px;
    font-size: 18px;
    color: #c81212;
    font-weight: bold;
}
.subtopicheading ul li a
{    
    color: #67625C;    
}
.subtopicheading ul li a:hover
{    
    color: #c81212;
    cursor: pointer;
}
.lispan {
    color: #3A3835 !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: normal !important;
}
.multilingualsearch
{
    padding: 5px 0px 5px 15%;
    margin: 0 auto;
    text-align: left;
}
.multilingualsearch label
{
    width: 30%;
    font-weight:normal;	
}
.checkboxlabel
{
    width: auto !important;			
}
.advancesearchtxt
{
    margin: 0 auto;
    text-align: right;
}
.aidsgovwidget
{
    margin: 0 auto;	
}
div#results_017958798796738794806:xytatrbgk5a iframe
{
    width:100% !important;
    height: auto !important;	
}
.nopaddingleft
{
    padding-left: 0px;
}
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -182px; /* negative of the offset - height of link element */
    right: 20%; /* padding from the left side of the window */
	z-index:9999;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 10px; /* height of link element */
    right: 20%; /* padding from the left side of the window */
	z-index:9999;
}
.well {
    min-height: 20px;
    padding: 10px 19px 19px 19px;
    margin-bottom: 20px;
    background-color: #666;
    border: 1px solid #666;
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
    color: #fff;	
}
.affix a {    
    color: #fff;
    text-decoration: none;
}
.affix a:hover {    
    color: #fff;
    text-decoration: none;
}
#dvLoading {
    background: transparent url("../img/loading.gif") no-repeat scroll center center;
    height: 300px;
    width: 300px;
    position: fixed;
    z-index: 1000;
    left: 42%;
    top: 35%;
    margin: -25px 0px 0px -25px;
}
.smallmenu
{
	clear:both;
}
.dropdown-menu
{
   background-color: #67625C;
   border: 1px solid #67625C;
}
.dropdown-menu > li > a
{
    color: #fff;
    font-weight: bold;
}
.btn-group.open .dropdown-toggle:after
{
   content: ''; 
   position: absolute;
   left: 10%;
   top: 100%;
   margin-top: 0px;
   border-left: 0;
   border-bottom: 15px solid #67625C;
   border-top: 0px solid transparent;
   border-left: 15px solid transparent;
   border-right: 15px solid transparent; 
}

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;  
  padding: 0 !important;  
}
div.active
{
	background: none !important;
}
.bhoechie-tab-content div
{
    color: #67625C;
}

div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;  
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #C81212;
}
.list-group-item
{
	border:none;
	border-radius:0px;
	background-color:#F3F2F0;
	font-weight:bold;
	padding:5px 15px;
}
.list-group-item:first-child
{
	border:none;
	border-radius:0px;
}
.list-group-item:last-child
{
	border:none;
	border-radius:0px;
}
a.list-group-item:focus, a.list-group-item:hover
{
	background-color:#67625C;
	color:#fff;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color:#67625C !important;
  color: #fff;
  background-image:none !important;  
}

div.bhoechie-tab-content{  
  padding-left: 10px;
  padding-top: 0px;
}
.searchkeywords
{
	padding: 0px 15px 10px 5px;
}
.nomargin
{
	margin:0px !important;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.tabheader1
{	
	font-weight:bold;
	float:left;
	padding: 10px 15px 10px 5px;
}
.tabheader2
{
	font-weight:bold;
	float:left;
	padding: 10px 15px 10px 5px;
}
.tabheader3
{
	font-weight:bold;
	float:left;	
	padding: 10px 15px 10px 5px;
}
.tabcolumn1
{
	font-weight:bold;	
	float:left;
	padding: 10px 15px 10px 5px;
}
.tabcolumn1 a
{
	color:#67625C;
}
.tabcolumn2
{
	float:left;
	padding: 10px 15px 10px 5px;	
}
.tabcolumn3
{
	float:left;
	padding: 10px 15px 10px 5px;
}
.tabodd
{
	background-color:#eaeae6;
}
.searchlinks
{
	text-align:right;
}
.searchlinks a
{
	color:#67625C;
}
.addthis_sharing_toolbox
{
    float: right;
    width: 35px;
    padding-left: 7px;
    padding-top: 1px;
}
.subtopicsintent
{
    padding-left: 20px;
}
@media (max-width:768px){
    .logo img {
        width: 90%;        
    }
    .hideontablet
    {
        display: none;
    }
    .lastline::before{        
        padding: 0px !important;
        content: "" !important;
    }
    .tablettopmenu
    {
       position: absolute;
       right: 0px;       
    }
    .redbutton {
        font-size: 18px;   
    }
    .flexslider {
        margin: 20px 20px 71px 0px;
    }
    .widgetcontentleft
    {
        padding-right: 10px;
    }
    .awarenesswidget
    {
        padding: 0px 0px 0px 0px;
        margin: 0px;
        width: 55%;
    }
    #widget-wrapper
    {
        margin: 0 auto;
    }
    .findtestingwidget
    {
        padding: 0px 0px 0px 0px;
        margin: 0px;
        width: 45%;
    }
    .fed-news-badge {
        margin: 0 auto;
    }
    .newheading
    {
        font-size: 18px;
    }
    .newstitle
    {
        font-size: 12px;
    }
    .newsdate
    {
        font-size: 11px;
    }
    .morenews
    {
        font-size: 12px;
    }
    .topnav > li {
    display: inline-block;
    padding: 0px 8px;
    color: #67625c;
    }
    .topnav > li:last-child{
            padding-right:0px;
    }
    .topnav > li  a{
            color: #67625c;
            margin-left:4px;
    }
    .topnav > li  a:hover{
       cursor: pointer;		
    }
    .nlmlogo
    {
        padding-top: 10px;
        display: none;
    }
    .socialmediamenu
    {
        padding-top: 30px;
    }
    .smallmenu
    {
        padding-top: 5px;
    }
    .search_box
    {
        width: 140px;
    }

    .widgetcontentleft
    {
        padding: 0px;
    }
    .flex-control-nav{ background:url(../img/slider-border-tablet.png) no-repeat bottom center; height:45px; bottom:-65px;}
    .footernlmlogo
    {
        display: block;
        padding-bottom: 20px;
    }
    #top-link-block.affix-top {    
    right: 0px !important; /* padding from the left side of the window */
}
    #top-link-block.affix {    
    right: 0px !important; /* padding from the left side of the window */
}

}
@media only screen and (max-width : 966px) and (orientation: landscape) {
    .logo img {
        width: 90%;        
    }
    .hideontablet
    {
        display: none;
    }
    .lastline::before{        
        padding: 0px !important;
        content: "" !important;
    }
    .tablettopmenu
    {
       position: absolute;
       right: 0px;       
    }
    .redbutton {
        font-size: 18px;   
    }
    .flexslider {
        margin: 20px 20px 71px 0px;
    }
    .widgetcontentleft
    {
        padding-right: 10px;
    }
    .awarenesswidget
    {
        padding: 0px 0px 0px 0px;
        margin: 0px;
        width: 55%;
    }
    #widget-wrapper
    {
        margin: 0 auto;
    }
    .findtestingwidget
    {
        padding: 0px 0px 0px 0px;
        margin: 0px;
        width: 45%;
    }
    .fed-news-badge {
        margin: 0 auto;
    }
    .newheading
    {
        font-size: 18px;
    }
    .newstitle
    {
        font-size: 12px;
    }
    .newsdate
    {
        font-size: 11px;
    }
    .morenews
    {
        font-size: 12px;
    }
    .topnav > li {
    display: inline-block;
    padding: 0px 8px;
    color: #67625c;
    }
    .topnav > li:last-child{
            padding-right:0px;
    }
    .topnav > li  a{
            color: #67625c;
            margin-left:4px;
    }
    .topnav > li  a:hover{
       cursor: pointer;		
    }
    .nlmlogo
    {
        padding-top: 10px;
        display: none;
    }
    .socialmediamenu
    {
        padding-top: 30px;
    }
    .smallmenu
    {
        padding-top: 5px;
    }
    .search_box
    {
        width: 140px;
    }

    .widgetcontentleft
    {
        padding: 0px;
    }
    .flex-control-nav{ background:url(../img/slider-border-tablet.png) no-repeat bottom center; height:45px; bottom:-65px;}
    .footernlmlogo
    {
        display: block;
        padding-bottom: 20px;
    }
	#top-link-block.affix-top {    
		right: 0px !important; /* padding from the left side of the window */
	}
		#top-link-block.affix {    
		right: 0px !important; /* padding from the left side of the window */
	}
}

@media (max-width:480px) {
    .container-fluid
    {        
        margin-left: 0px;
        margin-right:0px;
    }
    .container{
        padding: 0px;
        margin: 0px;
    }
    .menu_list div.container
    {
        margin-left: 15px;
        margin-right:15px;
    }
    .logo
    {
        width: 100%;
        text-align: center !important;
    }
    .logo img {
        width: 100%;        
    }
    h1{    
    font-size: 24px;    
    }
    h2{
        font-size: 18px;       
    }
    .tablettopmenu
    {
       position: relative;       
    }
    .redbutton {
        font-size: 14px;   
        height: 40px;
        padding: 0px 25px;
    }
    .xs-smallmenu
    {
        width: 100%;
        text-align: center;
    }
    .hideonphone
    {
        display: none;
    }
    .flexslider {
        padding-top: 0px !important;  
    }
    .showonphone
    {
        display: block;
    }
    .ptopmenu
    {
     padding-top: 60px;   
    }    
    .section
    {        
        padding-top: 100px;
    }
    .menu_list_inner ul
    {
        margin:0px;
        padding: 0px;
    }
    .xs-news
    {
        padding-left: 0px;
    }
    .newheading
    {
        font-size: 16px;
    }
    .newstitle
    {
        font-size: 11px;
    }
    .newsdate
    {
        font-size: 10px;
    }
    .morenews
    {
        font-size: 11px;
    }
    .footernlmlogo
    {
        display: block;
        padding-bottom: 20px;
        padding-top: 20px;
        text-align: center;
    }
    .topnav
    {        
        padding-left: 0px;
    }
    .topnav > li{
        padding: 10px 5px 0px 5px;
    }
    .xs-aligncenter
    {
        text-align: center;
    }
    .flex-control-nav{ background:url(../img/slider-border-widemobile.png) no-repeat bottom center; height:45px; bottom:-65px;}
    #Topiccontainer{background:url(../img/slider-border-widemobile.png) no-repeat top center; padding-top: 10px;}

    
    .sliderbodybg .container .row .topicicon:nth-child(odd) {
        margin-left:0%;
		float:left;
    }

    .sliderbodybg .container .row .topicicon:nth-child(even) {
        margin-right: 0%;
		float:right;
    }
    .widgetcontentleft
    {
        padding-top: 20px;
    }
    .awarenesswidget
    {
        padding: 0px 0px 0px 0px;
        margin: 0px;
        width: 100%;
    }
    #widget-wrapper
    {
        margin: 0 auto;
    }
    .findtestingwidget
    {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }
    .fed-news-badge {
        margin: 0 auto;
    }
    .socialmediamenu
    {
        text-align: center;
    }
    .footerbg
    {
        padding-top: 0px;		
    }
    .footerlogo
    {
        text-align: center;
        display: none;
    }
    .footernav
    {
        text-align: center;
        font-size: 10px;
    }
    .footernav ul li
    {
        float: left;
    }
    .footernav ul li a
    {
        word-wrap: break-word;
    }
    .xs-before > li + li:before {
    padding: 0 8px;
    color: #333;
    content: "";
    }
    .xs-nopadding
    {
        padding: 0px;
        margin: 0px;
    }
    .linktitle
    {
        font-size: 14px; 
		word-wrap: break-word;
    }
    .linksource
    {
        font-size: 12px; 
		word-wrap: break-word;
    }
    .linkurl
    {
        font-size: 11px;
        word-wrap: break-word;
    }
    .onlysearchicon
    {
        float: right;
        padding-top: 5px;
    }
    .search_box 
    {
       width:200px;       
    }    
    .simpleleftmenu
    {
        padding-top: 0px;
        padding-left: 15px;
    }
    .sliderimage 
    {
        padding-left: 10px !important;
        padding-right: 20px !important;
    }
    .searchdiv {
        text-align: center;
    }
    #top-link-block.affix-top {    
    right: 0px; /* padding from the left side of the window */
	}
    #top-link-block.affix {    
    right: 0px; /* padding from the left side of the window */
	}
	div.bhoechie-tab-content
	{
		padding-left:0px !important;
	}
	.bhoechie-tab
	{
		padding:10px 0px 0px 0px !important;
	}
	.searchlinks
	{
		text-align:left !important;
	}
	.tabcolumn1
	{
		padding: 10px 0px 0px 5px;
	}
	.tabcolumn2
	{
		padding: 0px 0px 0px 5px;	
	}
	.tabcolumn3
	{
		padding: 0px 0px 10px 5px;
	}
        .addthis_sharing_toolbox
        {
            right: 25%;
            position: relative;
        }
        .subtopicsintent
        {
            padding-left: 50px !important;
        }
}

@media (max-width:767px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .container-fluid
    {        
        margin-left: 5px;
        margin-right:5px;
    }
    .container{
        padding: 0px;
        margin: 0px;
    }
    .menu_list div.container
    {
        margin-left: 15px;
        margin-right:15px;
    }
    .logo
    {
        width: 100%;
        text-align: center !important;
        max-width: 667px;
    }
    h1{    
    font-size: 24px;    
    }
    h2{
        font-size: 18px;       
    }
    .onlysearchicon
    {       
        padding-top: 5px;
    }
    .searchdiv {
        text-align: center;
    }	
    .logo img {
        max-width: 386px;        
    }
    .tablettopmenu
    {
       position: relative;       
    }
    .redbutton {
        font-size: 14px;   
        height: 40px;        
    } 
    .xs-smallmenu
    {
        width: 100%;
        text-align: center;
    }
    .flexslider {
        padding-top: 0px !important;
        margin: 20px 0px 70px 0px;
    }
    .sliderimage {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .hideonphone
    {
        display: none;
    }
    .showonphone
    {
        display: block;
    }
    .ptopmenu
    {
     padding-top: 60px;   
    }     
    .section
    {        
        padding-top: 100px;
    }
    .menu_list_inner ul
    {
        margin:0px;
        padding: 0px;
    }
    .xs-news
    {
        padding-left: 0px;
    }
    .newheading
    {
        font-size: 16px;
    }
    .newstitle
    {
        font-size: 11px;
    }
    .newsdate
    {
        font-size: 10px;
    }
    .morenews
    {
        font-size: 11px;
    }
    .footernlmlogo
    {
        display: block;
        padding-bottom: 20px;
        padding-top: 20px;
        text-align: center;
    }
    .topnav
    {        
        padding-left: 0px;
    }
    .topnav > li{
        padding: 10px 5px 0px 5px;
    }
    .xs-aligncenter
    {
        text-align: center;
    }
    .simpleleftmenu
    {
        padding-top: 0px;
        padding-left: 15px;
    }
    .flex-control-nav{ background:url(../img/slider-border-widemobile.png) no-repeat bottom center; height:45px; bottom:-65px;}
    #Topiccontainer{background:url(../img/slider-border-widemobile.png) no-repeat top center; padding-top: 10px;}
    
    
    .widgetcontentleft
    {
        padding-top: 20px;
    }
    .awarenesswidget
    {
        padding: 15px 0px 0px 0px;
        margin: 0px;
        width: 55%;
    }
    #widget-wrapper
    {
        margin: 0 auto;
    }
    .findtestingwidget
    {
        padding: 15px 0px 0px 0px;
        margin: 0px;
        width: 45%;
    }
    .fed-news-badge {
        margin: 0 auto;
    }
    .socialmediamenu
    {
        text-align: center;
    }
    .footerbg
    {
        padding-top: 0px;
    }
    .footerlogo
    {
        text-align: center;
        display: none;
    }
    .footernav
    {
        text-align: center;
        font-size: 10px;
    }
    .footernav ul li
    {
        float: left;
    }
    .footernav ul li a
    {
        word-wrap: break-word;
    }
    .xs-before > li + li:before {
    padding: 0 8px;
    color: #333;
    content: "";
    }
    .xs-nopadding
    {
        padding: 0px;
        margin: 0px;
    }
    .linktitle
    {
        font-size: 14px; 
		word-wrap: break-word;
    }
    .linksource
    {
        font-size: 12px; 
		word-wrap: break-word;
    }
    .linkurl
    {
        font-size: 11px;
        word-wrap: break-word;
    }
	#top-link-block.affix-top {    
		right: 0px !important; /* padding from the left side of the window */
	}
		#top-link-block.affix {    
		right: 0px !important; /* padding from the left side of the window */
	}
	div.bhoechie-tab-content
	{
		padding-left:0px !important;
	}
	.bhoechie-tab
	{
		padding:10px 0px 0px 0px !important;
	}
	.searchlinks
	{
		text-align:left !important;
	}
	.tabcolumn1
	{
		padding: 10px 0px 0px 5px;
	}
	.tabcolumn2
	{
		padding: 0px 0px 0px 5px;	
	}
	.tabcolumn3
	{
		padding: 0px 0px 10px 5px;
	}
        .addthis_sharing_toolbox
        {
            right: 25%;
            position: relative;
        }
        .subtopicsintent
        {
            padding-left: 50px !important;
        }
}



/* ----------- iPhone 6 ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
/*    .sliderbodybg .container .row .topicicon:nth-child(1){margin:0px 5.5% 0px 0px;}
    .sliderbodybg .container .row .topicicon:nth-child(2){margin:0px 6.5%;}
    .sliderbodybg .container .row .topicicon:nth-child(3){margin:0px 0px 0px 6.5%;}
    .sliderbodybg .container .row .topicicon:nth-child(4){margin:0px 6.5% 0px 0px;}
    .sliderbodybg .container .row .topicicon:nth-child(5){margin:0px 6.5%;}
    .sliderbodybg .container .row .topicicon:nth-child(6){margin:0px 0px 0px 6.5%;}
    .sliderbodybg .container .row .topicicon:nth-child(7){margin:0px 6.5% 0px 0px;}
    .sliderbodybg .container .row .topicicon:nth-child(8){margin:0px 6.5%;}
    .sliderbodybg .container .row .topicicon:nth-child(9){margin:0px 0px 0px 6.5%;}
    .sliderbodybg .container .row .topicicon:nth-child(10){margin:0px 6.5% 0px 0px;}
    .sliderbodybg .container .row .topicicon:nth-child(11){margin:0px 6.5%;}
    .sliderbodybg .container .row .topicicon:nth-child(12){margin:0px 0px 0px 6.5%;}
    .sliderbodybg .container .row .topicicon:nth-child(13){margin:0px 6.5% 0px 0px;}
    .sliderbodybg .container .row .topicicon:nth-child(14){margin:0px 6.5%;}*/

}

/* ----------- iPhone 6+ ----------- */



////////////////////LeftMenu Start

.leftmenu ul
{
    list-style: none;
    padding: 0px;
}
#leftnav
{
    padding: 0px;
}
#leftnav ul
{
    padding: 0px;
}
.leftmenu ul li
{
    list-style: none;
    color: #3A3835;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0px 5px 0px;    
    background:url(../img/leftarrow.png) no-repeat left 11px;
    cursor: pointer;	
}

.leftmenu ul li a
{
    color: #3A3835;
    text-decoration: none;
	display:block;
}

.active{
   background:url(../img/leftarrow_down.png) no-repeat left 14px !important;
   color: #fff;
}

.leftmenu ul li ul
{
    display: none;    
    padding: 5px 0px;
}
.leftmenu ul li ul li
{    
    padding: 5px 0px;
    padding-left: 15px;
    background: none;
    font-weight: normal;
}
.leftmenu ul li ul li a
{    
     color: #3A3835;
	 display:block;
}
.leftmenu ul li ul li a:hover
{    
     text-decoration: none;     
}
.leftmenu ul li ul li:hover
{        
    background-color: #e2e2dc;  
    cursor: pointer;
}
.leftmenuactive
{
    background-color: #67625c !important; 
    cursor: pointer !important;
}
.leftmenuactive a
{    
    color: #fff !important;    
}
////////////////////LeftMenu End



/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}


/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {  
      .removepadding
      {
          padding: 0px;
      }
}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
      .removepadding
      {
          padding: 0px;
      }
}

@media only screen and (max-width : 603px) and (orientation: portrait) {
    
	.hideonphone
    {
        display: none;
    }
	    .showonphone
    {
        display: block;
    }
	.logo
    {
        width: 100%;
        text-align: center !important;
        max-width: 667px;
    }
	.xs-smallmenu
    {
        width: 100%;
        text-align: center;
		clear:both;
    }
	.tablettopmenu
	{
		position:relative;
	}
	.logo img {
        max-width: 386px;        
    }
	.topnav
    {        
        padding-left: 0px;
    }
    .topnav > li{
        padding: 10px 5px 0px 5px;
    }
    .xs-aligncenter
    {
        text-align: center;
    }
	.socialmediamenu
	{		
		text-align:center;		
	}
	.footernlmlogo
    {
        display: block;
        padding-bottom: 20px;
        padding-top: 20px;
        text-align: center;
    }
	.footerbg
    {
        padding-top: 0px;		
    }
    .footerlogo
    {
        text-align: center;
        display: none;
    }
    .footernav
    {
        text-align: center;
        font-size: 10px;
    }
    .footernav ul li
    {
        float: left;
    }
    .footernav ul li a
    {
        word-wrap: break-word;
    }
    .xs-before > li + li:before {
    padding: 0 8px;
    color: #333;
    content: "";
    }
    .xs-nopadding
    {
        padding: 0px;
        margin: 0px;
    }
	.awarenesswidget
	{
		padding-top:15px;
	}
	.findtestingwidget
	{
		padding-top:15px;
	}
	div.bhoechie-tab-content
	{
		padding-left:0px !important;
	}
	.bhoechie-tab
	{
		padding:10px 0px 0px 0px !important;
	}
	.searchlinks
	{
		text-align:left !important;
	}
	.tabcolumn1
	{
		padding: 10px 0px 0px 5px;
	}
	.tabcolumn2
	{
		padding: 0px 0px 0px 5px;	
	}
	.tabcolumn3
	{
		padding: 0px 0px 10px 5px;
	}
	.topicicon
	{
		margin: 10px 40px 15px 7px;
	}
}





.panel-info
{
	padding: 0;
	width: 100%;
	border:0px !important;
}
.panel
{
	background:none;
	box-shadow:none;
	border-radius:0px;
	padding-top:10px;
}
.panel-info > .panel-heading
{
	border:0px !important;
	padding:0px;
}
.panel-body
{
	padding:0px;
	background-color:#67625C;
	color:#fff;
	display:none;
}
.panel-title
{
	padding-top:4px; 
	margin-right:0px;
	border-radius:4px;
}
.treeview
{
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
@media screen and (min-width:1000px)
{
	.treeview
	{
		display: block!important;
	}
}
.treeview .hitarea
{
	background: url("../img/treemenu_arws.png") 0 -14px no-repeat;
	cursor: pointer;
	float: left;
	height: 20px;
	left: 14px;
	position: absolute;
	top: 0;
	width: 20px;
}
.treeview .expandable-hitarea
{
	background-position: 0 7px;
}
.treeview li a
{
	color: #fff;
	float: left;
	line-height: 14px;
	padding: 4px 0 4px 30px;
	text-decoration: none;
	width: 100%;
}
.treeview li a:hover
{
	color:#67625C;
	background-color:#fff;
}
.treeview li ul li a
{
	background: url("../img/sub_arw.png") no-repeat scroll 33px 9px;
	color: #fff;
	float: left;
	line-height: 14px;
	padding: 4px 0 4px 40px;
	text-decoration: none;
	width: 100%;
}
.treeview li ul li a:hover
{
	background: #fff url("../img/sub_arw.png") no-repeat scroll 33px 9px;
	color:#67625C;
}
.treeview li span a
{
}
.treeview li span
{
	color:#fff;
	cursor: pointer;
	float: left;	
	padding: 5px 5px 5px 30px;
	text-decoration: none;
	width: 100%;
}
.treeview li
{
	float: left;
	list-style: none!important;
	padding: 0;
	position: relative;
	width: 100%;
}
.treeview li ul
{
	float: left;
	list-style: none outside none;
	margin: 1px 0 0 0;
	padding: 0;
	width: 100%;
}
.treeview li li a
{
	padding: 3px 10px 3px 42px;
}
.treeview li li li a
{
	background-position: 43px 9px!important;
	padding: 3px 0 3px 52px;
}
.treeview li li li a:hover
{
	background-position: 43px 9px!important;
	padding: 3px 0 3px 52px;
}
.treeview .collapsable span
{	
	background-color:#fff;
	color:#67625C;
}
.treeview .collapsable ul a
{
	background: url("../img/sub_arw.png") no-repeat scroll 33px 9px;
}
.treeview .collapsable ul li a:hover
{
	background: #dadada url("../img/sub_arw.png") no-repeat scroll 33px 9px;
}
.treeview li:hover span
{
	background: #dadada!important;
	color:#67625C;
}
.treeview li:hover ul li span
{
	background: #f4f4f4!important;
}
.treeview li:hover ul li:hover span
{
	background: #dadada!important;
	color:#67625C;
}
.treeview .collapsable ul li.collapsable span,.treeview .collapsable ul li.collapsable ul li.collapsable span
{
	background: #dadada!important;
	color:#67625C;
}
.treeview li:hover ul li:hover ul li span
{
	background: #f4f4f4!important;
	color:#67625C;
}
.treeview li:hover ul li:hover ul li:hover span
{
	background: #dadada!important;
	color:#67625C;
}
.treemenu_container h3
{
	color: #333;
	float: left;
	font-size: 13px!important;
	margin: 10px 0 5px 0;
	padding: 0 0 0 15px;
	width: 100%;
}
#sidetreecontrol
{
	float: right;
	margin: -24px 0 0 0;
	width: auto;
}
#sidetreecontrol a
{
	color: #06539a;
	font-size: 12px;
	text-decoration: none;
}
.treeview .collapsable ul a:hover
{
	background: #dadada;
}
.treeview li ul li .hitarea
{
	left: 29px;
}
.treeview li ul li span
{
	padding: 4px 0 4px 42px;
}
.treeview .collapsable ul li span,.treeview .collapsable .collapsable ul li span
{
	background: #f4f4f4!important;
}
.treeview li ul li ul li span
{
	padding: 4px 0 4px 52px;
}
.treeview li ul li ul li .hitarea
{
	left: 40px;
}
.treeview li li li li a
{
	background-position: 53px 9px!important;
	padding: 4px 0 4px 62px;
}
.treeview li li li li a:hover
{
	background-position: 53px 9px!important;
	padding: 4px 0 4px 62px;
}
.treeview a.selected
{
	background: #dadada url("../img/sub_arw.png") no-repeat scroll 33px 9px!important;
}