<!DOCTYPE html>
<html  lang="en" dir="ltr" prefix="og: https://ogp.me/ns#" >
  <head>
    <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <![endif]-->
    <link rel="profile" href="http://www.w3.org/1999/xhtml/vocab" />
    <meta charset="utf-8" />
<link rel="canonical" href="http://www.hud.gov/" />
<link rel="shortlink" href="http://www.hud.gov/" />
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/themes/custom/bootstrap_hudgov_v2021_t1/favicon.ico" type="image/vnd.microsoft.icon" />

    <title>HUD Home | HUD.gov / U.S. Department of Housing and Urban Development (HUD)</title>
    <link rel="stylesheet" media="all" href="/sites/default/files/css/css_Yd7dQPQjg5lzg3O6_W-wP44lFS5Xmn66WVmyRfBFAGw.css?delta=0&amp;language=en&amp;theme=bootstrap_hudgov_v2021_t1&amp;include=eJxVyEEKgDAMBMAPFfum1MYitmzYjYi_9-wcR6_SV20mLw1IJS3qQVv-gFfZQa-dd9jcghh06Zf9tInxAfAuG9A" />
<link rel="stylesheet" media="all" href="/sites/default/files/css/css_waSfeNmszORsR2rItxNZpdo-nOxn4xztnicTujU3Ngk.css?delta=1&amp;language=en&amp;theme=bootstrap_hudgov_v2021_t1&amp;include=eJxVyEEKgDAMBMAPFfum1MYitmzYjYi_9-wcR6_SV20mLw1IJS3qQVv-gFfZQa-dd9jcghh06Zf9tInxAfAuG9A" />

    <!-- HTML5 element support for IE6-8 -->
    <!--[if lt IE 9]>
      <script src="https://cdn.jsdelivr.net/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
    <![endif]-->
    
  </head>
  <body class="path-frontpage page-node-type-hud-2025-main-homepage-template has-glyphicons">
    <a href="#main-content" class="visually-hidden focusable skip-link">
      Skip to main content
    </a>
    
      <div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas>
    
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Serif:300,400,500,600,700" rel="stylesheet">
          <header id="navbar" role="banner">
      <div class="container zero-padding">
        <div>
          <nav role="navigation">
              <div class="region region-navigation">
    <section id=block-block-17  id="block-bootstrap-hudgov-v2021-t1-hudstyles2021" class="block block-block block-block-content block-block-content494ef47b-368e-4bb8-ab57-6a5acf05f276 clearfix">
  
    

      
            <div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><style>
div#edit-group-maincontent--content {display: block;opacity: 1;} li.comment-forbidden {display: none;}#edit-group-maincontent .panel-heading a.panel-title {content: "";visibility: hidden;display: none;}.group-rightsidecontent .collapse{display:inline;} .group-rightsidecontent .fade{opacity:1;} .panel-title,.field--label{display:block;}.group-rightsidecontent .collapse{display:inline;}.group-rightsidecontent .fade{opacity:1;}.horizontal-tabs-panes {display: inline-flex;}.gt_float_switcher img{display:none;} body.page-node-type-hud-po-pih-homepage-template .horizontal-tabs-panes,body.page-node-type-hud-main-subpage-template .horizontal-tabs-panes,body.page-node-type-hud-state-subpage-template .horizontal-tabs-panes{display: inline;}form .horizontal-tabs-panes {display: inline;}
.panel-body {
     padding: 0;
}
.panel-heading {
    padding: 0;
    border-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.horizontal-tabs{
    border:0;
}
.group-rightsidecontent .panel-title,.group-rightsidecontent .field--label{
    display:none;
}
.section .region section#block-tb-megamenu-menu-menu-hudmain-v2021 {
    padding: 0;
}
.section .region .tbm{
	font-size: 1.15rem;
}
body.path-frontpage .breadcrumb {
    display: none;
}
</style><script>
document.addEventListener('DOMContentLoaded', () => {
    document.querySelectorAll('a').forEach(link => {
        const href = link.getAttribute('href');
        if (href && href.includes('/sites/documents')) {
            const urlParts = href.split('/');
            const fileName = urlParts.pop(); // Get the last part of the URL
            const updatedFileName = fileName.toLowerCase(); // Convert the filename to lowercase
            const updatedHref = [...urlParts, updatedFileName].join('/'); // Rebuild the URL
            link.setAttribute('href', updatedHref); // Update the href attribute
        }
    });
});
</script><script src="/core/assets/vendor/jquery/jquery.min.js?v=3.7.1"></script><script>
$(document).ready(function () {
    const menuButton = $('#hudmobilemenu2021');
    if (menuButton.length) {
        menuButton.on('click', function () {
            $(".mobilemenumain").toggle();
        });
    } else {
        console.error('Button with ID "hudmobilemenu2021" not found.');
    }
});
function clickmobilemenu() {
}
function setCookie(cname, cvalue, exdays) {
  document.cookie = cname + "=" + cvalue + ";expires=0;path=/";
}
function getCookie(cname) {
  let name = cname + "=";
  let decodedCookie = decodeURIComponent(document.cookie);
  let ca = decodedCookie.split(';');
  for(let i = 0; i <ca.length; i++) {
    let c = ca[i];
    while (c.charAt(0) == ' ') {
      c = c.substring(1);
    }
    if (c.indexOf(name) == 0) {
      return c.substring(name.length, c.length);
    }
  }
  return "";
}
 function doEnTranslate() {
  var enLink = $('a[href="javascript:doEnTranslate()"]');
  var esLink = $('a[href="javascript:doEsTranslate()"]');
     enLink.css("display","none");
     esLink.css("display","inline");
     doGTranslate('en|en');
 }
 function doEsTranslate() {
  var enLink = $('a[href="javascript:doEnTranslate()"]');
  var esLink = $('a[href="javascript:doEsTranslate()"]');
     esLink.css("display","none");
     enLink.css("display","inline");
     doGTranslate('en|es');
 }
$(document).ready(function(){
  var enLink = $('a[href="javascript:doGTranslate(\'en|en\')"]');
  var esLink = $('a[href="javascript:doGTranslate(\'en|es\')"]');
  enLink.html("<b class='headerfivei notranslate' style='padding:0px; margin:0px; top:-7px; left:10px; position: relative;'>&nbsp;&nbsp;&nbsp;English</b>");
  esLink.html("<b class='headerfivei notranslate' style='padding:0px; margin:0px; top:-7px; left:10px; position: relative;'>&nbsp;&nbsp;&nbsp;Español</b>");
  enLink.attr("href","javascript:doEnTranslate()");
  esLink.attr("href","javascript:doEsTranslate()");
  if(getCookie('googtrans')=="" || getCookie('googtrans')=="/en/en") {
     enLink.css("display","none");
     esLink.css("display","inline");
  } else {
     esLink.css("display","none");
     enLink.css("display","inline");
  }
});
</script><style type="text/css">/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */
a.gtflag, a.gtflag:hover {
    background-image: url(/sites/all/modules/gtranslate/gtranslate-files/blank.png) !important;
}
section#block-gtranslate-gtranslate .block-title {
    display: none;
}
section#block-gtranslate-gtranslate {
    float: right;
    position: relative;
    width: 100%;
    text-align: right;
    padding-right: 15px;
}
@media screen and (min-width: 1025px) {
    section#block-gtranslate-gtranslate {
        top: -100px !important;
    }
}
body {
    line-height: 1.6 !important;
	background-color: #163667 !important;
	margin: 0px;
}
body, p, .hudpagepad em, .hudpagepad table tbody tr td p em ,#hud-contentarea ul li, #hud-contentarea ol li, #hud-contentarea table tr td{
    font-size: 16px;
	font-family: 'IBM Plex Serif', serif;
	color: #000000;
	font-weight: 400;
}
body .small, p .small, .hudpagepad em .small, .hudpagepad table tbody tr td p em .small ,#hud-contentarea ul li .small, #hud-contentarea ol li .small, #hud-contentarea table tr td .small{
	font-size: 85% !important;	
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
div#hudgov-main-container .region-content {
    background-color: #FFF;
}
div#hudgov-main-container {
	background-color: #FFF;
    padding-top: 20px;
}
.container, .main-container, .mean-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
section#block-block-21 {
    z-index: 1000;
    top: 12px;
    position: absolute;
}
.panel-heading.homemenuacc {
    background-color: #163667;
}
.panel-heading.homemenuacc .panel-body {
    border: 1px solid rgba(0,0,0,0.2);
}
.mobilemenuitems {
	border: 1px solid #ccc;
    padding: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
	div#myCarousel, div#myCarousel.carousel.slide div.carousel-inner div.panel-body {
	    margin-left: 10px;
	    margin-right: 10px;
	}
}
@media screen and (max-width: 767px) {
	div#myCarousel, div#myCarousel.carousel.slide div.carousel-inner div.panel-body {
	    margin: 15px;
	}
}
@media (min-width: 1440px) {
  .col-xl-3 {
    width: 25%;
  }
}
@media screen and (max-width: 767px){
.searchimgbtn:after {
    background: url(/sites/dfiles/Main/images/search_icon_white.png) no-repeat;
    width: 14px;
    height: 14px;
    content: "";
    background-size: 18px 18px;
    display: inline-block;
}
}
@media screen and (min-width: 768px){
.searchimgbtn:after {
    background: url(/sites/dfiles/Main/images/search_icon_blue.png) no-repeat;
    width: 14px;
    height: 14px;
    content: "";
    background-size: 18px 18px;
    display: inline-block;
}
}
.bluelink:after {
    background: url(/sites/dfiles/Main/images/blue_arrow_learnmore.png) no-repeat;
    width: 14px;
    height: 14px;
    content: "";
    background-size: 14px 16px;
    display: inline-block;
}
.panel-heading .accordion-toggle.collapsed:after {
    background: url(/sites/dfiles/Main/images/white_right_arrow.png) no-repeat;
    width: 14px;
    height: 14px;
    content: "";
    background-size: 14px 16px;
    display: inline-block;
    float: right;
}
.panel-heading .accordion-toggle:after {
    background: url(/sites/dfiles/Main/images/white_down_arrow.png) no-repeat;
    width: 14px;
    height: 14px;
    content: "";
    background-size: 14px 16px;
    display: inline-block;
    float: right;
}
.hudmobilemenu2021:after {
    background: url(/sites/dfiles/Main/images/hamburger_nav.png) no-repeat;
    width: 24px;
    height: 24px;
    content: "";
    background-size: 24px 24px;
    display: inline-block;
    float: right;
    margin-top: 7px;
}
.hudmobilemenu2021 {
    background: #163667;
    border: 0px;
}
.mobilemenumain {
    margin-top: -20px;
}
/*TBMegamenu PO menus customization Begin*/
@media screen and (max-width: 767px){
	.tb-megamenu-submenu.left-inner-menu.dropdown-menu.mega-dropdown-menu.nav-child{
		margin-top: 122px !important;
	}
	div#secondary-po-navigation li.tb-megamenu-item.level-1.mega.pull-left>a {
		top: 79px !important;
	}
	section#block-block-21 {
		left: calc(50% + 110px);
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	section#block-block-21 {
		left: calc(50% + 330px);
	}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
	.tb-megamenu-submenu.left-inner-menu.dropdown-menu.mega-dropdown-menu.nav-child{
		margin-top: 115px !important;
	}
	div#secondary-po-navigation li.tb-megamenu-item.level-1.mega.pull-left>a {
		top: 70px !important;
	}
}
@media screen and (max-width: 979px){
	div#secondary-po-navigation .tb-megamenu .nav-collapse .nav > li > a:hover, div#secondary-po-navigation .tb-megamenu .nav-collapse .nav > li > a:focus, .tb-megamenu .nav-collapse .dropdown-menu a:hover, div#secondary-po-navigation .tb-megamenu .nav-collapse .dropdown-menu a:focus {
		background-color: #FFF !important;
	}
	div#secondary-po-navigation .tb-megamenu .nav > li > a {
		color: #FFF !important;
	}
	div#secondary-po-navigation {
		padding-top: 52px;
	}
	div#secondary-po-navigation .tb-megamenu li.tb-megamenu-item.level-2.mega a:hover, div#secondary-po-navigation .tb-megamenu li.tb-megamenu-item.level-2.mega a:focus {
		background-color: #FFF !important;
	}	
	div#secondary-po-navigation .tb-megamenu .nav-collapse .nav > li > a:hover, div#secondary-po-navigation .tb-megamenu .nav-collapse .nav > li > a:focus, div#secondary-po-navigation .tb-megamenu .nav-collapse .dropdown-menu a:hover, div#secondary-po-navigation .tb-megamenu .nav-collapse .dropdown-menu a:focus {
		background-color: #333836 !important;
	}
	div#secondary-po-navigation ul.tb-megamenu-subnav.mega-nav.level-1 {
		background-color: #FFF;
	}
	div#secondary-po-navigation .tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a {
		color: #000;
	}
	div#secondary-po-navigation .tb-megamenu-column {
		border: 1px solid rgba(0,0,0,0.2);
	}
	li.tb-megamenu-item.level-1.mega.pull-right, li.tb-megamenu-item.level-1.mega.pull-right>a{
		float:right !important;
		position:absolute !important;
		top:0px !important;
		right:0px !important;
		border-top:0px !important;
		min-width:160px;
		border-radius:0px;	
	}
	li.tb-megamenu-item.level-1.mega.pull-right>a, li.tb-megamenu-item.level-1.mega.pull-left>a{
		border:0px;
		padding: 6px 20px;
	}
	li.tb-megamenu-item.level-1.mega.pull-left, li.tb-megamenu-item.level-1.mega.pull-left>a{
		float:none !important;
		position:absolute !important;
		top:0px !important;
		border:0px !important;
		min-width:170px;
		border-radius:0px;
		z-index:1001;															 
	}
	li.first-list-item, div.tb-megamenu ul.tb-megamenu-nav li.tb-megamenu-item.level-1.mega.pull-right.dropdown.open > div{
		margin-top:40px;
	}
	.tb-megamenu .nav-collapse .nav > li > .dropdown-menu::before, 
	.tb-megamenu .always-show .mega > .mega-dropdown-menu, .tb-megamenu .always-show >.dropdown-menu{
		display:none;
		padding-left: 20px;
	}
	.tb-megamenu .dropdown-submenu > .dropdown-menu {
		margin: 0px !important;
	}
	.tb-megamenu .mega.open > .mega-dropdown-menu, .tb-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
		border-top: none !important;
	}
	.tb-megamenu .mega.open > .mega-dropdown-menu, .tb-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
		display: none;
		width:100%;
	}
	div.tb-megamenu > div > ul > li.tb-megamenu-item.level-1.mega.pull-left.dropdown.open > div,
	div.tb-megamenu ul.tb-megamenu-nav li.tb-megamenu-item.level-1.mega.pull-right.dropdown.open > div{
		display:block !important;
	}
	li.tb-megamenu-item.mega.mega-group.open > div{
		padding-left:20px;
	}
	.tb-megamenu .mega-nav .mega-group > .mega-group-title:hover, .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:hover, .tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:hover, .tb-megamenu .mega-nav .mega-group > .mega-group-title:active, .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:active, .tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:active, .tb-megamenu .mega-nav .mega-group > .mega-group-title:focus, .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:focus, .tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:focus,
	.tb-megamenu .dropdown-menu .mega-nav > li.open > a.dropdown-toggle, .tb-megamenu .dropdown-menu .mega-nav > li a.dropdown-toggle:focus, li.tb-megamenu-item.level-3.mega.open:focus a, li.tb-megamenu-item.level-3.mega.open:hover a, li.tb-megamenu-item.level-3.mega.open:active a{
		color:#000 !important;
		background-color: #ffffff;	
	}
	li.tb-megamenu-item.mega.mega-group > div{
		padding-left:20px;
	}
	.style-green.tb-megamenu .dropdown-menu .mega-nav{
		background-color:rgb(255,255,255)!important;
		background-color:#ffffff !important;
	}
	.style-green.tb-megamenu .dropdown-menu .mega-nav > li a{
		color:#333333;
	}
	.custom-menu-block .tb-megamenu-column, .left-inner-menu .tb-megamenu-column{
		background-color: #ffffff;
	}
	.tb-megamenu .nav-collapse .dropdown-menu .custom-menu-block{
		background-color: #ffffff; 
	}
	.tb-megamenu .nav-collapse .dropdown-menu .custom-menu-block a{
		color:#333333;
	}
	.custom-menu-block ul.menu.nav{
		width:200px !important;
		padding:10px;
	}
	div.collapse ul.tb-megamenu-nav.nav li.mega-group a.mega-group-title{
		text-transform:capitalize;
	}
	.tb-megamenu .nav-collapse .nav > li > a,	.tb-megamenu .nav-collapse .dropdown-menu a{
		color:	#333;
	}	
	li.tb-megamenu-item.level-1.mega.pull-right>a, li.tb-megamenu-item.level-1.mega.pull-left>a{
		padding: 6px 20px;	
	}
	li.tb-megamenu-item.dropdown.open>a:after{
		border-color: transparent;
		border-style: solid;
		border-width: 0px;
		display: inline-block;
		height: 0;
		width: 0;
		border-bottom-color: #e60000;
		border-top-width: 0;
		content: '';
		display: block;
		position: absolute;
		bottom: 0rem;
		left: 2.2rem;
	}
	.tb-megamenu .nav-collapse .nav > li > .dropdown-menu::before, .tb-megamenu .always-show .mega > .mega-dropdown-menu, .tb-megamenu .always-show >.dropdown-menu{
		padding-left:10px;
	}
	li.first-list-item, div.tb-megamenu ul.tb-megamenu-nav li.tb-megamenu-item.level-1.mega.pull-right.dropdown.open > div{
		margin-top:68px;
	}
	.not-logged-in div#secondary-po-navigation li.tb-megamenu-item.level-1.mega.pull-left>a {
		z-index:1001;
	}
	.not-logged-in li.tb-megamenu-item.level-1.mega.pull-right, .not-logged-in li.tb-megamenu-item.level-1.mega.pull-right>a{
		top: 28px !important;
		right: 20px !important;
		z-index: 1001;
	}
	.logged-in div#secondary-po-navigation li.tb-megamenu-item.level-1.mega.pull-left>a {
		display:none;
	}
	.logged-in div#secondary-po-navigation li.tb-megamenu-item.level-1.mega.pull-right>a {
		display:none;
	}			   
	.tb-megamenu-submenu.right-home-menu.dropdown-menu.mega-dropdown-menu.nav-child {
		margin-left: -50px !important;
		min-width:200px !important;
	}
	.tb-megamenu .nav > li > a , .tb-megamenu .nav > .active > a{
		background-color: #eaeaea;
	}
}
/*TBMegamenu PO menus customization End*/
.page-node-13594 .main-container {
    padding-left: 15px;
    padding-right: 15px;
}
.tb-megamenu .dropdown-menu {
    border-bottom: 3px solid #86C9F2;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #FFF;
}
div#secondary-po-navigation {
    background: #333836;
}
section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu {
    background-color: #163667 !important;
}
.tb-megamenu {
    background-color: #333836;
}
section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
    background-color: #163667;
    border-bottom: 3px solid #86C9F2;
}
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
    background-color: #333836;
    border-bottom: 3px solid #333836;
}
section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu .nav > li > a:focus, section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu .nav > li > a:hover {
    border-bottom: 3px solid #86C9F2;
}
section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu .nav > li > a, section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu .nav > .active > a {
    background-color: #163667;
}
.tb-megamenu .nav > li > a, .tb-megamenu .nav > .active > a {
    background-color: #333836;
}
section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu .nav > li > a:focus, section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu .nav > li > a:hover {
    background-color: #163667;
}
.tb-megamenu .nav > li > a:focus, .tb-megamenu .nav > li > a:hover {
    background-color: #333836;
}
@media (min-width: 1440px) {
	.main-container {
		padding-left: 40px;
	    	padding-right: 40px;
	}
	div#po-first-sm-col, div#po-second-sm-col, div#po-third-sm-col {
	    background-size: 960px 310px !important;
	}
}
@media (min-width: 768px) and (max-width: 1439px) {
	div#po-first-sm-col, div#po-second-sm-col, div#po-third-sm-col {
	    background-size: 660px 310px !important;
	}
	.main-container {
		padding-left: 20px;
	    	padding-right: 20px;
	}
}
.firstlinemenubar {
    margin: 0px;
    background: #FFF;
    text-align: right;
    padding: 0 110px;	
}
.firstlinemenubar a {
  color: #163667;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  padding-right: 25px;
}
.firstlinemenubar a:hover {
  color: #86C9F2;
}
.firstlinemenubar img {
    vertical-align: middle;
    margin-left: 25px;
    margin-right: 25px;
}
.logoblock {
    height: 101px;
    padding: 20px 130px;
}
.logoimage, .logoimagesmall, .logoimagexsmall {
	float: left;
}
.logotitle {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
    padding-top: 12px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.maintitle {
    color: #FFF;
    font-family: 'Poppins', sans-serif !important;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.boldtext {
    color: #FFF;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500;
}
.normaltext {
    color: #FFF;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400;
}
.normaltext a {
    color: #FFF;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400;
}
.normaltext a:focus,  .normaltext a:hover {
    color: #FFF;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-bottom: 3px solid #86C9F2;
}
.bluetext {
    color: #163667;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400;
}
.bluetext a {
    color: #163667;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400;
}
.bluetext a:focus,  .bluetext a:hover {
    color: #163667;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-bottom: 3px solid #86C9F2;
}
.bluebtext {
    color: #163667;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400;
}
.bluebtext a {
    color: #163667;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400;
}
.bluebtext a:focus,  .bluebtext a:hover {
    color: #163667;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-bottom: 3px solid #86C9F2;
}
.smalltext {
    color: #FFF;
    font-family: 'Poppins', sans-serif !important;
    font-size: 11px !important;
    font-weight: 300;
}
.smalltext a {
    color: #FFF;
    font-family: 'Poppins', sans-serif !important;
    font-size: 11px !important;
    font-weight: 300;
}
.smalltext a:focus,  .smalltext a:hover {
    color: #FFF;
    font-family: 'Poppins', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    border-bottom: 3px solid #86C9F2;	
}
.microtext {
    color: #FFF;
    font-family: 'Poppins', sans-serif !important;
    font-size: 10px !important;
    font-weight: 300;
}
.microtext a {
    color: #FFF;
    font-family: 'Poppins', sans-serif !important;
    font-size: 10px !important;
    font-weight: 300;
}
.microtext a:focus,  .microtext a:hover {
    color: #FFF;
    font-family: 'Poppins', sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    border-bottom: 3px solid #86C9F2;	
}
.zero-padding {
	padding: 0px !important;
}
section#block-block-19 {
    float: left;
}
section#block-block-20 {
    float: right;
    padding-right: 110px;
}
section#block-tb-megamenu-menu-menu-hudmain-v2021 {
    display: inline-block;
    padding-top: 30px;
    float: right;
}
section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu .nav > li {
    margin-right: 5px;
}
section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu .dropdown-menu {
	border-bottom: 3px solid #c5c5c5;
}
.searchboxblock {
    padding: 40px 20px;
	width: 200px;
}
.searchboxblock .btn-default {
    color: #0B76B7;
    background-color: #FFF;
    border-color: #FFF;
	font-weight: 600;
}
.mean-container .mean-bar {
    position: absolute;
    background: none;
    top: 8px;
	z-index: 0;
}
.input-group .form-control {
    color: #163667 !important;
}
::-webkit-input-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #163667 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #163667 !important;
}
:-ms-input-placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #163667 !important;
}
:-moz-placeholder { /* Firefox 18- */
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #163667 !important;
}
section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu .dropdown-menu li > a {
	border: none;
	padding: 10px 0px !important;
}
section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu .dropdown-menu .mega-group-title {
    font-size: 18px !important;
    color: #163667 !important;
    font-weight: 600 !important;
}
.morespacing p {
    line-height: 25px !important;
}
.footerblock .panel-default > .panel-heading {
	background: none !important;
}
.footerblock .panel {
	background: none !important;
}
.footerblock .panel-group .panel {
    border-top: 1px solid #FFF;
}
.footerblock .panel-group {
    border-bottom: 1px solid #FFF;
}
.footerblock .panel-heading p a {
    color: #FFF !important;
}
@media (max-width: 979px) {
	section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu .nav-collapse, section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu .nav-collapse.collapse {
		overflow: visible !important;
		display: block !important;
	}
	section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu .nav-collapse .nav > li > a:hover, section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu .nav-collapse .nav > li > a:focus, section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu .nav-collapse .dropdown-menu a:hover, section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu .nav-collapse .dropdown-menu a:focus {
		background: none !important;
	}
	section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu .nav-collapse .nav > li > a, section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu .nav-collapse .dropdown-menu a {
		padding: 15px 15px;
		color: #FFF;
	}
}
@media (min-width: 1440px) {
    .container, .main-container, .mean-container {
	    width: 1440px;
		max-width: 1440px !important;
    }
	.firstlinemenubar {
		padding: 0 110px;	
		display: block;
	}
	.logoblock {
		padding: 20px 130px;
	}
	.logoimage {
		display: block;
		padding-right: 15px;
	}	
	.logoimagesmall {
		display: none;
	}
	.logoimagexsmall {
		display: none;
	}
	section#block-block-19 {
		width: 650px;
	}
	section#block-block-20 {
		padding-right: 110px;
	}
	section#block-tb-megamenu-menu-menu-hudmain-v2021 {
		display: inline-block !important;
	}	
/*	.tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu.nav-child {
		left: -891px;
		width: 1440px;
	}
*/
	.footerblock {
		padding: 0px 110px !important;
	}	
	.mean-container .mean-bar{
		display: none;
	}
	.bottomlinelong {
		display: block;
	}
	.bottomlineshort {
		display: none;
	}
}
@media (min-width: 1024px) and (max-width: 1439px) {
    .container, .main-container, .mean-container {
        width: 1024px;
		max-width: 1024px !important;
    }
	.firstlinemenubar {
		padding: 0 40px;
		display: block;
	}
    .firstlinemenubar a {
        padding-right: 15px;
    }
	.logoblock {
		padding: 20px 40px 20px 80px;
	}
	.logoimage {
		display: block;
		padding-right: 15px;
	}
	.logoimagesmall {
		display: none;
	}
	.logoimagexsmall {
		display: none;
	}
	section#block-block-19 {
		width: 480px;
	}
	section#block-block-20 {
		padding-right: 70px;
	}
	section#block-tb-megamenu-menu-menu-hudmain-v2021 {
		display: inline-block !important;
		padding-left: 30px;
		float: none;
	}	
/*	.tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu.nav-child {
		left: -509px;
		width: 1024px;
	}
*/
	.searchboxblock .searchiconbox {
		display: none;
	}
	.footerblock {
		padding: 0px 50px !important;
	}
	.mean-container .mean-bar{
		display: none;
	}
	.bottomlinelong {
		display: none;
	}
	.bottomlineshort {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
    .container, .main-container, .mean-container {
        width: 768px;
		max-width: 768px !important;
    }
	.firstlinemenubar {
		display: none;
	}
	.logoblock {
	    height: 61px;
		padding: 15px 20px;
	}
	.logotitle {
		line-height: 13px;
		padding-top: 5px;
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 0;
	}
	.logoimage {
		display: none;
	}
	.logoimagesmall {
		display: block;
		padding-right: 8px;
	}
	.logoimagexsmall {
		display: none;
	}
	.searchboxblock {
		padding: 15px;
	}
	section#block-tb-megamenu-menu-menu-hudmain-v2021 {
		padding-top: 5px;
		display: none;
	}
	.hidden-mobile {
		display: none !important
	}
	.visible-mobile {
		display: block !important;
	}
	section#block-block-19 {
		width: 280px;
	}
	section#block-block-20 {
		padding-right: 50px;
	}
	.footerblock {
		padding: 0px 15px 0px 0px !important;
	}
	.bottomlinelong {
		display: none;
	}
	.bottomlineshort {
		display: block;
	}
}
@media (min-width: 320px) and (max-width: 767px) {
    .container, .main-container, .mean-container {
        width: 320px;
		max-width: 320px !important;
    }
	.firstlinemenubar {
		display: none;
	}
	.logotitle {
		line-height: 13px;
		padding-top: 2px;
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 0;
	}
	.logoimage {
		display: none;
	}
	.logoimagesmall {
		display: none;
	}
	.logoimagexsmall {
		display: block;
		padding-right: 5px;
	}
	.logoblock {
		height: 70px;
		padding: 20px 0px;
	}
	section#block-block-19 {
		width: 220px;
	}
	section#block-block-20 {
		padding-right: 35px;
	}
	.searchboxblock {
		width: 40px;
		padding: 16px 0px;
	}
	section#block-tb-megamenu-menu-menu-hudmain-v2021 {
		/*display: inline-block;*/
		display: none;
		float: right;
	}
	.hidden-mobile {
		display: none !important;
	}
	.visible-mobile {
		display: block !important;
	}
	.mean-container .mean-bar {
		right: 10px;
	}
	.searchboxblock .form-control {
		display: none;
	}
	.searchboxblock .btn-default {
		color: #FFF;
		background: none;
		border: none;
		font-weight: 600;
		font-size: 16px;
	}	
	.footerblock {
		padding: 0px 10px 0px 0px !important;
	}
	.bottomlinelong {
		display: none;
	}
	.bottomlineshort {
		display: block;
	}
}
.headerone, .headerone2, .headeronei {
	font-family: 'Poppins', sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 58px;
	letter-spacing: 0;
}
.headerone {
	color: #163667;	
}
.headerone2 {
	color: #333836;	
}
.headeronei {
	color: #FFFFFF;	
}
.headertwo, .headertwo2, .headertwoi {
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: 0;
}
.headertwo {
	color: #163667;	
}
.headertwo2 {
	color: #333836;	
}
.headertwoi {
	color: #FFFFFF;	
}
.headerthree, .headerthree2, .headerthreei {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 0;
}
.headerthree {
	color: #163667;	
}
.headerthree2 {
	color: #333836;	
}
.headerthreei {
	color: #FFFFFF;	
}
.headerfour, .headerfour2, .headerfouri {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0;
}
.headerfour {
	color: #163667;	
}
.headerfour2 {
	color: #333836;	
}
.headerfouri {
	color: #FFFFFF;	
}
.headerfive, .headerfive2, .headerfivei {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0;
}
.headerfive {
	color: #163667;	
}
.headerfive2 {
	color: #333836;	
}
.headerfivei {
	color: #FFFFFF;	
}
.paralarge, .paralarge2, .paralargei {
	font-family: 'IBM Plex Serif', serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0;
}
.paralarge {
	color: #163667;	
}
.paralarge2 {
	color: #000000;	
}
.paralargei {
	color: #FFFFFF;	
}
.paramedium, .paramedium2, .paramediumi {
	font-family: 'IBM Plex Serif', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0;
}
.paramedium {
	color: #163667;	
}
.paramedium2 {
	color: #000000;	
}
.paramediumi {
	color: #FFFFFF;	
}
.topbanner {
    margin-top: -20px;
    border-bottom: 10px solid #128654;
}
.topbannertextoverlay .textoverlay{
	background: rgba(19,45,85,0.6);
	margin: 70px;
	padding: 20px;
}
.topbannertext {
	background: #333836;
	padding: 20px 10px;
}
.middlebanner {
    margin-top: 0px;
    border-top: 20px solid #163667;
    border-bottom: 10px solid #128654;
}
.middlebannertextoverlay .textoverlay{
	background: rgba(19,45,85,0.6);
	margin: 70px;
	padding: 20px;
}
.middlebannertext {
	background: #333836;
	padding: 20px 10px;
}
.bottombanner {
    margin-top: 0px;
    border-top: 20px solid #0B76B7;
    border-bottom: 20px solid #128654;
}
.bluebutton, .bluebutton:hover, .bluebutton:focus, .bluebutton:active {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	padding: 15px 20px;
	height: 50px;
	border: none;
	outline:0;
}
.bluebutton {
	background: #0B76B7;
}	
.bluebutton:hover {
	background: #0B89D5;
}
.bluebutton:focus {
	background: #0B76B7;
	-moz-box-shadow: 0 0 5px #86C9F2;
	-webkit-box-shadow: 0 0 5px #86C9F2;
	box-shadow: 0 0 5px #86C9F2;
 }
.bluebutton:active {
	background: #0B76B7;
	-moz-box-shadow: inset 0 0 5px #163667;
	-webkit-box-shadow: inset 0 0 5px #163667;
	box-shadow: inset 0 0 5px #163667;
}
.whitebutton, .whitebutton:hover, .whitebutton:focus, .whitebutton:active {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #0B76B7;
	padding: 15px 20px;
	height: 50px;
	border: none;
	outline:0;
}
.whitebutton {
	background: #FFFFFF;
}	
.whitebutton:hover {
	background: #F9F9F9;
}
.whitebutton:focus {
	background: #F9F9F9;
	-moz-box-shadow: 0 0 5px #86C9F2;
	-webkit-box-shadow: 0 0 5px #86C9F2;
	box-shadow: 0 0 5px #86C9F2;
 }
.whitebutton:active {
	background: #FFFFFF;
	-moz-box-shadow: inset 0 0 5px rgba(51,56,54,0.5);
	-webkit-box-shadow: inset 0 0 5px rgba(51,56,54,0.5);
	box-shadow: inset 0 0 5px rgba(51,56,54,0.5);
}
.bluebackbox {
	padding: 65px 120px;
	background-color: #DFF2FD;
}
.whitebackboxbb {
	padding: 65px 120px;
	background-color: #FFFFFF;
    border-bottom: 20px solid #128654;
}
.whitebackboxtb {
	padding: 65px 120px;
	background-color: #FFFFFF;
    border-top: 20px solid #0B76B7;
}
.graybackbox {
	padding: 65px 120px;
	background-color: #EAEAEA;
    border-bottom: 10px solid #128654;
}
.boxbutton {
	background-color: #FFFFFF;
    margin-bottom: 20px;
	padding: 20px;
	height: 135px;
	display: flex;
    align-items: center;
}
.boxbutton:hover, .boxbutton:focus {
	background-color: #F9F9F9;
	border-bottom: 4px solid #128654;
    padding-bottom: 16px;	
}
.boxbutton img {
    float: left;
    padding: 0 20px 0 0;
}
.imgboxbutton {
	background-color: #FFFFFF;
	height: 400px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	margin-bottom: 20px;
}
.imgboxbutton img {
	width: 100%;
}
.imgboxbutton p {
    padding: 20px 20px 0 20px;
	margin: 0px;
}
.whitebackboxbb .imgboxbutton {
	border-bottom: 2px solid #0B76B7;	
}
.whitebackboxbb .imgboxbutton img {
	border-bottom: 4px solid #163667;	
}
.whitebackboxtb .imgboxbutton {
	border-bottom: 2px solid #0B76B7;	
}
.whitebackboxtb .imgboxbutton img {
	border-bottom: 4px solid #128654;	
}
.top-padding {
	padding-top: 40px;
}
.bluelink {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #0B76B7;
	text-decoration: underline !important;
}
.imgboxbutton .bluelink {
    float: right;
    padding: 10px;
	position: absolute;
    bottom: 20px;
    right: 20px;
}
.infostrip {
	background-color: #EAEAEA;
	height: 60px;
	display: flex;
	align-items: center;
}
.infostrip p {
    margin: 0 auto;
}
@media (min-width: 1440px) {
	.topbannertextoverlay {
		top: -500px;
		margin-bottom: -500px;
	}
	.topbannertext {
		display: none;
	}
	.middlebannertextoverlay {
		top: -580px;
		margin-bottom: -580px;
	}
	.middlebannertext {
		display: none;
	}
}
@media (min-width: 1024px) and (max-width: 1439px) {
	.topbannertextoverlay {
		top: -350px;
		margin-bottom: -350px;
	}
	.topbannertextoverlay .textoverlay{
		margin: 0px;
	}
	.topbannertext {
		display: none;
	}
	.middlebannertextoverlay {
		top: -440px;
		margin-bottom: -440px;
	}
	.middlebannertextoverlay .textoverlay{
		margin: 0px;
	}
	.middlebannertext {
		display: none;
	}
	.bluebackbox, .graybackbox {
		padding: 65px 90px;
	}
	.boxbutton {
		padding: 10px;
	}
	.boxbutton img {
		padding: 0 10px 0 0;
	}
}
@media (min-width: 320px) and (max-width: 1023px) {
	.topbannertextoverlay {
		display: none;
	}
	.topbannertext {
		display: block;
	}
	.middlebannertextoverlay {
		display: none;
	}
	.middlebannertext {
		display: block;
	}
	.headerone, .headerone2, .headeronei {
		font-size: 34px;
		line-height: 42px;
	}
	.headertwo, .headertwo2, .headertwoi {
		font-size: 24px;
		line-height: 34px;
	}
	.headerthree, .headerthree2, .headerthreei {
		font-size: 20px;
		line-height: 28px;
	}
	.headerfour, .headerfour2, .headerfouri {
		font-size: 16px;
		line-height: 24px;
	}
	.headerfive, .headerfive2, .headerfivei {
		font-size: 12px;
		line-height: 18px;
	}
	.bluebackbox, .graybackbox {
		padding: 30px 40px;
	}
	.top-padding {
		padding-top: 20px;
	}
	.boxbutton {
		padding: 10px;
	}
	.boxbutton img {
		padding: 0 10px 0 0;
	}
	.imgboxbutton {
		height: 400px;
	}
}
@media (min-width: 320px) and (max-width: 767px) {
	.whitebackboxbb {
		padding: 30px 40px;
	}	
	.whitebackboxtb {
		padding: 30px 40px;
	}	
	.imgboxbutton {
		height: 320px;
		border-bottom: none !important;
	}
	.imgboxbutton img {
		display: none;
	}
	.whitebackboxbb .imgboxbutton {
		border-top: 4px solid #163667;
	}
	.whitebackboxtb .imgboxbutton {
		border-top: 4px solid #128654;
	}
}
#hud-contentarea ul li {
    margin: 0 0 10px;
}
.bottom-padding-10 {
	padding-bottom: 10px !important;
}
.box-column-text p {
    line-height: 1.5;
}
.field-collection-container {
	margin-bottom: 0px !important;
}
.field-collection-container .field-items .field-item {
     	margin-bottom: 0px !important;
}
.field-name-field-featurednews .field-collection-container {
    margin-bottom: 0px;
}
#areattl {
	font-weight:700 !important; 
}
body b, body strong, body p b , body p strong{
	color: #000000;
	font-size:16px;
}
.carousel-caption p{
	color: #ffffff;
}
.ftnewstitle {
    font-size: 26px;
	font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
hr {
    border-top: 1px solid #718190;
}
.youtubeframe {
    padding-left: 0;
    padding-top: 10px;
}
.socialbox {
    background-color: #e8e8e8; 
    padding-top: 10px;
}
.logged-in  #block-block-1, .logged-in  #block-block-2{
	z-index:100;
}
#block-block-1 p{
	margin-left:0px;
}
#block-block-5{
	display:none;
}
.tb-megamenu.tb-megamenu-menu-workbench-menu .nav > li{
	margin-right: 10px;
}
.tb-megamenu.tb-megamenu-menu-workbench-menu .nav > li > a{
	padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#dark-black-header{
	background:black;
	color:white;
	padding: 10px 0px;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700 !important;
}
#dark-black-header a.img-padding{
	color:white;
	margin-right:4px;
}
#dark-black-header a.link-padding{
	color:white;
	margin-left:20px;
}
#dark-black-header a:hover{
	color: #ff6550;	
}
#dark-black-header p{
	font-size:12px !important;
}
section#block-block-1 {
    width: 360px;
    float: left;
    padding: 0px;
    margin: 0px;
}
section#block-block-2 {
    width: 200px;
	height:76px;
    float: right;
    padding: 14px;
    margin: 0px;
}
section#block-block-3{
	display:none;
    max-width:800px;	
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 0px;
}
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle{
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
}
#block-tb-megamenu-menu-hudmain .tb-megamenu .nav li.dropdown.open > .dropdown-toggle{
	background: #eaeaea;
	color: #e60000;
}
.tb-megamenu .dropdown-menu li > a{
	font-size:14px !important;
	font-weight: 400 !important;
}
#block-tb-megamenu-menu-hudmain .tb-megamenu .dropdown-menu li > a{
	font-size:14px !important;
}
header#page-header {
    min-height: 0px;
}
.node-type-hud-main-homepagev2018-template div#hud-contentarea{
	margin-top:0px;
}
h2.inner-title{
	font-size:28px;
	text-transform: uppercase;
}
div#main-first-sm-col {
    background: no-repeat url(/sites/images/state_fl1_v3.jpg);
    min-height: 380px;
	background-color:#1b71d4;
}
div#main-second-sm-col {
    background: no-repeat url(/sites/images/state_fl2_v3.jpg);
    min-height: 380px;
	background-color:black;
}
div#main-third-sm-col {
    background: no-repeat url(/sites/images/state_fl3_v3.jpg);
    min-height: 380px;
	background-color:black;
}
div#box-first-sm-col, div#box-first-sm-long-col, div#box-first-sm-short-col {
    background-color:#1b71d4;
}
div#box-second-sm-col, div#box-second-sm-long-col, div#box-second-sm-short-col {
    background-color:#147816;
}
div#box-third-sm-col, div#box-third-sm-long-col, div#box-third-sm-short-col {
    background-color:#033a70;
}
div#box-first-md-col, div#box-first-md-long-col, div#box-first-md-short-col {
    background-color:#147816;
}
div#box-second-md-col, div#box-second-md-long-col, div#box-second-md-short-col {
    background-color:#033a70;
}
div#box-first-sm-col .box-column-content, div#box-second-sm-col .box-column-content, div#box-third-sm-col .box-column-content, #box-first-md-col .box-column-content, #box-second-md-col .box-column-content, div#box-first-sm-long-col .box-column-content, div#box-second-sm-long-col .box-column-content, div#box-third-sm-long-col .box-column-content, #box-first-md-long-col .box-column-content, #box-second-md-long-col .box-column-content, div#box-first-sm-short-col .box-column-content, div#box-second-sm-short-col .box-column-content, div#box-third-sm-short-col .box-column-content, #box-first-md-short-col .box-column-content, #box-second-md-short-col .box-column-content{
	padding: 40px 20px 20px 40px;
	color:white;
	position: relative;
    top: -30px;
    left: 15px;
    background: #292929;
    min-height: 475px;
    width: auto;
}
div#box-first-sm-long-col .box-column-content, div#box-second-sm-long-col .box-column-content, div#box-third-sm-long-col .box-column-content, #box-first-md-long-col .box-column-content, #box-second-md-long-col .box-column-content{
	min-height: 600px;
}
div#box-first-sm-short-col .box-column-content, div#box-second-sm-short-col .box-column-content, div#box-third-sm-short-col .box-column-content, #box-first-md-short-col .box-column-content, #box-second-md-short-col .box-column-content{
	min-height: 300px;
}
.po-page-250px-box div#box-first-sm-short-col {min-height: 250px !important}
.po-page-250px-box div#box-second-sm-short-col{min-height: 250px !important}
.po-page-250px-box div#box-third-sm-short-col{min-height: 250px !important}
.po-page-250px-box .box-column-content {min-height: 250px !important}
.po-page-320px-box div#box-first-sm-col {min-height: 320px !important}
.po-page-320px-box div#box-second-sm-col{min-height: 320px !important}
.po-page-320px-box div#box-third-sm-col{min-height: 320px !important}
.po-page-320px-box .box-column-content {min-height: 320px !important}
.po-page-340px-box div#box-first-sm-col {min-height: 340px !important}
.po-page-340px-box div#box-second-sm-col{min-height: 340px !important}
.po-page-340px-box div#box-third-sm-col{min-height: 340px !important}
.po-page-340px-box .box-column-content {min-height: 340px !important}
.po-page-350px-box div#box-first-md-col {min-height: 350px !important;}
.po-page-350px-box div#box-second-md-col {min-height: 350px !important; }
.po-page-350px-box .box-column-content {min-height: 350px !important; }
.po-page-370px-box div#box-first-sm-col {min-height: 370px !important}
.po-page-370px-box div#box-second-sm-col{min-height: 370px !important}
.po-page-370px-box div#box-third-sm-col{min-height: 370px !important}
.po-page-370px-box .box-column-content {min-height: 370px !important}
.po-page-400px-box div#box-first-sm-col {min-height: 400px !important}
.po-page-400px-box div#box-second-sm-col{min-height: 400px !important}
.po-page-400px-box div#box-third-sm-col{min-height: 400px !important}
.po-page-400px-box .box-column-content {min-height: 400px !important}
.po-page-420px-box div#box-first-sm-col {min-height: 420px !important}
.po-page-420px-box div#box-second-sm-col{min-height: 420px !important}
.po-page-420px-box div#box-third-sm-col{min-height: 420px !important}
.po-page-420px-box .box-column-content {min-height: 420px !important}
.po-page-fullwdith-170px-box div#box-first-md-col {min-width: 100% ! important;}
.po-page-fullwdith-170px-box div#box-first-md-col .box-column-content {min-height: 170px !important;}
div#box-first-sm-col .box-column-content .box-column-title, div#box-second-sm-col .box-column-content .box-column-title, div#box-third-sm-col .box-column-content .box-column-title, #box-first-md-col .box-column-content .box-column-title, #box-second-md-col .box-column-content .box-column-title, div#box-first-sm-long-col .box-column-content .box-column-title, div#box-second-sm-long-col .box-column-content .box-column-title, div#box-third-sm-long-col .box-column-content .box-column-title, #box-first-md-long-col .box-column-content .box-column-title, #box-second-md-long-col .box-column-content .box-column-title, div#box-first-sm-short-col .box-column-content .box-column-title, div#box-second-sm-short-col .box-column-content .box-column-title, div#box-third-sm-short-col .box-column-content .box-column-title, #box-first-md-short-col .box-column-content .box-column-title, #box-second-md-short-col .box-column-content .box-column-title{
	font-size: 25px;
	font-weight:bold;
	margin-bottom:20px;
}
div#box-first-sm-col .box-column-content .box-column-text, div#box-second-sm-col .box-column-content .box-column-text, div#box-third-sm-col .box-column-content .box-column-text, div#box-first-sm-long-col .box-column-content .box-column-text, div#box-second-sm-long-col .box-column-content .box-column-text, div#box-third-sm-long-col .box-column-content .box-column-text, div#box-first-sm-short-col .box-column-content .box-column-text, div#box-second-sm-short-col .box-column-content .box-column-text, div#box-third-sm-short-col .box-column-content .box-column-text, div#box-first-sm-col .box-column-content .box-column-text p, div#box-second-sm-col .box-column-content .box-column-text p, div#box-third-sm-col .box-column-content .box-column-text p, div#box-first-sm-col .box-column-content .box-column-text a, div#box-second-sm-col .box-column-content .box-column-text a, div#box-third-sm-col .box-column-content .box-column-text a, div#box-first-sm-long-col .box-column-content .box-column-text p, div#box-second-sm-long-col .box-column-content .box-column-text p, div#box-third-sm-long-col .box-column-content .box-column-text p, div#box-first-sm-long-col .box-column-content .box-column-text a, div#box-second-sm-long-col .box-column-content .box-column-text a, div#box-third-sm-long-col .box-column-content .box-column-text a, div#box-first-sm-short-col .box-column-content .box-column-text a, div#box-second-sm-short-col .box-column-content .box-column-text a, div#box-third-sm-short-col .box-column-content .box-column-text a, #box-first-md-col .box-column-content .box-column-text, #box-first-md-col .box-column-content .box-column-text p, #box-first-md-col .box-column-content .box-column-text a, #box-second-md-col .box-column-content .box-column-text, #box-second-md-col .box-column-content .box-column-text p, #box-second-md-col .box-column-content .box-column-text a, #box-first-md-long-col .box-column-content .box-column-text, #box-first-md-long-col .box-column-content .box-column-text p, #box-first-md-long-col .box-column-content .box-column-text a,#box-second-md-long-col .box-column-content .box-column-text, #box-second-md-long-col .box-column-content .box-column-text p, #box-second-md-long-col .box-column-content .box-column-text a, #box-first-md-short-col .box-column-content .box-column-text, #box-first-md-short-col .box-column-content .box-column-text p, #box-first-md-short-col .box-column-content .box-column-text a,#box-second-md-short-col .box-column-content .box-column-text, #box-second-md-short-col .box-column-content .box-column-text p, #box-second-md-short-col .box-column-content .box-column-text a{
	font-size: 18px;
	font-weight:normal;
	color:white;
}
div#box-first-sm-col .box-column-content .box-column-text p strong, div#box-second-sm-col .box-column-content .box-column-text p strong, div#box-third-sm-col .box-column-content .box-column-text p strong, div#box-first-md-col .box-column-content .box-column-text p strong, div#box-second-md-col .box-column-content .box-column-text p strong, div#box-first-sm-long-col .box-column-content .box-column-text p strong, div#box-second-sm-long-col .box-column-content .box-column-text p strong, div#box-third-sm-long-col .box-column-content .box-column-text p strong, div#box-first-md-long-col .box-column-content .box-column-text p strong, div#box-second-md-long-col .box-column-content .box-column-text p strong, div#box-first-sm-short-col .box-column-content .box-column-text p strong, div#box-second-sm-short-col .box-column-content .box-column-text p strong, div#box-third-sm-short-col .box-column-content .box-column-text p strong, div#box-first-md-short-col .box-column-content .box-column-text p strong, div#box-second-md-short-col .box-column-content .box-column-text p strong{
	font-size: 18px;
	font-weight:bold;
	color:white;
}
#po-quicklinks-section{
	background: no-repeat url(/sites/images/16625806294_31f2506806_o.jpg);
    background-size: cover;
}
#po-quicklinks-section .po-quicklinks-content{
	padding-bottom: 30px;
	padding-top: 10px;
	width: 100%;
	min-height: 150px;
	background-color: white;
	background: rgba(255, 255, 255, 0.9);
	padding-left: 40px;
	margin-top: 50px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
}
div#socialmedia-widgets {
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (min-width: 1440px){
    .node-type-hud-state-homepage-template .ftnewsarticle p.text-bblack {
        font-size: 25px !important;
    }
}
@media screen and (min-width: 1201px){
	.region-secondary-po-navigation{
		margin-left:auto;
		margin-right:auto;
	}
	#dark-header #header-small-text {
		font-size: 18px;
		font-family: 'Poppins', sans-serif;
	}
	#dark-header #header-big-text span{
		font-size: 22px;
	}
	#dark-header #header-big-text {
		font-size: 20px;
		padding-top: 15px;
		font-family: 'Poppins', sans-serif;
		transform: scale(1, 1.5);
	}
	div#myCarousel  div.item{
		height:451px;
	}
	.node-type-hud-state-homepage-template .ftnewsbackground{
		min-height:420px;
	}
	.node-type-hud-state-homepage-template a.featured-news-readmore{
		color: white !important; 
		text-transform: uppercase;
		position: absolute;
		bottom: 10px;
		font-size:16px !important; 
	}
	.node-type-hud-state-homepage-template .ftnewsarticle p.text-bred, .node-type-hud-state-homepage-template .ftnewsarticle p.text-bblack{
		font-family: 'IBM Plex Serif', serif !important;
		font-size:18px !important;
		font-weight:700 !important;
		color:white !important; 
	}
	.node-type-hud-state-homepage-template .ftnewsarticle p.text-bred{
		position: absolute;
		bottom: 60px;
		text-transform: uppercase;
	}
	.node-type-hud-state-homepage-template .ftnewsarticle p.text-bblack{
		position: absolute;
		top: 40px;
		width: 75%;
		padding-right: 20px;
		font-size: 25px !important;
	}
	.node-type-hud-state-homepage-template .ftnewsarticle{
		padding-top: 60px;
		padding-left: 70px;
		padding-right: 10px;
		max-width: 450px;
		height: 403px;
	}
	div#state-fn-1{
		width: 32%;
		margin-right:12px;
	}
	div#state-fn-2{
		width: 32%;
		margin-left:6px;
		margin-right:6px;
	}
	div#state-fn-3{
		width: 32%;
		margin-left:12px;
	}
	div#box-first-sm-col, div#box-first-sm-long-col, div#box-first-sm-short-col {
		width:32%;
		margin-right:12px;
	}
	div#box-second-sm-col, div#box-second-sm-long-col, div#box-second-sm-short-col {
		width:32%;
		margin-left:6px;
		margin-right:6px;
	}
	div#box-third-sm-col, div#box-third-sm-long-col , div#box-third-sm-short-col  {
		width:32%;
		margin-left:12px;
	}
	div#box-first-md-col, div#box-first-md-long-col, div#box-first-md-short-col {
		width:47%;
		margin-right:25px;
	}
	div#box-second-md-col, div#box-second-md-long-col, div#box-second-md-short-col {
		width:47%;
		margin-left:25px;
	}
	
}
@media screen and (min-width: 991px) and (max-width: 1200px){
	#dark-header #header-small-text {
		font-size: 14px;
		font-family: 'Poppins', sans-serif;
	}
	#dark-header #header-big-text span{
		font-size: 18px;
	}
	#dark-header #header-big-text {
		font-size: 18px;
		padding-top: 15px;
		font-family: 'Poppins', sans-serif;
		transform: scale(1, 1.5);
	}
	.qlinksbox {
		padding-left: 0px;
	}
	.node-type-hud-main-homepagev2018-template div.bootstrap-threecol-stacked div.panel-panel.left.col-lg-4,.node-type-hud-main-homepagev2018-template div.bootstrap-threecol-stacked div.panel-panel.middle.col-lg-4,.node-type-hud-main-homepagev2018-template div.bootstrap-threecol-stacked div.panel-panel.right.col-lg-4{
		margin-left:auto;
		margin-right:auto;	
		width: 500px;
	}
	
/*	#block-tb-megamenu-menu-hudmain .tb-megamenu .nav > li{
		margin-right:30px !important;
	}
*/	
	#home-slideshow{
		padding-left:0px;
		padding-right:0px;
	}
	
	
}
@media screen and (min-width: 1025px) and (max-width: 1439px){
    .node-type-hud-state-homepage-template .ftnewsarticle p.text-bblack {
        font-size: 18px !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px){
	.node-type-hud-state-homepage-template .ftnewsarticle p.text-bred, .node-type-hud-state-homepage-template .ftnewsarticle p.text-bblack{
		font-size: 16px !important;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1200px){
	.node-type-hud-state-homepage-template .ftnewsarticle p.text-bred, .node-type-hud-state-homepage-template .ftnewsarticle p.text-bblack{
		font-size: 18px !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px){
	.node-type-hud-state-homepage-template a.featured-news-readmore{
		color: white !important; 
		text-transform: uppercase;
		position: absolute;
		bottom: 10px;
		font-size: 16px !important; 
	}
	.node-type-hud-state-homepage-template .ftnewsarticle p.text-bred, .node-type-hud-state-homepage-template .ftnewsarticle p.text-bblack{
		font-family: 'IBM Plex Serif', serif !important;
		font-weight: 700 !important;
		color:white !important; 
	}
	.node-type-hud-state-homepage-template .ftnewsarticle p.text-bred{
		position: absolute;
		bottom: 60px;
		text-transform: uppercase;
	}
	.node-type-hud-state-homepage-template .ftnewsarticle p.text-bblack{
		position: absolute;
		top: 40px;
		width: 75%;
		padding-right: 20px;
	}
	div#state-fn-1{
		width: 32%;
		margin-right:12px;
	}
	div#state-fn-2{
		width: 32%;
		margin-left:6px;
		margin-right:6px;
	}
	div#state-fn-3{
		width: 32%;
		margin-left:12px;
	}
	.node-type-hud-state-homepage-template .ftnewsbackground{
		min-height:420px;
	}
	.node-type-hud-state-homepage-template .ftnewsarticle{
		padding-top: 60px;
		padding-left: 30px;
		padding-right: 10px;
		max-width: 450px;
		height: 403px;
	}
}
@media screen and (max-width: 991px){
	.node-type-hud-state-homepage-template .ftnewsbackground {
		background-image: none !important;
		padding-left: 0px;
		min-height:0px ;
		margin-bottom:20px;
	}
	.node-type-hud-state-homepage-template .ftnewsarticle{
		min-height:0px;
		height:auto;
		padding-top: 10px;
		padding-left: 0px;
		padding-right: 0px;
		max-width: 100%;
	}
	
}
@media screen and (min-width: 768px) and (max-width: 1050px){
	div#box-first-sm-col, div#box-first-sm-long-col, div#box-first-sm-short-col {
		width:100%;
		margin-right:0px;
	}
	div#box-second-sm-col, div#box-second-sm-long-col, div#box-second-sm-short-col {
		width:100%;
		margin-left:0px;
		margin-right:0px;
	}
	div#box-third-sm-col, div#box-third-sm-long-col , div#box-third-sm-short-col  {
		width:100%;
		margin-left:0px;
	}
	div#box-first-md-col, div#box-first-md-long-col, div#box-first-md-short-col {
		width:100%;
		margin-right:0px;
	}
	div#box-second-md-col, div#box-second-md-long-col, div#box-second-md-short-col {
		width:100%;
		margin-left:0px;
	}
	div#box-first-sm-col, div#box-second-sm-col, div#box-third-sm-col, div#box-first-sm-long-col, div#box-second-sm-long-col, div#box-third-sm-long-col, div#box-first-sm-short-col, div#box-second-sm-short-col, div#box-third-sm-short-col, div#box-first-md-col, div#box-second-md-col, div#box-first-md-long-col, div#box-second-md-long-col, div#box-first-md-short-col, div#box-second-md-short-col{
		margin-top:50px;
	}
	div#box-first-sm-col .box-column-content, div#box-second-sm-col .box-column-content, div#box-third-sm-col .box-column-content, #box-first-md-col .box-column-content, #box-second-md-col .box-column-content, div#box-first-sm-long-col .box-column-content, div#box-second-sm-long-col .box-column-content, div#box-third-sm-long-col .box-column-content, #box-first-md-long-col .box-column-content, #box-second-md-long-col .box-column-content, div#box-first-sm-short-col .box-column-content, div#box-second-sm-short-col .box-column-content, div#box-third-sm-short-col .box-column-content, #box-first-md-short-col .box-column-content, #box-second-md-short-col .box-column-content{
		min-height:0px;
	}
	.po-page-250px-box div#box-first-sm-short-col , .po-page-250px-box div#box-second-sm-short-col, .po-page-250px-box div#box-third-sm-short-col, .po-page-250px-box .box-column-content, .po-page-320px-box div#box-first-sm-col, .po-page-320px-box div#box-second-sm-col, .po-page-320px-box div#box-third-sm-col, .po-page-320px-box .box-column-content, .po-page-340px-box div#box-first-sm-col, .po-page-340px-box div#box-second-sm-col, .po-page-340px-box div#box-third-sm-col, .po-page-340px-box .box-column-content, .po-page-350px-box div#box-first-md-col, .po-page-350px-box div#box-second-md-col, .po-page-350px-box .box-column-content, .po-page-370px-box div#box-first-sm-col, .po-page-370px-box div#box-second-sm-col, .po-page-370px-box div#box-third-sm-col, .po-page-370px-box .box-column-content , .po-page-400px-box div#box-first-sm-col, .po-page-400px-box div#box-second-sm-col, .po-page-400px-box div#box-third-sm-col, .po-page-400px-box .box-column-content, .po-page-420px-box div#box-first-sm-col, .po-page-420px-box div#box-second-sm-col, .po-page-420px-box div#box-third-sm-col, .po-page-420px-box .box-column-content, .po-page-fullwdith-170px-box div#box-first-md-col .box-column-content {
		min-height: 0px !important
	}
}
@media screen and (min-width: 768px) and (max-width: 990px){
	#dark-header #header-small-text {
		font-size: 13px;
		padding-top: 7px;
		font-family: 'Poppins', sans-serif;
	}
	#dark-header #header-big-text span{
		font-size: 13px;
	}
	#dark-header #header-big-text {
		font-size: 11px;
		padding-top: 15px;
		font-family: 'Poppins', sans-serif;
		transform: scale(1, 2);
	}
	.qlinksbox {
		padding-left: 50px;
	}
		
	.node-type-hud-main-homepagev2018-template div.bootstrap-threecol-stacked div.panel-panel.left.col-lg-4,.node-type-hud-main-homepagev2018-template div.bootstrap-threecol-stacked div.panel-panel.middle.col-lg-4,.node-type-hud-main-homepagev2018-template div.bootstrap-threecol-stacked div.panel-panel.right.col-lg-4{
		margin-left:auto;
		margin-right:auto;	
		width: 500px;
	}
	#home-slideshow{
		padding-left:0px;
		padding-right:0px;
	}
}
@media screen and (max-width: 767px) {
	#dark-header #header-small-text {
		font-size: 14px;
		padding-top: 5px;
		font-family: 'Poppins', sans-serif;
	}
	#dark-header #header-big-text span{
		font-size: 20px;
	}
	#dark-header #header-big-text {
		font-size: 18px;
		padding-top: 15px;
		font-family: 'Poppins', sans-serif;
		transform: scale(1, 2);
	}
	div#state-fn-1{
		margin:20px auto;
	}
	div#state-fn-2{
		margin:20px auto;
	}
	div#state-fn-3{
		margin:20px auto;
	}
	div#box-first-sm-col, div#box-second-sm-col , div#box-third-sm-col, div#box-first-sm-long-col, div#box-second-sm-long-col , div#box-third-sm-long-col,div#box-first-sm-short-col, div#box-second-sm-short-col , div#box-third-sm-short-col, div#box-first-md-col, div#box-second-md-col, div#box-first-md-long-col, div#box-second-md-long-col, div#box-first-md-short-col, div#box-second-md-short-col{
		margin-top:50px;
	}
	div#box-first-sm-col .box-column-content, div#box-second-sm-col .box-column-content, div#box-third-sm-col .box-column-content, #box-first-md-col .box-column-content, #box-second-md-col .box-column-content, div#box-first-sm-long-col .box-column-content, div#box-second-sm-long-col .box-column-content, div#box-third-sm-long-col .box-column-content, #box-first-md-long-col .box-column-content, #box-second-md-long-col .box-column-content, div#box-first-sm-short-col .box-column-content, div#box-second-sm-short-col .box-column-content, div#box-third-sm-short-col .box-column-content, #box-first-md-short-col .box-column-content, #box-second-md-short-col .box-column-content{
		min-height:0px;
	}
	.po-page-250px-box div#box-first-sm-short-col , .po-page-250px-box div#box-second-sm-short-col, .po-page-250px-box div#box-third-sm-short-col, .po-page-250px-box .box-column-content, .po-page-320px-box div#box-first-sm-col, .po-page-320px-box div#box-second-sm-col, .po-page-320px-box div#box-third-sm-col, .po-page-320px-box .box-column-content, .po-page-340px-box div#box-first-sm-col, .po-page-340px-box div#box-second-sm-col, .po-page-340px-box div#box-third-sm-col, .po-page-340px-box .box-column-content, .po-page-350px-box div#box-first-md-col, .po-page-350px-box div#box-second-md-col, .po-page-350px-box .box-column-content, .po-page-370px-box div#box-first-sm-col, .po-page-370px-box div#box-second-sm-col, .po-page-370px-box div#box-third-sm-col, .po-page-370px-box .box-column-content , .po-page-400px-box div#box-first-sm-col, .po-page-400px-box div#box-second-sm-col, .po-page-400px-box div#box-third-sm-col, .po-page-400px-box .box-column-content, .po-page-420px-box div#box-first-sm-col, .po-page-420px-box div#box-second-sm-col, .po-page-420px-box div#box-third-sm-col, .po-page-420px-box .box-column-content, .po-page-fullwdith-170px-box div#box-first-md-col .box-column-content {
		min-height: 0px !important
	}
	#secondary-po-navigation .tb-megamenu .nav-collapse > .dropdown-menu{
		margin-top:90px !important; 
	}
	.logged-in div#secondary-po-navigation li.tb-megamenu-item.level-1.mega.pull-left>a {
		display:none;
	}
	.logged-in div#secondary-po-navigation li.tb-megamenu-item.level-1.mega.pull-right>a {
		display:none;
	}	
	h2#xs-header-title{
		padding-top:15px;
		margin-top:0px;	
		margin-left:50px; 
		font-family: 'Poppins', sans-serif;
		font-size:27px; 
		font-weight:bold;
		
	}
	h2#xs-header-title a{
		color:white;
	}
}
  
#myCarousel a:hover, #myCarousel a:focus {
    color: #ccc;
}
.socialbackground {
    max-width: 470px;
    overflow: hidden;
    display: block;
    max-height: 565px;
    border-style: solid;
    border-color: #e8e8e8;
    border-width: 0px 10px;
}
.socialinnerbox {
    max-width: 450px;
    overflow: hidden;
    display: block;
    max-height: 460px;
}
.socialboxtitle {
	background-color: #e8e8e8;
	width: 100%;
  	margin-bottom: 10px;
    	background-image: url(/sites/images/sociallines.jpg);
}
.socialreadmoreboxtitle {
	background-color: #e8e8e8;
	width: 100%;
	height: 60px;
}
@media screen and (min-width: 767px) {
	.text-white-slidetitle{
		color:#ffffff;
		font-size: 20px;
	}
	.ftnewsbackground {
		min-height: 460px;
	}
}
@media screen and (max-width: 767px) {
	.text-white-slidetitle{
		color:#ffffff;
		font-size: 14px;
	}
	.ftnewsbackground {
		background-image:none !important;
		padding-left:0px;
	}
	.qlinksbackground {
		background-image:none !important;
	}
	.qlinksbackground dl{
		margin-bottom: 0px;
	}
	.qlinksbox {
		float: left;
		padding-top: 0px;
	}
	.youtubebox {
		float: left;
	}
	.socialboxes {
		padding-right: 0px;
		max-width: 580px;
	}
	.lpadding {
		padding-left: 0px;
	}
	.rpadding {
		padding-right: 0px;
	}
	.c1padding {
		padding-right: 0px;
	}
	.c2padding {
		padding-left: 0px;
		padding-right: 0px;
	}
	.c3padding {
		padding-left: 0px;
	}
	#home-slideshow{
		padding-left:0px;
		padding-right:0px;
	}
}
@media screen and (min-width: 768px) {
	.ftnewsarticle {
		padding-top: 110px;
		padding-left: 70px;
		padding-right: 10px;
		max-width: 450px;
		height: 470px;
	}
	.ftnewsarticle p{
		line-height:1.5;
	}
	.socialbackground {
		max-width: 470px;
		border-color: #e8e8e8;
	}
	.youtubeqlinksbox {
		margin-top: 50px;
		margin-right: 0px;
		margin-bottom: 50px;
		margin-left: 0px;
		float: right;
	}
	.nodetype-hud-state-homepage-template .youtubeqlinksbox{
		margin-left:10px;
	}
	.youtubebox {
		padding-left: 35px;
		padding-top: 10px;
		padding-bottom: 40px;
		max-width: 580px;
		min-height: 320px;
		background-color: white;
	}
	.qlinksbox {
		padding-bottom: 30px;
		padding-top: 10px;
		width:100%;
		min-height: 250px;
		background-color: white;
		background: rgba(255, 255, 255, 0.9);
		padding-left: 40px;
	}
	.socialboxes {
		padding-right: 50px;
		max-width: 580px;
		min-height: 320px;
		width: 100%;
	}
	.lpadding {
		padding-left: 40px;
	}
	.rpadding {
		padding-right: 40px;
	}
	.c1padding {
		padding-right: 20px;
	}
	.c2padding {
		padding-left: 10px;
		padding-right: 10px;
	}
	.c3padding {
		padding-left: 20px;
	}
}
@media screen and (min-width: 768px) {
	.carousel-caption {
		 left: 0 !important; 
		 right: 0 !important; 
	}
}
.carousel-caption {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    padding-top: 10px !important;
    padding-right: 20px !important;
    padding-bottom: 10px;
    color: #ffffff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
#home-wide-content {
    padding-left: 0px;
    padding-right: 0px;
}
div#myCarousel, div#myCarousel.carousel.slide div.carousel-inner div.panel-body{
	background: #123b67;
}																				
.principal-row {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #f6f6f6;
    min-height: 70px;
}
.node-type-hud-main-pr-template div#pr-social-share{
	padding-left:30px;
	padding-top:10px;
}
#prinfo{
  width:100%;
}
.prheading{
  font: 15px "Arial",Helvetica,sans-serif;
  text-decoration: none;
  padding:0;
  margin:0;
  text-align:center;
  color: #3A3636;
}
#prttl{
  font: bold 15px "Arial",Helvetica,sans-serif;
  text-decoration: none;
  padding:0;
  margin-top:5px;
  text-align:center;
  color: #3A3636;
}
#prsubttl{
  font:italic 13px "Arial",Helvetica,sans-serif;
  color: #3A3636;
  text-align:left;
  height:auto;
  padding:0;
  margin:0;
  text-align:center;
}
#prfooter{
  font-style:italic;
  text-align:center;
}
#edit-preview {
  display: none;
}
#dark-footer a:hover {
    color: #ff6550;
}
#dark-footer a {
    color: #8bc3ff;
}
#footer-centered-links a.text-white {
    margin: 0px 20px;
}
#footer-centered-links a.text-white.no-margin-within{
	margin: 0px 2px !important;
}
#footer-centered-links{
	line-height:2;
}
#footer-centered-icons a img{
	margin: 0px 10px;
}
.ui-dialog-titlebar-close {
  background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_888888_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
  border: medium none;
}
.ui-dialog-titlebar-close:hover {
  background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_222222_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
}
.ui-dialog-buttonset {
    text-align: center;
}
.ui-dialog-buttonset button {
    color:#000;
    margin-right: 10px;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 20px;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}
.ui-widget-header a {
    color: #222222;
}
.ui-widget-content a {
    font-size: 1em;
    color: #222222;
}
.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.5em 16px .2em 0.5em;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    width: 100%;
    height: 40px;
}
.ui-widget-header {
    border: 1px solid #aaaaaa;
    background-color: #ffffff;
    color: #222222;
    font-weight: bold;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 0px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
    width:100%;
}
.ui-widget-content {
    border: 1px solid #395e7d;
    background: #4b7aa4;
    color: #ffffff;
    padding: 3px;
}
.ui-helper-clearfix {
    display: block;
}
.ui-helper-clearfix {
    display: inline-block;
}
.ui-widget-content {
    border: 1px solid #395e7d;
    background: #4b7aa4;
    color: #ffffff;
}
.ui-widget {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    z-index: 1000;
}
.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.adblocks-learnmore{
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	bottom:20%;
}
.fixed-height-adblock{
	max-height: 300px;
	min-height:200px;
	height:250px;
	width:32%;
}
.middle-adblock{
	margin-left:10px;
	margin-right:10px;
}
.node-type-hud-state-homepage-template .ttlred {
        font-size: 20px;
}
.node-type-hud-state-homepage-template .genlink li {
    background: none;
    padding-left: 0px;
	padding-bottom: 0px !important;
}
.node-type-hud-state-homepage-template .genlink li ul li{
    padding-left: 15px;
}
.node-type-hud-main-homepage-template hr {
    border-top: 1px solid #123B67;
}
#block-tb-megamenu-menu-hudgov-main li.tb-megamenu-item.mega.mega-group > div, .left-inner-menu li.tb-megamenu-item.level-2.mega.mega-group >div, .right-home-menu li.tb-megamenu-item.level-2.mega.mega-group >div{
	display:none;
  }
 #block-tb-megamenu-menu-hudmain li.tb-megamenu-item.mega.mega-group > div{
	display:none;
  }
.tb-megamenu .mega.open > .mega-dropdown-menu, .tb-megamenu .mega.dropdown-submenu:hover > .mega-dropdown-menu {
    border-top: 5px solid #86C9F2;
}
li.tb-megamenu-item.dropdown.open>a:after{
	border-color: transparent;
    border-style: solid;
    border-width: 5px;
    display: inline-block;
    height: 0;
    width: 0;
    /*border-bottom-color: #e60000;*/
    border-top-width: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: 0rem;
    left: 2.2rem;
}
.tb-megamenu .mega-nav .mega-group > .mega-group-title, .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title, .tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
    /*text-transform: uppercase !important;*/
}
.customcaps li.tb-megamenu-item.level-2.mega > a {
    /*text-transform: uppercase !important;*/
    font-weight: bold;
}
li.tb-megamenu-item.level-2.mega.dropdown-submenu > a {
    /*text-transform: uppercase !important;*/
}
/*#block-tb-megamenu-menu-hudmain .tb-megamenu .nav > li {
    margin-right: 50px;
}
*/
.genlink li {
    background: transparent url('/sites/default/files/images/redbullet.jpg') no-repeat 0px 3px;
    padding-left: 15px;
}
#header-big-text h2 a, #header-big-text h2 a:hover {
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    color: white;
}
a.header-text-espanol{
	color:#8bc3ff;
	margin-top: 5px;
	margin-right:10px;
    float: right;
}	
a.header-text-espanol:hover{
	color:#ff6550;
}
h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}
h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
}
h1 {font-size:26px;}
h2 {font-size:21px;}
h3 {font-size:18px;}
h4 {font-size:15px;}
h5 {font-size:13px;}
h6 {font-size:10px;}
.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
	margin-top:6px !important;
}
div < .ttlred {
	padding: 0px !important;
}
.ttlred h5 span {
    font-size: 16px !important;
    color: #e60000 !important;
    font-family: 'Poppins', sans-serif !important;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.add-padding-bottom_news{
        padding-bottom:10px;
}
div#hud-contentarea .slideshowwithnopadding div#myCarousel div.panel-body{
	padding: 0px !important;
}
.easy-breadcrumb {
	padding-top: 10px;
	padding-bottom: 10px;
}
.tb-megamenu .nav > li > a {
	/*text-transform: uppercase;*/
	font-family: 'Poppins', sans-serif;
	font-weight: 400 !important;
}
.slideimgmax {
	/*max-width: 1200px;
	max-height: 500px;*/
	width: 100%;
}
.iframe {
    font-size: 100% !important;
    height: 100% !important;
    width: 100% !important;
}
a {
    text-decoration: none !important;
	color:#005ebd;
}
p {
    line-height: 1.5;
}
blockquote {
	font-size: 100%;
	border: none;
}
.node-type-hud-state-homepage-template div#hud-contentarea div#myCarousel div.panel-body{
	padding: 0px !important;
}
div.ttlred div {
 left: 0px !important;
}
div.genlink ul{
 padding: 0px;
 list-style-type: none;
}
div.genlink ul li {
 padding-bottom: 5px;
}
.ttlbg{
  background: none !important;
  padding-bottom: 5px;
}
.ttlbg2{
  background: none !important;
}
.ttlred{
  background: none !important;
}
#ttlwrapper::parent {
    vertical-align:top;
}
div.ttlwrapper::parent {
    vertical-align:top;
}
.ttlwrapper, #ttlwrapper{
	margin-bottom:10px;
}
#featureboxgrad .title {
    FONT-WEIGHT: bold;
    FONT-SIZE: 1.2em;
    PADDING-BOTTOM: 6px;
    COLOR: #996633;
    PADDING-TOP: 0px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.rightsidewrapper {
  position: relative;
  padding: 10px !important;
 margin:10px;
}
.rightsidewrapper:before, .rightsidewrapper:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -3px;
  
}
.rightsidewrapper:before {
  top: -3px;
  width: 3px;
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #000);
  background-image: -moz-linear-gradient(transparent, #000);
  background-image: -o-linear-gradient(transparent, #000);
}
.rightsidewrapper:after {
  right: -3px;
  height: 3px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#000), to(transparent));
  background-image: -webkit-linear-gradient(left, #000, transparent);
  background-image: -moz-linear-gradient(left, #000, transparent);
  background-image: -o-linear-gradient(left, #000, transparent);
}
#areattl{
        font-size: 26px;
	color:#000;
	padding-bottom: 10px;
        margin: 0.67em 0;
	text-transform: uppercase;
}
#ttlred{
        font-size: 18px;
	color:#e60000;
}
.areattl{
        font-size: 24px;
	color:#000;
	padding-bottom: 10px;
}
.ttlred{
        font-size: 18px;
	color:#e60000;
}
.ttlred a {
	color:#e60000;
	font-size: 20px;
}
.text-red{
	font-size: 20px;
}
a.text-blue {
	color:#005ebd;
}
 
.no-padding {
	padding: 0 !important;
	margin: 0 !important;
}
.no-padding-left{
	padding-left: 0 !important;
	margin-left: 0 !important;	
}
.no-padding-right{
	padding-right: 0 !important;
	margin-right: 0 !important;	
}
.no-padding-bottom{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;	
}
.no-padding-top{
	padding-top: 0 !important;
	margin-top: 0 !important;	
}
.add-padding-top{
	padding-top:10px;
}
.add-padding-left{
	padding-left:10px;
	
}
.add-padding-right{
	padding-right:10px;
	
}
.add-padding-bottom{
	padding-bottom:5px;
}
.text-red, .field-name-field-huddle h2{
	color:#e60000;
	margin-top: 0px;
}
a.text-red:hover{
	color:#e60000;
}
.text-bred{
	color:#e60000 !important;
	font-weight: bold;
}
.text-bblack{
	color:black;
	font-weight: bold;
	font-family: 'IBM Plex Serif', serif;
}
.text-bblue{
	color:#1B6DC3;
	font-size: 18px;
	line-height: 20pt;
}
.text-blue{
	color:#0f395c;
}
.text-gray{
	color:#383838;
}
.text-white{
	color:#ffffff;
}
.text-green{
	color:#87934f;
}
.text-maroon{
	color:#691a15;
}
.text-lmaroon{
	color:#e60000;
}
.text-left{
	text-alignment:left;
}
.text-right{
	text-alignment:right;
}
a.text-white:hover, a.text-white:focus {
    color: #8bc3ff;
}	
.medium{
	font-size:90%;
}
.lower-line-height{
	line-height:1.3em;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.no-border{
    border: 0px solid #ffffff;
    border-radius: 0px;
}
.no-round-border{
	border-radius: 0px;
}
.dark-background{
	background-color:#123B67;
	border-color:#123B67;
}
.hud-header{
	padding:10px;
}
.home-left-img{
	padding-right:20px;
}
#hud-adblock{
	padding-top:40px;
	padding-bottom:40px;
	margin-bottom:0px;
}
.footer{
	background-color:#163667;
	border-color:#163667;
	margin:0px;
	width:100%;
	color:#ffffff;
	padding-bottom:15px;
}
body{
	padding-bottom:0px;
	min-width:360px; 
}
body.navbar-is-fixed-top {
    padding-top: 50px !important;
}
.set-hud-logo-width{
	width:120px;
}  
.hud-header{
	background-color:#ffffff;
}
.page-body-container{
	background-color:#ffffff;
	padding-top:5px;
	padding-bottom:0px;
}
.navbar{
	min-height:40px;
}
/*Styles for View Even and Odd rows*/
.views-row{
	padding: 7px;
	margin-bottom:20px;
    border-bottom: 1px dotted black;
}
#block-tb-megamenu-menu-hudmain .tb-megamenu .nav > li > a{
	padding-left: 5px;
	padding-right: 5px;
	font-size:20px;
	padding-top:24px;
	padding-bottom:24px;
}
#dark-header, #dark-header .hud-header{
	background-color:#123B67;
}
#dark-header{
	color:white;
}
#hud-logo{
	width: 95px;
}
.navbar.container, .navbar.container-fluid{
	margin-top:0px;
}
.navbar{
	margin-bottom:0px;
}
.navbar-default, .tb-megamenu .nav li.dropdown.active > .dropdown-toggle {
	border-radius:0px;
	color:#333;
}
.tb-megamenu {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.tb-megamenu .nav > li > a, .tb-megamenu .nav > .active > a{
  color:#FFF;
  border:0px;  
}
section#block-tb-megamenu-menu-menu-hudmain-v2021 .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu.nav-child {
    margin-top: 20px;
}
#block-tb-megamenu-menu-hudmain .tb-megamenu {
  background-color: #eaeaea;
}
#block-tb-megamenu-menu-hudmain .navbar-default, #block-tb-megamenu-menu-hudmain .tb-megamenu .nav li.dropdown.active > .dropdown-toggle {
	background-color:#eaeaea;
	border-radius:0px;
	color:#333;
}
#block-tb-megamenu-menu-hudmain .tb-megamenu .nav > li > a, #block-tb-megamenu-menu-hudmain .tb-megamenu .nav > .active > a{
  color:#333;
  border:0px;  
  background-color: #eaeaea;
}
.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #666 !important;
  border-bottom-color: #666;
}
.tb-megamenu .nav > li > a:focus, .tb-megamenu .nav > li > a:hover {
    color: #FFF;
    font-weight: 600 !important;
    font-size: 14px;
}
.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
	display:none;
}
.tb-megamenu .dropdown-menu li > a:hover, .tb-megamenu .dropdown-menu li > a:focus, .tb-megamenu .dropdown-submenu:hover > a {
    color: #000 !important;
    font-size: 14px;
    border-bottom: 3px solid #86C9F2;
    font-weight: 600 !important;
}
a.featured-news-readmore {
	font-size:16px !important; 
}
@media screen and (min-width: 1200px){
	a.featured-news-readmore {
		position: absolute;
		bottom: 10px;
		font-size:16px !important; 
	}
	
}
@media screen and (min-width: 981px) and (max-width: 1200px){
	.node-type-hud-main-homepage-template div#infocus{
		padding:0px;
	}
	
}
@media screen and (max-width: 979px){
	body{
		padding-top:0px;
	}
	.nav-collapse  .collapse {
		display:block;
	}
	.nav-collapse .collapse{
		overflow:visible !important;	
	}
	.navbar-fixed-top{
		position:fixed;
		top:0px;
	}
	.btn.btn-navbar.tb-megamenu-button{
		font-size:20px;
		margin-bottom:0px;
		margin-top:3px;
		display:none;
	}
	body[class*="node-type-hud-po-housing-"] #block-tb-megamenu-menu-hudmain, body[class*="node-type-hud-po-fheo-"] #block-tb-megamenu-menu-hudmain
	{
		display:none;
	}
	.custom-menu-block{	
		margin-top:50px;
	}
	.style-green.tb-megamenu .dropdown-menu .mega-nav{
		background-color:rgb(255,255,255)!important;
		background-color:#ffffff !important;
	}
	.style-green.tb-megamenu .dropdown-menu .mega-nav > li a{
		color:#333333;
	}
	.custom-menu-block .tb-megamenu-column, .left-inner-menu .tb-megamenu-column{
		background-color: #ffffff;
	}
	.custom-menu-block ul.menu.nav{
		width:200px !important;
		padding:10px;
	}
	div.collapse ul.tb-megamenu-nav.nav li.mega-group a.mega-group-title{
		text-transform:capitalize;
	}
	.node-type-hud-main-homepage-template div#infocus{
		padding:0px;
	}
	div#myCarousel  div.item .carousel-caption{
		padding-top: 10px !important;
		font-size: 80% !important;
	 }
	#block-block-2 > p > a > img{
		height:40px;
		width: 40px;
	}
	header#navbar{
		background-image: none;
		background-repeat: none;
	}
	section#block-block-2{
		width:100px;
		height:40px;
		padding:0px;
	}
	section#block-block-2 img{
		height: 40px;
		width: 40px;
	}
	section#block-block-2 {
		width: 50px !important;
	}		
}
.tb-megamenu .nav > .active > a:hover, .tb-megamenu .nav > .active > a:focus{
	color:#e65855 !important; 
}
/*End of Mega Menu Styling*/
.field-name-field-featurednews-headline dd.add-padding-bottom{
	padding-bottom: 20px;
}
/*Added for Bootstrap 3 carousel captions*/
/*.node-type-hud-main-homepage-template div#myCarousel .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: #333333;
    background: rgba(51, 51, 51, 0.8);	
}*/
/*.node-type-hud-state-homepage-template h2{
	font-size:22px;
	font-weight:normal;
}*/
/*.node-type-hud-main-homepage-template div#myCarousel  div.item .carousel-caption,
.node-type-hud-state-homepage-template div#myCarousel  div.item .carousel-caption */
						
div#myCarousel  div.item .carousel-caption{
    background: rgba(33, 60, 103, 0.9);
	width:100%;
	position:absolute;
	bottom: 0px;
	border-bottom: 5px solid #e60000;
}
div#myCarousel  div.item .carousel-caption h3{
	margin-left:15px;
	font-family: 'Poppins', sans-serif !important;
	font-weight:800;
	font-size:18px !important;
}
div#myCarousel  div.item .carousel-caption p{
	font-family: 'Poppins', sans-serif !important;
	font-size:18px !important;
	line-height: 1.3em;
}
.ftnewsarticle p.text-bred, .ftnewsarticle p.text-bblack{
	font-family: 'Poppins', sans-serif !important;
	font-size:16px !important;
	font-weight:700 !important;
}
.ftnewsarticle p{
	font-family: 'Poppins', sans-serif !important;
	font-size:18px !important;
	font-weight:400 !important;
	color: #000000;
}
/*.node-type-hud-main-homepage-template div#myCarousel  div.item .carousel-caption {
    background: #123b67;
    background: rgba(18, 59, 103, 0.8);	
	width:35%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	padding: 6%;
	padding-top:8%;
	
}*/
/*.node-type-hud-main-homepage-template div#myCarousel.carousel.slide a.left.carousel-control, .node-type-hud-state-homepage-template div#myCarousel  .carousel-control .left{*/
div#myCarousel.carousel.slide a.left.carousel-control,div#myCarousel  .carousel-control .left{
	z-index:11;
}
/*.node-type-hud-main-homepage-template div#myCarousel  .carousel-control .icon-prev
, .node-type-hud-state-homepage-template div#myCarousel  .carousel-control .icon-prev
, .carousel-control .glyphicon-chevron-left{*/
div#myCarousel  .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left{
	left:50%;
}
/*.node-type-hud-main-homepage-template div#myCarousel  .carousel-control .icon-next
, .node-type-hud-state-homepage-template div#myCarousel  .carousel-control .icon-next
, .carousel-control .glyphicon-chevron-right{*/
div#myCarousel  .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right{
	right:50%;
}
/*.node-type-hud-main-homepage-template div#myCarousel .carousel-control
, .node-type-hud-state-homepage-template div#myCarousel .carousel-control{*/
div#myCarousel .carousel-control{
	width:7%;
}
/*.node-type-hud-state-homepage-template div#myCarousel  div.item img.slideimage{*/
div#myCarousel  div.item img.slideimage{
	width:100% !important;
/*	width:65% !important;
	float:right;*/
}
div#myCarousel  div.item img.learn-more{
	margin-top:15px;
}
.node-type-hud-state-homepage-template div#myCarousel  div.item .panel-body, .node-type-hud-state-homepage-template .field-name-field-itemlist .panel-body,  .node-type-hud-state-homepage-template .field-name-field-featurednews .panel-body, .node-type-hud-state-homepage-template .pane-node-field-local-resources{
	padding:0px;
}
.node-type-hud-state-homepage-template .field-collection-container, .node-type-hud-state-homepage-template .field-collection-container .field-items .field-item, .node-type-hud-state-homepage-template .field-name-field-featurednews dl
, .node-type-hud-main-homepage-template .field-name-field-featurednews dl , .node-type-hud-main-homepage-template .field-collection-container{
	margin-bottom:0em;
}
.node-type-hud-state-homepage-template  .field-name-field-itemlist h2.text-red.text-center, .node-type-hud-state-homepage-template  .field-name-field-featurednews h2.text-red.text-center
,.node-type-hud-main-homepage-template .field-name-field-itemlist h2.text-red.text-center, .node-type-hud-main-homepage-template .field-name-field-featurednews  h2.text-red.text-center {
	text-align:left;
	padding-left:0px;
}
.node-type-hud-state-homepage-template  .field-name-field-local-resources h2{
	color: #e60000;
	text-align: left;
    padding-left: 0px;
}
.node-type-hud-state-homepage-template .field-name-field-local-resources  ul{
	list-style-type: none;
}
.node-type-hud-state-homepage-template .field-name-field-local-resources  ul li{
	margin-bottom:5px;
}
.node-type-hud-state-homepage-template .field-name-field-local-resources ul:nth-child(2){
	padding-left:0px;
}
.node-type-hud-state-homepage-template .field-name-field-local-resources ul:nth-child(2) ul{
	padding-left:10px;
}
.node-type-hud-main-homepage-template div#infocus div.panel-body{
	padding-top:0px;
}
.node-type-hud-main-homepage-template div.bootstrap-twocol-stacked{
	/*border-bottom-width:1px;
	border-bottom-color:#CCC;
	border-bottom-style: solid; */
}
.node-type-hud-main-homepage-template .home-page-hr hr{
      	border-top-width:1px;
       	border-top-color:#CCC;
       	border-top-style: solid; 
       	padding-bottom: 20px;
}
.node-type-hud-main-homepage-template .pane-node-field-ad-blocks{
	border-top-width:1px;
	border-top-color:#CCC;
	border-top-style: solid; 
	padding-bottom:40px;
	padding-top:20px;
}
.node-type-hud-main-homepage-template div.panel-panel.bottom{
/*	padding-top:20px;*/
}
.node-type-hud-main-homepage-template .pane-node-field-huddle, .node-type-hud-main-homepage-template #infocus{
	margin-bottom:40px !important;
}
.node-type-hud-main-homepage-template #firstadblock{
	clear:both;
}
.inner-pages{
	margin:15px;
	width:100%;
}
.carousel-indicators{
	position:absolute;
	bottom:-35px;
}
.carousel-indicators li {
  background-color: #999;
  background-color: rgba(70,70,70,.25);
}
.carousel-indicators .active {
  background-color: #444;
}
@media screen and (min-width: 980px){
	li.tb-megamenu-item.mega.mega-group > div{
	display:block !important;
	}
  #block-tb-megamenu-menu-hudmain .tb-megamenu-item.level-2.mega.dropdown-submenu.open > div {
    display:block !important;
  }
  #block-tb-megamenu-menu-hudmain .tb-megamenu-item.level-2.mega.dropdown-submenu > div {
    display:none !important;
  }
  
  .left-inner-menu .tb-megamenu-item.level-2.mega.dropdown-submenu.open > div {
	display:block !important;
  }
   .left-inner-menu .tb-megamenu-item.level-2.mega.dropdown-submenu > div {
	display:none !important;
  }
  .right-home-menu .tb-megamenu-item.level-2.mega.dropdown-submenu.open > div {
	display:block !important;
  }
  .right-home-menu .tb-megamenu-item.level-2.mega.dropdown-submenu > div {
	display:none !important;
  }
 li.tb-megamenu-item.level-3.mega.dropdown-submenu:hover > div{
  	display:block !important;
  }
  li.tb-megamenu-item.level-3.mega.dropdown-submenu > div{
  	display:none !important;
  }
  #block-tb-megamenu-menu-workbench-menu>ul {
	background:#eaeaea;
	color:black;
  }
	
		 
  
}
@media screen and (max-width: 767px){
	/*.carousel-caption p {
        font-size: 13px;
    }*/
    /*.carousel-caption {
    background: rgba(0, 0, 0, 0.55);
    }*/
	/*.node-type-hud-state-homepage-template div#myCarousel  div.item .carousel-caption {*/
	div#myCarousel  div.item .carousel-caption{
    position: absolute;
    top: 82%;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px 0px !important;
    background: #123b67;
    /*background: rgba(18, 59, 103, 0.8);*/
    width:100%;
	display:table;
	min-height:50px;	
	text-align:center;
	border-bottom:0px;
	}
	div#myCarousel, div#myCarousel.carousel.slide div.carousel-inner div.panel-body{
		border-bottom: 5px solid #e60000;
	}
	
	/*.node-type-hud-main-homepage-template div#myCarousel  div.item .carousel-caption{
    position: absolute;
	top:70%;
	right: 0;
    bottom: 0;
    left: 0;
    padding: 0px !important;
	padding-top: 3% !important;
	background: #123b67;
    background: rgba(18, 59, 103, 0.8);	
	width:100%;
	}*/
	/*.node-type-hud-main-homepage-template div#myCarousel  div.item .carousel-caption h3, .node-type-hud-state-homepage-template div#myCarousel  div.item .carousel-caption h3{*/
	div#myCarousel  div.item .carousel-caption h3{
		font-size:12px !important;		
		display:table-cell;
		/*vertical-align:middle;*/
	}
 	/*.node-type-hud-state-homepage-template div#myCarousel  div.item img.slideimage{*/
	div#myCarousel  div.item img.slideimage{
		width:100% !important;
		float:none;
	}
	#myCarousel div.item.active img.slideimage{
		padding: 0px !important;
	}										
	
	.node-type-hud-state-homepage-template  .field-name-field-itemlist h2.text-red.text-center, .node-type-hud-state-homepage-template  .field-name-field-featurednews h2.text-red.text-center, .node-type-hud-state-homepage-template .pane-node-title h2
	, .node-type-hud-state-homepage-template .field-name-field-local-resources ul:nth-child(2), .node-type-hud-state-homepage-template  .field-name-field-local-resources h2, .node-type-hud-state-homepage-template .field-name-field-itemlist-topic div.row
	, .node-type-hud-state-homepage-template .field-name-field-featurednews-headline div.row, .node-type-hud-main-homepage-template div#iwantto-row .field-name-field-itemlist div.row
	, .node-type-hud-main-homepage-template div#iwantto-row .field-name-field-itemlist div.row, .node-type-hud-main-homepage-template div#infocus, .node-type-hud-main-homepage-template div#iwantto-row h2.text-red.text-center
	{
		padding-left:10px;
	}
	
	.node-type-hud-main-homepage-template .field-name-field-itemlist .panel-body{
		padding:0px;
	}
	.node-type-hud-state-homepage-template div#myCarousel .carousel-control{
		width:15%;
	}
	
	img#facebook-icon, img#twitter-icon{
	 /*width:28%;*/
	}
	img#search-icon{
	 width:28%;	
	}
	.set-hud-logo-width{
	 width:80px;	
	}
	.hud-header-h2{
	 font-size:20px;
	}
	#hud-logo{
		width:80px;	
		margin-right:20px;
	}	
	#header-big-text h2{
		margin-top:10px;
	}
	#mobile-search-header{
		background-color:#123b67;
	}
	#search-icon{
		width:40px !important;
		margin-top:10px;
		float:right;
	}
	.youtubeqlinksbox {
		margin:0px;
	}
	.youtubeqlinksbox{
		margin-top:10px;
	}
}
@media screen and (max-width: 600px){
	div#myCarousel  div.item .carousel-caption{
		position: absolute;
		top: 75%;
		min-height:70px;
		border-bottom:0px;
    }
	div#myCarousel  div.item .carousel-caption h3{
		font-size:12px !important;
	}
	div#myCarousel, div#myCarousel.carousel.slide div.carousel-inner div.panel-body{
		border-bottom: 5px solid #e60000;
	}
	.youtubeqlinksbox {
		margin:0px;
	}
	
}
@media screen and (max-width: 480px){
	div#home-slideshow div#myCarousel  div.item .carousel-caption{
		position: absolute;
		top: 75%;
		border-bottom:0px;
    }
	div#myCarousel  div.item .carousel-caption{
		position: absolute;
		top: 60%;
		border-bottom:0px;
    }
	div#myCarousel  div.item .carousel-caption h3{
		font-size:11px !important;
	}
	div#myCarousel, div#myCarousel.carousel.slide div.carousel-inner div.panel-body{
		border-bottom: 5px solid #e60000;
	}
	.youtubeqlinksbox {
		margin:0px;
	}
}									 
@media screen and (min-width: 768px){
	/*.node-type-hud-po-pih-subpage-template .slideimgmax, */
	body[class*="node-type-hud-po-"] .slideimgmax{
		max-height:none;
		min-height:500px;
	}
	
}
.carousel-control.left, .carousel-control.right{
	background-image:none;
}
.field-collection-view{
	border:0px;
	padding:0px;
	margin:0px;
}
.field-collection-container, .panel-default{
	border:0px;
}
.panel{
	box-shadow:none;
}
.pane-node-field-huddle h2{
	color:#e60000;
}
.custom-menu-block ul.nav li{
	list-style:none !important;
	padding:10px;
}
.custom-menu-block ul.nav li.dropdown ul.dropdown-menu {
  margin-top: 0;
  position: relative;
  left: 0px;
  border:0px !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175) !important;
  webkit-box-shadow: 0px !important;
  padding-left:10px;
  border-radius:0px;
  background-color:none;  
}
.custom-menu-block ul.nav li.dropdown ul.dropdown-menu li{
  list-style:none;
  padding-bottom:5px;
}
div.nav-collapse.always-show.collapse .tb-megamenu .mega-group-ct{
  margin-top:50px;
  
}
a.mega-group-title{
  text-transform:capitalize !important;
  padding:0px !important;
}
.tb-megamenu .custom-menu-block  .open > .dropdown-menu{
	display:none;
}
.tb-megamenu .left-inner-menu  .mega-group .open > .tb-megamenu-submenu .mega-group-ct .nav-child{
	display:none !important;
}
.custom-menu-block  li.first{
	display:none !important;
}
div.hudpagepad td{
	padding:5px;
}
/*End of Carousel custom CSS */
#custom-search-input{
    padding: 10px;
    border: solid 0px #E4E4E4;
    border-radius: 0px;
    background-color: #000;
	color:#555555;
	min-height:60px;	
}
#custom-search-input .form-control{
	font-size:18px;
}
#custom-search-input .input-group{
	background:#fff;
	color:#cccccc;
}
.search-remove-icon{
	top:5px;
}
.search-remove-icon a{
	font-size:25px;
	color:#fff;
}
#custom-search-input input{
    border: 0;
    box-shadow: none;
}
#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}
#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}
#custom-search-input .glyphicon-search{
    font-size: 23px;
}
/*addition of PO right side menu css */
.pomenuwrapper {
 background-color: #9CF;
 width: auto !important;
 height: auto !important;
 background: url('images/hudimg?id=pomenu_bg.jpg') repeat-x;
 text-align: center;
 vertical-align: top;
 position: relative;
 float: left;
 color: #19527F;
 z-index: 999;
}
#pomenubar, #pomenubar ul {
 padding: 0;
 margin: 0;
 list-style: none;
 color: #19527F;
 font-family: 'Poppins', sans-serif;
}
#pomenubar a {
 display: block;
 text-decoration: none;
 padding: 5px 5px 5px 5px;
 font-size: 11px;
 font-weight: bold;
 color: #19527F;
 font-family: 'Poppins', sans-serif;
}
#pomenubar a.trigger {
 padding: 1px 7px 1px 7px;
 border-right: 2px solid #19527F;
}
#pomenubar a.trigger_rt {
 padding: 1px 7px 1px 7px;
}
#pomenubar a.trigger_lt {
 padding: 1px 7px 1px 15px;
 border-right: 2px solid #19527F;
}
#pomenubar li {
 color: #19527F;
 float: left;
 width: auto; 
}
#pomenubar ul li a  {
 color: #19527F;
 border-right: 0;
    font-weight: bold;
    font-size: 11px;
    text-transform: none;
 padding: 3px 7px 3px 7px;
 text-align: left;
}
#pomenubar li ul {
    z-index: 999;
 position: absolute;
 display: none;
 background-color: #FFFFFF;
 border-top: 1px solid #19527F;
 border-right: 1px solid #19527F;
 border-left: 1px solid #19527F;
 border-bottom: 1px solid #19527F;
}
#pomenubar li:hover a, #pomenubar a:focus,
#pomenubar a:active, #pomenubar li.pohvr a {
 color: #FFFFFF;
 background-color: #00295a;
 text-decoration:none;
}
#pomenubar li:hover ul, #pomenubar li.pohvr ul {
 display: block;
}
#pomenubar li:hover ul a, #pomenubar li.pohvr ul a {
 color: #19527F;
 background-color: transparent;
}
#pomenubar ul a:hover {
 background-color: #00295a!important;
 color: #FFFFFF!important;
 text-decoration:none;
}
#pomenubar li {width: auto;}
/*End of PO right side menu CSS*/
#hud-contentarea tbody td{
	padding:10px;
}
#hud-contentarea table.no-padding tbody td{
	padding:0px;
}
#hud-contentarea table.fivepx-padding tbody td{
	padding:5px;
}
#hud-contentarea table.fivepx-padding tbody td{
	padding:5px;
}
figcaption{
	font-size:85%;
}	
#hud-contentarea div.dark-hr  hr, #hud-contentarea hr.dark-hr{
	border-top: 1px solid #666666;
}
.ttlwrapper .genlink font a, .ttlwrapper .genlink font, tbody tr td font a, tbody tr td a font, .hudpagepad, .hudpagepad p span, .hudpagepad font{
	/*font-family: 'IBM Plex Serif', serif !important;*/
	font-family: 'IBM Plex Serif', serif !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
	margin: 0 0 15px !important;
}
/*Styles to make the bootstrap font black*/
body{
	color:#000000;
}
/*Styles added for Home page Adblocks*/
 div#adBlockCarousel .carousel-control{
	color:#123B67;
}
#adBlockCarousel .carousel-inner .field-collection-view{
	float:left;
}
#adBlockCarousel span.glyphicon{
	color:#123B67;
}
#adBlock-slider-control img{
  padding-top: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 992px){
#adBlock-slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}
}
#adBlockCarousel img.adBlockSliderImage{
	padding-left:20px;
	width:158px;
}
@media screen  and (max-width: 1199px){
	#adBlockCarousel img.adBlockSliderImage{
		width:120px;
	}	
/*	.tb-megamenu .nav > li{
		margin-right:25px;
	}
*/
	section#block-block-2{
		width:100px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
 #adBlockCarousel img.adBlockSliderImage{
	width: 170px;
    padding-left: 20px;
  }
	h2#xs-header-title{
		padding-top:0px;
		margin-top:0px;	
		margin-left:50px; 
		font-family: 'Poppins', sans-serif;
		font-size:24px; 
		font-weight:bold;
	}
	h2#xs-header-title a{
		color:white;
	}
	section#block-block-1{
		  display:none;
	}
} 
@media screen and (max-width: 767px){
 #adBlockCarousel img.adBlockSliderImage{
		width:85px;
		padding-left:5px;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1{
    display: block;
  }
  section#block-block-1{
		  display:none;
	  }
  
	
}
.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 ,
  .carousel-showmanymoveone .carousel-inner .cloneditem-2{
    display: block;
  }
 
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/*What We Do Css */
.whatwedo .lb-album{
	width: 100%;
	margin: 0 auto;
	font-family: 'IBM Plex Serif', serif;
	
}
.whatwedo .lb-album li{
	float: left;
	margin: 20px 20px 60px 20px;
	position: relative;
	list-style:none;
}
.whatwedo .lb-album li .overlay-text , .whatwedo .lb-album li .overlay-text a{
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
	color:#000;
}
.whatwedo .lb-album li > a,
.whatwedo .lb-album li > a img{
	display: block;
}
.whatwedo .lb-album li > a{
	width: 200px;
	height: 200px;
	position: relative;
	padding: 10px;
	background: #f1f1f1;
	-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}
.whatwedo .lb-album li > a span{
	position: absolute;
	width: 200px;
	height: 200px;
	top: 0px;
	left: 0px;
	text-align: center;
	line-height: 20px;
	/*color: rgba(27,54,81,0.8);*/
	color: #FFF;
	/*text-shadow: 0px 1px 1px rgba(255,255,255,0.6);*/
	font-size: 18px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background-image: url(/sites/dfiles/images/whatwedo_mouseover.jpg);
	/*
	background: rgb(241,210,194);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.9) 0%, rgba(241,241,241,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.9)), color-stop(100%,rgba(241,241,241,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.9) 0%,rgba(241,241,241,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.9) 0%,rgba(241,241,241,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.9) 0%,rgba(241,241,241,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.9) 0%,rgba(241,241,241,1) 100%);
	*/
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	text-align:left;
	padding: 10px 10px;
	font-size:15px !important;
	font-weight:bold;
}
.whatwedo .lb-album li > a:hover span{
	opacity: 0.8;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
/*End of What We Do Css*/
/*Start of css for pages that imitate Secretary of HUD design */
.soh-type-pages .box{
width:100%;
height:33px;
padding: 10px;
background-image:url(/sites/dfiles/Main/images/box_bg_sec.jpg);
color:#000 !important;
font-size: 14px;
vertical-align:central;
}
.soh-type-pages #arrow_pr{
width:74px;
height:25px;
padding: 2px;
text-align:center;
background-image:url(/sites/dfiles/Main/images/pr_arrow1.jpg); 
color:#fff !important;
font-size: 14px;
padding-right: 2% !important;
float:left;
}
.soh-type-pages #arrow_pr_oval{
	width:74px;
	height:25px;
	padding: 2px 4px 4px 10px;
	background:url(/sites/dfiles/images/arrow_oval_gray.png) no-repeat; 
	color:#fff ;
	font-size: 14px;
	padding-right: 60px !important;
	float:left;
	text-align:centern !important;
	
}
.soh-type-pages #arrow_pr_text
{
  float:left;
  padding-left: 20px;
  
}
.soh-type-pages .flickrwrap {position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}
.soh-type-pages .flickrwrap iframe {position:absolute;top:0;left:0;width:80%;height:80%;}
.soh-type-pages .noprint {
	display: none ;
	}
	/* Screen Only */
@media screen {
 .soh-type-pages .noprint {display:block !important;}
}
/* Print Only */
@media print {
 .soh-type-pages .noprint {display:none !important;}
 .soh-type-pages #right_keystaff{ font-size:10px; !important}
 .soh-type-pages .box {height: 30px !important;
 font-size: 12px !important; vertical-align:middle; color:#fff !important;}
}
 .soh-type-pages #left_keystaff {
      width: 25%;
	  
      float: left;
    }
   .soh-type-pages #right_keystaff {
      margin-left: 30%;
      /* Change this to whatever the width of your left column is*/
    }
  .soh-type-pages  .clear {
      clear: both;
    }
 
 
 @media all and (max-width: 1099px) {
	.soh-type-pages #arrow_pr_text, #arrow_pr
	{
	  font-size:18px !important;
	}
}
 @media all and (max-width: 768px) {
	.soh-type-pages #left_keystaff
	{
	 display:none !important;
	}
	.soh-type-pages #right_keystaff{
		margin-left:0px;
	}
}
.soh-type-pages #arrow_pr_oval{ padding-right: 80px !important;
 }
/*End of css for Secretary of HUD type of pages*/
.node-type-hud-state-homepage-template div#ttlpos {
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 25px;
}
.node-type-hud-state-homepage-template .pane-node-field-local-resources ul li{
	display:none;
}
.node-type-hud-state-homepage-template .pane-node-field-local-resources ul li:nth-child(1), .node-type-hud-state-homepage-template .pane-node-field-local-resources ul li:nth-child(2), .node-type-hud-state-homepage-template .pane-node-field-local-resources ul li:nth-child(3), .node-type-hud-state-homepage-template .pane-node-field-local-resources ul li:nth-child(4), .node-type-hud-state-homepage-template .pane-node-field-local-resources ul li:nth-child(5) {
	display:block;
}
/*added for What We Do page */
.wwd-type-pages .boxed {
   border: 0px;
   background-color:#fff;
   min-height: 350px;
 } 
.wwd-type-pages .p_box { padding-left: 0px; line-height: 30px; position:relative; top: -30px;}
.wwd-type-pages h1 { padding-left: 0px; position:relative; top: -20px !important;}
.wwd-type-pages .hr { width: 273px; float:left; position:relative; top: -20px; height: 2px; background:#D00; border-color:#D00; margin-bottom: 10px; margin-top: 10px}
 
 @media all and (max-width: 870px) {
	.wwd-type-pages .boxed { padding-bottom: 30px; text-align:center; width: 100%}
	.wwd-type-pages .hr { width: 100%}
	.wwd-type-pages h1 { text-align:center !important}
}
/*End of What We do pages */
</style></div>
      
  </section>

<section id=block-block-28  id="block-bootstrap-hudgov-v2021-t1-govwebsiteline" class="block block-block block-block-content block-block-content895c4970-1046-4880-b567-754b1a4f5d9f clearfix">
  
    

      
            <div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><style type="text/css">.usa-banner, .usa-banner p, .usa-banner a{
    font-family: Work Sans, Source Sans Pro,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size: 12px;
    font-weight: 500;
    background-color: #f0f0f0;
    padding: 2px;
}
.usa-banner a {
    text-decoration: underline !important;
}
.usa-banner .accordion-toggle.collapsed:after {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 284.929 284.929'%3e%3cpath d='M282.082 76.51L267.808 62.24c-1.902-1.906-4.093-2.856-6.57-2.856-2.47 0-4.66.95-6.563 2.856L142.465 174.44 30.263 62.24c-1.903-1.905-4.093-2.855-6.567-2.855-2.475 0-4.665.95-6.567 2.856L2.856 76.516C.95 78.417 0 80.607 0 83.082c0 2.473.953 4.663 2.856 6.565L135.9 222.693c1.9 1.903 4.092 2.854 6.566 2.854s4.66-.95 6.562-2.854L282.082 89.647c1.902-1.903 2.847-4.093 2.847-6.565 0-2.475-.946-4.665-2.848-6.57z' fill='%23205493'/%3e%3c/svg%3e") no-repeat;
    width: 12px;
    height: 12px;
    content: "";
    background-size: 12px 12px;
    display: inline-block;
    background-position-y: 3px;
}
.usa-banner .accordion-toggle:after {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 284.929 284.929'%3e%3cpath d='M282.082 195.285L149.028 62.24c-1.9-1.903-4.088-2.856-6.562-2.856s-4.665.953-6.567 2.856L2.855 195.285C.95 197.19 0 199.378 0 201.853c0 2.474.953 4.664 2.856 6.566l14.272 14.27c1.903 1.903 4.093 2.854 6.567 2.854s4.664-.95 6.567-2.854l112.204-112.202 112.208 112.21c1.902 1.902 4.093 2.847 6.563 2.847 2.478 0 4.668-.95 6.57-2.848l14.274-14.277c1.903-1.902 2.848-4.093 2.848-6.566 0-2.476-.944-4.666-2.846-6.57z' fill='%23205493'/%3e%3c/svg%3e") no-repeat;
    width: 12px;
    height: 12px;
    content: "";
    background-size: 12px 12px;
    display: inline-block;
    background-position-y: 3px;
}
.usa-banner .panel-body {
    background-color: #f0f0f0;
}
.usa-banner__lock-image {
    height: 1.5ex;
    width: 1.21875ex;
}
.usa-media-block__img {
    flex-shrink: 0;
    margin-right: 0.5rem;
}
.usa-banner__icon {
    width: 2.5rem;
    padding-bottom: 30px;
    float: left;
}
</style><div class="usa-banner container"><div class="container zero-padding"><div class="col-sm-12" style="background-color:#f0f0f0;"><p><img class="usa-banner__header-flag" alt="U.S. flag" src="/sites/dfiles/Main/images/us_flag_small.png"> &nbsp;&nbsp;An official website of the United States Government&nbsp;&nbsp; <a class="accordion-toggle collapsed" href="#collapseBanner" data-parent="#accordion" data-toggle="collapse">Here’s how you know</a></p></div></div><div class="panel-collapse collapse" id="collapseBanner"><div class="panel-body"><div class="col-sm-12 col-md-6"><p><img class="usa-banner__icon usa-media-block__img" alt="" aria-hidden="true" role="img" src="/sites/dfiles/Main/images/icon-dot-gov.svg"></p><p><strong>Official websites use .gov&nbsp;</strong><br>A <strong>.gov</strong> website belongs to an official government organization in the United States.</p></div><div class="col-sm-12 col-md-6"><p><img class="usa-banner__icon usa-media-block__img" alt="" aria-hidden="true" role="img" src="/sites/dfiles/Main/images/icon-https.svg"></p><p><strong>Secure .gov websites use HTTPS&nbsp;</strong><br>A <strong>lock</strong> ( <span class="icon-lock"><svg class="usa-banner__lock-image" aria-labelledby="banner-lock-title-default banner-lock-description-default" focusable="false" height="64" role="img" viewBox="0 0 52 64" width="52" xmlns="http://www.w3.org/2000/svg"><title id="banner-lock-title-default"></title><desc id="banner-lock-description-default">A locked padlock</desc> <path d="M26 0c10.493 0 19 8.507 19 19v9h3a4 4 0 0 1 4 4v28a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V32a4 4 0 0 1 4-4h3v-9C7 8.507 15.507 0 26 0zm0 8c-5.979 0-10.843 4.77-10.996 10.712L15 19v9h22v-9c0-6.075-4.925-11-11-11z" fill="#000000" fill-rule="evenodd"></path></svg></span>) or <strong>https://</strong> means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.</p></div></div></div></div></div>
      
  </section>

<section id=block-gtranslate-gtranslate  id="block-bootstrap-hudgov-v2021-t1-gtranslate" class="block block-block block-gtranslate block-gtranslate-block clearfix">
  
    

      
<script>window.gtranslateSettings = {"switcher_horizontal_position":"left","switcher_vertical_position":"bottom","horizontal_position":"inline","vertical_position":"inline","float_switcher_open_direction":"top","switcher_open_direction":"bottom","default_language":"en","native_language_names":1,"detect_browser_language":0,"add_new_line":1,"select_language_label":"Select Language","flag_size":32,"flag_style":"2d","globe_size":60,"alt_flags":{"en":"usa"},"wrapper_selector":".notranslate","url_structure":"none","custom_domains":null,"languages":["en","fr","de","it","es"],"custom_css":""};</script><script>(function(){var js = document.createElement('script');js.setAttribute('src', 'https://cdn.gtranslate.net/widgets/latest/float.js');js.setAttribute('data-gt-orig-url', '/');js.setAttribute('data-gt-orig-domain', 'www.hud.gov');document.body.appendChild(js);})();</script>
  </section>

<section id=block-block-31  id="block-bootstrap-hudgov-v2021-t1-hudtopheaderline2025" class="block block-block block-block-content block-block-content20ce6e1c-569e-4446-a587-04709a172d21 clearfix">
  
    

      
            <div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><style type="text/css">
    /****************** Header Styles ******************/
    .searchboxblock2{ margin-bottom: 10px;}
    .logo{
        color: #FFF;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        letter-spacing: 0.03em;	
        }
        
    .firstlinemenubar2025{ background-color:#163667; border-bottom: solid 1px #fff;}
    .firstlinemenubar2025 a {
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        letter-spacing: 0;
        padding-right: 25px;
    }
    .hudmobilemenu2021:after {
        background: url(/sites/dfiles/Main/images/hamburger_nav.png) no-repeat;
        width: 32px;
        height: 32px;
        content: "";
        background-size: 32px 32px;
        display: inline-block;
        float: right;
        margin-top: 7px;
    }
    .form-control2{
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #cccccc;
        }
    .author{ display:none !important;}
    .header_3rd_box{margin-top:30px;}
    @media (min-width: 1440px) {
    }
    @media (min-width: 1201px) and (max-width: 1440px) {
        .navlink1{ font-size:24px;}
        .form-control2{ width:175px;}
    }
    @media (min-width: 1025px) and (max-width: 1200px) {
        .navlink1{ font-size:24px;}
        .form-control2{ width:175px;}
    }
    @media (min-width: 992px) and (max-width: 1024px) {
        .navlink1{ font-size:16px;}
        .navlink2{ padding-right:15px !important;}
        .form-control2{ width:130px;}
        .header_3rd_box{padding-left:0px;}
    }
    @media (min-width: 768px) and (max-width: 991px) {
    }
    @media (max-width: 767px) {
        .form-control2{ width:150px;}
    }
    /****************** Homepage  Styles ******************/
    .fedbluebackbox{ background-color:#163667;}
    .darkbluebackbox{ background-color:#08254d;}
    .whitebackboxplain, .whitebackboxbb, .whitebackboxtb { background-color:#fff;}
    .feature_link{ font-weight:bold;}
    .imgbox{ width:100%; background-color:#FFF; padding:25% 10px; margin-top:20px; min-height:400px; height:100%; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; border: solid 15px white;
    }
    .imgbox:hover{ 
         border: solid 1px white;
         
        -webkit-transition: border 0.5s;
             -moz-transition: border 0.5s;
               -o-transition: border 0.5s;
              -ms-transition: border 0.5s;
                  transition: border 0.5s;   
    }
    .imgbox img{ width:100%;}
    .textoverlay{background:rgba(19,45,85,0.6); padding:20px 30px; min-height: 150px; margin:20px; position:relative; top:25%;}
    .feature_box{ width:100%; background-color:#FFF; padding:20px; margin-bottom:15px;}
    .feature_box img{ width:100%;}
    .heading_margin { margin-top:0px; margin-bottom:40px;}
    .morelink{ padding:25px; background-color:#183568; color:#FFF;}
    .morelink:hover{ background-color:#183568;}
    .listlarge li { font-size:20px !important; color: #163667 !important;}
    .listlarge li::marker { color: #163667 !important;}
    .fedbluebackbox .listlarge a { color:#FFF;} 
    .fedbluebackbox .listlarge a:hover { text-decoration:underline;} 
    .listlarge a:hover { color:#337ab7;} 
    
    .headerone strong, .headertwo strong, .headerthree strong, .headerfour strong, .headerfive strong, .paralarge strong, .paramedium strong { color: #163667;}
    .headeronei strong, .headertwoi strong, .headerthreei strong, .headerfouri strong, .headerfivei strong, .paralargei strong, .paramediumi strong { color: #fff;}
    .paralarge strong, .paralargei strong { font-size:20px;}
    .headerone strong, .headeronei strong { font-size:50px;}
    .headertwo strong, .headertwoi strong { font-size:38px;}
    .headerthree strong, .headerthreei strong { font-size:28px;}
    .headerfour strong, .headerfouri strong { font-size:22px;}
    .headerfive strong, .headerfivei strong { font-size:20px;}


    .headerfive2{ padding-top:20px;}
    .prioritiesbox{}
    @media (min-width: 1440px) {
        .bluebackbox, .graybackbox, .darkbluebackbox, .whitebackboxplain, .whitebackboxbb, .whitebackboxtb, .fedbluebackbox {
            padding: 60px 80px;
        }
        .bluebackbox, .graybackbox, .darkbluebackbox, .topbanner, .whitebackboxplain, .whitebackboxbb, .whitebackboxtb, .bottombanner, .middlebanner, .fedbluebackbox {
            margin-left:-40px;
            margin-right:-40px;
        }
        .feature_box .headerfour{ height:100px;}
        .priorities_container{bottom: 13%; position: absolute; right: 5%;}
        .priorities_box{}
    }
    @media (min-width: 1201px) and (max-width: 1440px) {
        .bluebackbox, .graybackbox, .darkbluebackbox, .whitebackboxplain, .whitebackboxbb, .whitebackboxtb, .fedbluebackbox {
            padding: 60px 80px;
        }
        .bluebackbox, .graybackbox, .darkbluebackbox, .topbanner, .whitebackboxplain, .whitebackboxbb, .whitebackboxtb, .bottombanner, .middlebanner, .fedbluebackbox {
            margin-left:-40px;
            margin-right:-40px;
        }
        .middleboxes{ padding:20px 15px;}
        .imgbox{ min-height:350px; padding:20px 15px;}
        .feature_box .headerfour{ height:120px;}
        .priorities_container{bottom: 17%; position: absolute; right: 5%;}
    }
    @media (min-width: 1025px) and (max-width: 1200px) {
        .bluebackbox, .graybackbox, .darkbluebackbox, .whitebackboxplain, .whitebackboxbb, .whitebackboxtb, .fedbluebackbox {
            padding: 60px 80px;
        }
        .bluebackbox, .graybackbox, .darkbluebackbox, .topbanner, .whitebackboxplain, .whitebackboxbb, .whitebackboxtb, .bottombanner, .middlebanner, .fedbluebackbox {
            margin-left:-40px;
            margin-right:-40px;
        }
        .middleboxes{ padding:20px 10px;}
        .imgbox{ min-height:350px; padding:20px 10px;}
        .feature_box .headerfour{ height:150px;}
        .priorities_container{bottom: 17%; position: absolute; right: 6%;}
    }
    @media (min-width: 992px) and (max-width: 1024px) {
        .bluebackbox, .graybackbox, .darkbluebackbox, .whitebackboxplain, .whitebackboxbb, .whitebackboxtb, .fedbluebackbox {
            padding: 60px 80px;
        }
        .bluebackbox, .graybackbox, .darkbluebackbox, .topbanner, .whitebackboxplain, .whitebackboxbb, .whitebackboxtb, .bottombanner, .middlebanner, .fedbluebackbox {
            margin-left:-40px;
            margin-right:-40px;
        }
        .middleboxes{ padding:20px 10px;}
        .imgbox{ min-height:350px; padding:20px 10px;}
        .feature_box .headerfour{ height:150px;}
        .priorities_container{bottom: 15%; position: absolute; right: 6%;}
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .bluebackbox, .graybackbox, .darkbluebackbox, .whitebackboxplain, .whitebackboxbb, .whitebackboxtb, .fedbluebackbox {
            padding: 60px 80px;
        }
        .bluebackbox, .graybackbox, .darkbluebackbox, .topbanner, .whitebackboxplain, .whitebackboxbb, .whitebackboxtb, .bottombanner, .middlebanner, .fedbluebackbox {
            margin-left:-40px;
            margin-right:-40px;
        }
        .feature_box .headerfour{ min-height:185px;}
        .feature_box .headerfive{ height: 50px;}
        .priorities_container{bottom: 11%; position: absolute; right: 8%;}
    }
    @media (max-width: 767px) {
        .bluebackbox, .graybackbox, .darkbluebackbox, .whitebackboxplain, .whitebackboxbb, .whitebackboxtb, .fedbluebackbox {
            padding: 20px;
        }
        .bluebackbox, .graybackbox, .darkbluebackbox, .topbanner, .whitebackboxplain, .whitebackboxbb, .whitebackboxtb, .bottombanner, .middlebanner, .fedbluebackbox {
            margin-left:-40px;
            margin-right:-40px;
        }
        .feature_box .headerfour{ height:125px;}
        .feature_box{ margin-bottom:15px;}
        .priorities_container{}
        .priorities_box{}
        .sticky-container{position:fixed; z-index:99; padding:20px; bottom:65px !important;}
    }
    </style><style type="text/css">
    /****************** Subpage  Styles ******************/
    html {scroll-behavior: smooth;}
    .sticky-container{position:fixed; z-index:99; padding:20px; bottom:0px; right:2%; background-color: rgba(234, 234, 234, .6);}
    .boxCrisis{ background-color:#01184a; padding:10px 30px;  border-left: solid 5px #a52270;}
    .boxCrisis a:hover{ text-decoration:underline !important;}
    .boxCrisis a, .btnMore, .btnMore:hover{ color:#FFF;}
    .btnMore:hover{ background-color: #337ab7;}
    .btnLocalOffice, .btnHelp, .btnMore{padding:15px 30px; font-weight: bold; font-size: 16px;}
    .btnMore{ background-color: #094B83; border:  solid 1px #fff;}
    .btnLocalOffice{ text-wrap: wrap;}
    .btn-padding{padding: 10px 25px;}
    .sticky-help{ position:sticky; top:0; text-wrap:balance;}
    .sticky-item > div.col-xs-12 { padding:5px 0;}
    .homebutton{ height:50px; padding-left:20px;}
    
    .breadcrumb{ margin-bottom:0px!important; margin-left:-40px!important; margin-right:-40px!important; background-color:#163667; border:none; border-radius:0px;}
    .breadcrumb a, .paralargei a, .paramediumi a, .headerfouri a, .headerfivei a { color:#FFF; text-decoration:underline!important;}
    .breadcrumb a:hover, .paralargei a:hover { font-weight:bold;}
    .breadcrumb li{ color:#FFF!important;}
    .top-padding-sm{ padding-top:20px;}
    .bottom-padding{ padding-bottom:40px;}
    .bottom-padding-sm{ padding-bottom:20px;}
    .padding20{ padding: 20px;}
    .padding10{ padding: 10px;}
    .issue, .issue_gray{ padding:10px; border-top: solid 1px #ddd;}
    .help, .help_gray{ padding:10px; border-top: solid 1px #ddd;}
    .help .collapse { height:200px !important; display:block; overflow:hidden;}
    .help .collapse.collapse-short{ height:100px !important; display:block; overflow:hidden;}
    .help .collapse.in { height: 100% !important; display:block; margin-bottom:30px;}
    .help .collapse_button{ background-color:rgba(255,255,255,1); cursor: pointer; border-bottom: solid 1px; border-top: solid 1px; padding: 10px; position: absolute; width: 100%; bottom: 0px; left:0px;}
    .graybackbox .collapse_button{ background-color:#eaeaea !important; cursor: pointer; border-bottom: solid 1px; border-top: solid 1px; padding: 10px; position: absolute; width: 100%; bottom: 0px;}
    .bluebackbox .collapse_button{ background-color:#DFF2FD !important; cursor: pointer; border-bottom: solid 1px; border-top: solid 1px; padding: 10px; position: absolute; width: 100%; bottom: 0px;}
    .newsbox .collapse{ height:225px !important; display:block; overflow:hidden;}
    .newsbox .collapse.in{ height: 100% !important; display:block; margin-bottom:30px;}
    .newsbox .collapse_button{cursor: pointer; padding: 10px; border-top: solid 1px #163667; border-bottom: solid 1px #163667;}
    .collapse.in + .collapse_button::after{ content:"Show Less -";}
    .collapsing + .collapse_button::after{ content:"Show More +";}
    .collapse + .collapse_button::after{ content:"Show More +";}
    div#hudgov-main-container {
        padding-top: 0px !important;
        margin-top:20px;
    }
    @media (max-width: 767px) {
        .issue{background-color:#eaeaea;}
        /*.issue_gray{background-color:#fff;}*/
        .help, .help_gray{ padding:10px 10px 25px 10px;}
    }
    .borderbox{ padding:20px; border: solid 1px #333;}
    </style><style type="text/css">@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
    .panel-title > a:before {
        float: right !important;
        font-family: FontAwesome;
        content:"\f068";
        padding-right: 5px;
    }
    .panel-title > a.collapsed:before {
        float: right !important;
        content:"\f067";
        
    }
    .panel-title > a:hover, 
    .panel-title > a:active, 
    .panel-title > a:focus  {
        text-decoration:none;
        font-weight: bolder;
    }
    .panel-default > .panel-heading {
        color: #333333;
        background-color: #fff;
        border-color: #dddddd;
    }
    .panel-default{ border: solid 1px #ddd !important;}
    .panel-heading {padding: 20px; }
    .panel-body {padding: 5px 20px 10px 20px; }
    
    .navSubmenu { display: none; position: absolute; background-color: #163667; height: auto; z-index: 999; border: solid 1px #fff; padding: 10px;}
    .navSubmenu ul { list-style: none; padding-left:0;}
    .navSubmenu ul li { padding: 10px;}
    .navlinkdiv:hover > .navSubmenu { display: block;}
    .navSubmenu ul li a:hover {text-decoration: underline !important;}
    .navlinkdiv { display: inline-block;}
    .hud-sort-content { display: none;}
    .hud-sort-default{display: block;}
	.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  background-color:rgba(0,0,0,0.7);
  overflow:scroll;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > div {
  width: 100%;
  max-width:1400px;
  min-width:400px;
  position: relative;
  margin: 10% auto;
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  background: #fff3d7;
	border: solid 2px #151515;
}
    </style><div class="firstlinemenubar2025"><div class="row no-padding"><div class="col-xs-3 col-sm-1" style="margin-top:30px;"><button class="hudmobilemenu2021" id="hudmobilemenu2021" onclick="clickmobilemenu();" aria-label="Menu"></button></div><div class="col-md-8 hidden-xs hidden-sm" style="margin-top:30px;"><div class="navlinkdiv" id="helping_americans"><p class="headerthreei"><a class="navlink1" href="/helping-americans">Helping Americans</a></p><div class="navSubmenu helping_americans_submenu"><ul><li><a href="/helping-americans#Homeownership">Help with Homeownership</a></li><li><a href="/helping-americans#Affordable">Find Affordable Places to Live</a></li><li><a href="/helping-americans#Counselor">Find a HUD-certified counselor</a></li><li><a href="/helping-americans#HousingChoiceVoucher">Housing Choice Voucher</a></li><li><a href="/helping-americans#ExperiencingHomelessness">Experiencing Homelessness</a></li><li><a href="/helping-americans#ReportIssue">Report an Issue</a></li><li><a href="/helping-americans#CurrentResidents">Current HUD Residents</a></li><li><a href="/helping-americans#NaturalDisaster">Experiencing a Natural Disaster</a></li><li><a href="/states">Find State Resources</a></li></ul></div></div><div class="navlinkdiv"><p class="headerthreei"><a class="navlink1" href="/hud-partners">HUD Partners</a></p><div class="navSubmenu hud_partners_submenu"><ul><li><a href="/fha">FHA/Housing Resources</a></li><li><a href="/helping-americans/public-indian-housing">Public and Indian Housing Resources</a></li><li><a href="/hud-partners#PoliciesGuidanceForms">Policies, Guidance, &amp; Forms</a></li><li><a href="/hud-partners#ITSystems">IT Systems</a></li><li><a href="/hud-partners#Grants">Grants</a></li><li><a href="/codetalk">Native American Programs</a></li><li><a href="/hud-partners#AffordablePlacestoLive">Affordable Places to Live</a></li><li><a href="/hud-partners#InspectionsHousing">Inspections for HUD Housing</a></li><li><a href="/hud-partners#HousingFinancingCounseling">Housing Financing &amp; Counseling</a></li><li><a href="/hud-partners#OpportunityZonesCommunityDevelopment">Opportunity Zones &amp; Community Development</a></li><li><a href="/hud-partners#HealthyHomes">Healthy Homes</a></li><li><a href="/hud-partners#FairHousing">Fair Housing</a></li><li><a href="/stat/sdb/forecast">Small Business</a></li><li><a href="https://www.hudexchange.info/">HUDExchange</a></li><li><a href="/hud-partners/center-for-faith">Center for Faith</a></li></ul></div></div><div class="navlinkdiv"><p class="headerthreei"><a class="navlink1" href="/researchers">Data &amp; Research</a></p><div class="navSubmenu researchers_submenu"><ul><li><a href="https://www.huduser.gov/portal/home.html">HUDuser.gov</a></li><li><a href="https://data.hud.gov/">Data.hud.gov</a></li></ul></div></div></div><div class="col-xs-9 col-md-3 text-right header_3rd_box" style="margin-top:10px;"><p class="headerfivei hidden-xs hidden-sm"><a class="navlink2" href="/news">News</a> <a class="navlink2" href="/aboutus">About</a> <a class="navlink2" href="/contactus">Contact</a></p><form class="form-search form-horizontal collapse in" action="https://search.usa.gov/search" aria-expanded="true" id="search-form" method="get" target="_blank"><p><input name="affiliate" type="hidden" value="housingandurbandevelopment"></p><div class="searchboxblock2" style="float:right;"><div class="input-group"><p><label class="sr-only" for="query-field">Search</label><input class="form-control2" id="query-field" name="query" placeholder="Search" type="text"> <button class="btn btn-default searchimgbtn" style="margin-bottom:4px;" type="submit" aria-label="Submit"></button></p></div></div></form></div></div></div><div class="logobox top-padding"><p class="text-center"><a href="/"><img style="width:80px;" src="/sites/default/files/Main/images/hud-seal-white4.png" alt="HUD Logo" title="HUD Logo"></a></p><h3 class="headerthreei text-center">U.S. Department of Housing and Urban Development</h3></div></div>
      
  </section>

<section id=block-block-33  id="block-bootstrap-hudgov-v2021-t1-hudmobilemenu2025" class="block block-block block-block-content block-block-content434aaf59-1786-48cc-8922-26a61790e08f clearfix">
  
    

      
            <div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><style type="text/css">
    .mobilemenumain{
        margin-top: 100px;
        margin-left: 0px;
        position: absolute;
        width: 100%;
        z-index: 333;
        background-color: #163667;
    }
    .bluebtext a {color:#FFF;}
    .bluebtext a:hover {color:#86c9f2;}
    </style><div class="row mobilemenumain" style="display:none;"><div class="col-sm-12 mobilemenuitems" style="background-image:url(/sites/default/files/Main/images/hud-seal-white4.png);background-position:75% 50%;background-repeat:no-repeat;"><div class="col-sm-7 col-sm-offset-5"><p class="bluebtext"><a href="/helping-americans">Helping Americans</a></p><p class="bluebtext"><a href="/hud-partners">HUD Partners</a></p><p class="bluebtext"><a href="/researchers">Data &amp; Research</a></p><p class="bluebtext"><a href="/news">News</a></p><p class="bluebtext"><a href="/aboutus">About</a></p><p class="bluebtext"><a href="/contactus">Contact</a></p></div></div></div></div>
      
  </section>


  </div>

          </nav>
        </div>
      </div>
    </header>
  

  <div id="hudgov-main-container" class="main-container">

    <div class="row">
                </div>

    <div id="hud-contentarea" class="row">
            
                  <section class="col-sm-12">

                
                
                          <a id="main-content"></a>
                      <div class="region region-content">
    <div data-drupal-messages-fallback class="hidden"></div>    <ol class="breadcrumb">
          <li >
                  Home
              </li>
          <li  class="active">
                  HUD Home
              </li>
      </ol>

  
<article data-history-node-id="23928" class="hud-2025-main-homepage-template full clearfix">

  
    

      <footer>
      
      <div class="author">
        Submitted by 
<span><span>C53399</span></span>
 on 
<span><time datetime="2025-03-11T14:18:30-04:00" title="Tuesday, March 11, 2025 - 14:18">Tue, 03/11/2025 - 14:18</time>
</span>
        
      </div>
    </footer>
  
  <div class="content">
    
            <div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><style type="text/css">
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
    .bluebackbox, .graybackbox, .darkbluebackbox, .whitebackboxplain,
    .whitebackboxbb, .whitebackboxtb, .fedbluebackbox {
        padding: 60px;
    }
    .bluebackbox, .graybackbox, .darkbluebackbox, .topbanner,
    .whitebackboxplain, .whitebackboxbb, .whitebackboxtb,
    .bottombanner, .middlebanner, .fedbluebackbox {
        margin-left: -40px;
        margin-right: -40px;
    }
}
/* Banner overlay behavior */
.topbanner {
    position: relative;
}
.topbannertextoverlay2 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #ffffff;
    width: 70%;
}
.topbanner img {
    display: block;
    width: 100%;
    height: auto;
}
.pr a {
        font-weight: bold;
    }
</style><div class="row topbanner" style="background-color:#163667;border-style:none;"><div class="col-xs-12 zero-padding"><p class="no-padding"><img src="https://www.hud.gov/sites/default/files/Main/images/homes-with-flag.jpg" alt="[HUD Home]" title="[HUD Home]"></p><div class="hidden-xs hidden-sm topbannertextoverlay2"><div class="textoverlay"><!-- Desktop overlay text --><div class="padding20 text-center"><h2 class="headertwoi text-center">HUD Releases State and Local Best Practices for Home Construction Report</h2><p class="paralargei top-padding-sm text-center"><em>A clear starting point for all state and local governments to begin, or continue, an active effort to remove unnecessary burdens to home construction</em></p><p class="top-padding-sm bottom-padding-sm"><a class="bluebutton" href="/hud-partners/state-and-local-best-practices">Learn More</a></p></div></div></div></div></div><!-- Mobile text below image --><div class="row topbannertext"><div class="col-xs-12"><p class="headerthreei">HUD Releases State and Local Best Practices for Home Construction Report</p><p class="paralargei"><em>A clear starting point for all state and local governments to begin, or continue, an active effort to remove unnecessary burdens to home construction</em></p><p class="text-center top-padding-sm bottom-padding-sm"><a class="bluebutton" href="/hud-partners/state-and-local-best-practices">Learn More</a></p><p>&nbsp;</p></div></div><div class="row fedbluebackbox" style="margin-top:-40px;"><div class="row"><div class="col-xs-12 col-sm-6 col-md-4"><div class="imgbox" style="background-image:url(/sites/dfiles/Main/images/hudfeature2.jpg);"><div class="textoverlay middleboxes" style="cursor:pointer;" onclick="window.location=&apos;/helping-americans&apos;;"><h2 class="headerthreei text-center">Helping Americans</h2></div></div></div><div class="col-xs-12 col-sm-6 col-md-4"><div class="imgbox" style="background-image:url(/sites/dfiles/Main/images/hudfeature3.jpg);"><div class="textoverlay middleboxes" style="cursor:pointer;" onclick="window.location=&apos;/hud-partners&apos;;"><h2 class="headerthreei text-center">HUD Partners</h2></div></div></div><div class="col-xs-12 col-sm-6 col-md-4"><div class="imgbox" style="background-image:url(/sites/dfiles/Main/images/hudfeature4.jpg);"><div class="textoverlay middleboxes" style="cursor:pointer;" onclick="window.location=&apos;/researchers&apos;;"><h2 class="headerthreei text-center">Researchers</h2></div></div></div></div><div class="row fedbluebackbox"><div class="row"><div class="col-xs-12"><h2 class="headertwoi heading_margin">News</h2></div></div><div class="row"><div class="col-xs-12 col-sm-4"><div class="feature_box"><p class="headerfive2">Friday, June 12, 2026</p><h4 class="headerfour">HUD Announces Fair Housing Enforcement, Cuts Biden Backlog by 27%</h4><p class="paralarge text-right"><a class="bluelink" href="/news/hud-no-26-050">Read More</a></p></div></div><div class="col-xs-12 col-sm-4"><div class="feature_box"><p class="headerfive2">Friday, June 12, 2026</p><h4 class="headerfour">HUD Proposal Would Spark Manufactured Home Innovation &amp; Increase Supply</h4><p class="paralarge text-right"><a class="bluelink" href="/news/hud-no-26-049">Read More</a></p></div></div><div class="col-xs-12 col-sm-4"><div class="feature_box"><p class="headerfive2">Thursday, June 11, 2026</p><h4 class="headerfour">HUD Cuts Off Fraud-Filled Los Angeles Homelessness Funding</h4><p class="paralarge text-right"><a class="bluelink" href="/news/hud-no-26-048">Read More</a></p></div></div></div></div><div class="row fedbluebackbox" style="padding-bottom:0px;"><div class="row"><div class="col-xs-12 col-sm-12"><img style="width:100%;" src="https://www.hud.gov/sites/dfiles/Main/images/hudfooter11.jpg" alt="Opportunity Zones" title="Opportunity Zones"></div><div class="col-xs-12 col-sm-10 col-lg-7 col-lg-offset-3 priorities_container"><div class="textoverlay priorities_box"><h2 class="headertwoi">Opportunity Zones</h2><p class="paralargei top-padding">"Reinvesting in America is at the heart of the President’s economic vision for the country and the cornerstone of Opportunity Zones. America First means revitalizing our forgotten communities and we will do it with American products, American manufacturing, and American talent."</p><p class="paralargei">--Secretary Scott Turner</p><p>&nbsp;</p><p class="text-center"><a class="bluebutton" href="/opportunity-zones">Learn More</a></p><p>&nbsp;</p></div></div></div></div><div class="row graybackbox"><div class="row"><div class="col-xs-12 col-sm-5"><p class="headertwo">Stay In the Know</p><p class="paramedium">Get updates from HUD about the latest news</p></div><div class="col-xs-12 col-sm-7"><p class="headertwo"><input type="text" placeholder="Email address" id="email_id"> <label for="email_id"><button class="btn btn-default headerfour" id="email_link" type="submit" aria-label="Sign Up">Sign Up</button></label></p></div></div></div><script>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            $("#email_link").click(function(){ 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              var email_id = $("#email_id").val(); // Get the value of the field
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              window.location.replace("https://www.hud.gov/subscribe/signup1?listname=HUD%20News&list=HUD-NEWS-L&email=" + email_id + "");
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            });
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </script></div><!-- HUD AI Chatbot <script src="https://america-embed.pages.dev/america-embed.js?v=76a0e8f9" data-iframe-url="http:hud-chat.ndstudio.gov/embed" data-placeholder="Ask HUD anything..." data-frame-title="HUD Assistant" async=""></script>--></div>
      
  </div>

</article>


  </div>

              </section>
      
            
                </div>
  </div>

      <footer class="footer container-fluid" role="contentinfo">
        <div class="region region-footer">
    <section id=block-block-30  id="block-bootstrap-hudgov-v2021-t1-hudfooterline2025" class="block block-block block-block-content block-block-contentb985730f-73e2-4862-aab2-12ab33bbcc7b clearfix">
  
    

      
            <div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><div class="footerblock container zero-padding"><div class="col-md-2 hidden-xs hidden-sm"><p><img src="/sites/dfiles/Main/images/footeragencyicons_vertical3.png" alt="Agency icons" width="74" usemap="#footeragencyicons_vertical_image-map"></p><div>&nbsp;</div></div><div class="col-sm-4 col-xs-12 morespacing"><p class="normaltext"><a href="/helping-americans">Helping Americans</a></p><p class="normaltext"><a href="/hud-partners">HUD Partners</a></p><p class="normaltext"><a href="/researchers">Researchers</a></p><p class="normaltext"><a href="/news">News</a></p><p class="normaltext"><a href="/aboutus">About</a></p><p class="normaltext"><a href="/contactus">Contact</a></p><div>&nbsp;</div></div><div class="col-sm-4 col-sm-offset-2 col-xs-12"><p class="boldtext hidden-sm">U.S. Department of<br>Housing and Urban Development</p><p class="boldtext hidden-xs hidden-md hidden-lg">U.S. Department of Housing and Urban Development</p><p class="smalltext">451 7th Street, S.W., Washington, DC 20410</p><p class="smalltext">T: (202) 402-3815</p><p class="normaltext"><a href="/contactus/local">Find a HUD office near you</a></p><p class="hidden-xs hidden-sm"><img src="/sites/dfiles/Main/images/footersocialicons4.png" alt="Agency icons" width="259" height="34" usemap="#footersocialicons_image-map"></p><p class="text-align-center hidden-md hidden-lg"><img src="/sites/dfiles/Main/images/footersocialicons4.png" alt="Agency icons" width="259" height="34" usemap="#footersocialicons_image-map"></p><p class="text-align-center hidden-md hidden-lg"><img src="/sites/dfiles/Main/images/footeragencyicons_horizontal4.jpg" alt="Agency icons" width="270" height="54" usemap="#footeragencyicons_horizontal_image-map" vspace="30"></p></div></div><div class="row"><div class="col-xs-12"><div class="footerbottomline text-center"><p class="normaltext"><a href="https://www.hudoig.gov/">Office of Inspector General</a>&nbsp; | &nbsp;&nbsp;<a href="/no-fear-act">No Fear Act</a>&nbsp; | &nbsp;&nbsp;<a href="/foia">FOIA</a>&nbsp; | &nbsp;&nbsp;<a href="/aboutus/privacy-policy">Privacy</a>&nbsp; | &nbsp;&nbsp;<a href="/accessibility">Accessibility</a>&nbsp; | &nbsp;&nbsp;<a href="/contactus/webmanagement">Web Policies</a>&nbsp; | &nbsp;&nbsp;<a href="/siteindex">Sitemap</a></p></div></div></div><p><map name="footeragencyicons_vertical_image-map"><area alt=" U.S. Department of Housing and Urban Development" coords="6,4,70,66" href="/" shape="rect" target="_self" title=" U.S. Department of Housing and Urban Development"><area alt="The White House" coords="6,81,69,127" href="https://www.whitehouse.gov/" shape="rect" target="_blank" title="The White House"><area alt="Fair Housing/Equal Opportunity" coords="13,142,64,185" href="/contactus/fairhousing" shape="rect" target="_self" title="Fair Housing/Equal Opportunity"><area alt="USAGov" coords="8,199,66,235" href="https://www.usa.gov/" shape="rect" target="_blank" title="USAGov"><area alt="vote.gov" coords="8,254,66,309" href="https://vote.gov/" shape="rect" target="_blank" title="vote.gov"></map><map name="footeragencyicons_horizontal_image-map"><area alt=" U.S. Department of Housing and Urban Development" coords="6,3,48,50" href="/" shape="rect" target="_self" title=" U.S. Department of Housing and Urban Development"><area alt="The White House" coords="62,2,111,49" href="https://www.whitehouse.gov/" shape="rect" target="_blank" title="The White House"><area alt="Fair Housing/Equal Opportunity" coords="127,3,168,48" href="/contactus/fairhousing" shape="rect" target="_self" title="Fair Housing/Equal Opportunity"><area alt="USAGov" coords="175,5,224,49" href="https://www.usa.gov/" shape="rect" target="_blank" title="USAGov"><area alt="vote.gov" coords="229,5,268,51" href="https://vote.gov/" shape="rect" target="_blank" title="vote.gov"></map><map name="footersocialicons_image-map"><area alt="HUDgov Twitter" coords="0,1,28,32" href="https://twitter.com/hudgov" shape="rect" target="_blank" title="HUDgov Twitter"><area alt="U.S. Department of Housing and Urban Development on Facebook" coords="42,3,72,31" href="https://www.facebook.com/HUD/" shape="rect" target="_blank" title="U.S. Department of Housing and Urban Development on Facebook"><area alt="HUDgov Instagram" coords="88,3,120,33" href="https://www.instagram.com/hudgov/" shape="rect" target="_blank" title="HUDgov Instagram"><area class="external" alt="HUD&apos;s Flickr" coords="135,2,165,32" href="https://www.flickr.com/photos/hudopa/albums" shape="rect" target="_blank" title="HUD&apos;s Flickr"><area alt="HUDchannel" coords="180,3,211,32" href="https://www.youtube.com/user/HUDchannel" shape="rect" target="_blank" title="HUDchannel"><area alt="LinkedIn" coords="226,3,260,33" href="https://www.linkedin.com/company/hud" shape="rect" target="_blank" title="LinkedIn"></map></p><!-- TABLE SEARCH - PM  --><!-- part of Website Feedback button, not needed
<script type="text/javascript" src="https://resources.digital-cloud-gov.medallia.com/wdcgov/24978/onsite/embed.js" async=""></script>
--><script>
    function tableSearch(col) {
        var a = $('#tableSearch').val().toLowerCase();
        $('.tableSearch tbody tr').hide();
           
        $('.tableSearch tbody tr td:nth-child('+col+')').each(function(){
            var b = $(this).text().toLowerCase();
            if(b.indexOf(a) != -1)
            {
                $(this).parent('tr').show();
            }
        });
    }
    </script><!-- HUD SORTER - PM  --><script type="text/javascript">
    $(document).ready(function () {
        $('.hud-sort').click(function (e) {
            e.preventDefault();
            var a = $(this).attr('href');
            var b = a + "-content";
            $('.hud-sort-content').hide();
            $('.'+ b).show();
            $('html, body').animate({scrollTop: $("#hud-sort-content").offset().top}, 100);
        });
        $('#hud-sort').change(function () {
            var c = $(this).val();
            var d = c + "-content";
            $('.hud-sort-content').hide();
            $('.'+ d).show();
        });
        $('.backtotop').each(function(){
            $(this).addClass('text-right');
            $(this).addClass('top-padding-sm');
            $(this).html('<a href="#">Back to Top ↑</a>');
        });
        $('.backtomenu').each(function(){
            $(this).addClass('text-right');
            $(this).addClass('top-padding-sm');
            $(this).html('<a href="#top">Back to Top ↑</a>');
        });
    });
</script><script type="text/javascript">
var pattern1 = /https:\/\/www\.hud\.gov/i
var pattern2 = /src/
var qry = location.search;
var url = location;
qry = qry.replace(/\?/, '');
qrys = qry.split("&");
	if((pattern1.test(url)) && ((qrys.length==1 && qrys[0].length==0) || (qrys.length==1 && pattern2.test(qrys[0].toString())))) 
	{
		var fa = document.createElement('script');
		fa.type = 'text/javascript';
		fa.src = ("https://www.hud.gov/sites/all/themes/bootstrap_hudgov/bootstrap/js/Univ-Federated-Analytics.js");
		fa.setAttribute('id', '_fed_an_ua_tag');
		fa.setAttribute('language', 'javascript');
		document.body.appendChild(fa);
	}
</script></div>
      
  </section>

<section id=block-block-32  id="block-bootstrap-hudgov-v2021-t1-homepagefullwidth" class="block block-block block-block-content block-block-contentb6ef779f-1e87-414f-935d-354e3c9f2bb5 clearfix">
  
    

      
            <div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><script>
$(document).ready(function(){
	
	$('.container').each(function(){
		$(this).addClass('container-fullwidth');
	});
	
	$('.container').each(function(){
		$(this).removeClass('container');
	});
	
	$('.main-container').each(function(){
		$(this).addClass('container-fullwidth');
	});
	
	$('.main-container').each(function(){
		$(this).removeClass('main-container');
	});
});
</script></div>
      
  </section>


  </div>

    </footer>
  
  </div>

    
    <script type="application/json" data-drupal-selector="drupal-settings-json">{"path":{"baseUrl":"\/","pathPrefix":"","currentPath":"node\/23928","currentPathIsAdmin":false,"isFront":true,"currentLanguage":"en"},"pluralDelimiter":"\u0003","suppressDeprecationErrors":true,"ajaxPageState":{"libraries":"eJxFyUEKgDAMBMAPhfZNaQ1SqWxIVtHfe1KvMw1gMtSrw3FaSPuEwORw6QirSxyusyxDJ9aim16SVI7k6PnuL5J30vbaNO0B3H4nmw","theme":"bootstrap_hudgov_v2021_t1","theme_token":null},"ajaxTrustedUrl":[],"bootstrap":{"forms_has_error_value_toggle":1,"popover_enabled":1,"popover_animation":1,"popover_auto_close":1,"popover_container":"body","popover_content":"","popover_delay":"0","popover_html":0,"popover_placement":"right","popover_selector":"","popover_title":"","popover_trigger":"click","tooltip_enabled":1,"tooltip_animation":1,"tooltip_container":"body","tooltip_delay":"0","tooltip_html":0,"tooltip_placement":"auto left","tooltip_selector":"","tooltip_trigger":"hover"},"statistics":{"data":{"nid":"23928"},"url":"\/core\/modules\/statistics\/statistics.php"},"user":{"uid":0,"permissionsHash":"9d09324ce9a71fde2988ea17d36981c5f9fa0b5b9c6e56ea1f1b9f2a38b54b3d"}}</script>
<script src="/sites/default/files/js/js_LevbP7cMcpmkZENVB_-kzNQz39UDvfkiWONCEu8qm3M.js?scope=footer&amp;delta=0&amp;language=en&amp;theme=bootstrap_hudgov_v2021_t1&amp;include=eJxFyEsKgDAMBcALlfZM6QeJBF5IXsXju1JnOR1gMsSbw3GtKP0bAkb1khRqUke2GdvF6j9lINbbU8VwVDnlfgAt8yMA"></script>

  </body>
</html>
