/*generic header font size */
h1{
	font-size:1.7rem;
}
h2{
	font-size:1.5rem;
}
h3{
	font-size:1.3rem;
}
h4{
	font-size:1.2rem;
}
/*end of generic header font size*/
@media (max-width: 63.99em) {
	.show_on_desktop {
		display: block;
	}
	.hide_on_mobile {
		display: none;
	}
	
}
@media (min-width: 64em) {
	.show_on_mobile {
		display: block;
	}
	.hide_on_desktop {
		display: none;
	}
}
.usa-section {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.usa-footer > .grid-container
,.usa-footer__nav
,.usa-footer__primary-section > .grid-container
,.usa-footer__primary-container
,.usa-header--extended .usa-nav__inner
,.grid-container
,.usa-banner__inner
,.usa-header--extended .usa-navbar
,.usa-footer__secondary-section > .grid-container{
	max-width:87rem;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
	padding-right: var(--bs-gutter-x,.25rem);
    padding-left: var(--bs-gutter-x,.25rem);
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.usa-nav__submenu-item h3{
	font-size:1.3rem;
}
.usa-layout-docs__main>h1{
	display:none;
}
.feed-icon{
	display:none;
}
#block-uswds-base-subtheme-bootstrap-breadcrumbs{
	display:none;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0);
	border: 0;	
}
a{
	text-decoration: none;
	color: #005ea2;
}
.nav-link{
	color: #005ea2;
}
.nav-pills .nav-link.active, .nav-pills .show >.nav-link, .page-item.active .page-link, .btn-primary{
    color: #fff;
    background-color: #005ea2;
}
button.multiselect.dropdown-toggle.btn.btn-default{
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}
.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.red {
    color: #9C231B;
}
.text-danger {
    color: #a94442 !important;
}
.pull-left {
    float: left;
}
.usa-header--extended .usa-nav {
    background: #e8e8e8;
}
.usa-navbar {
    height: 4.5rem;
}
#logo > em > a:nth-child(2){
	display:none;
}
#logo > em > a > img{
	height:4.5rem;
}
li.taxonomy-custom-row {
    list-style: none;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.checkbox{
	margin-left:20px;
}
/*Pagination Css*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/*End of Pagination*/

/*dark header secondary menu*/
#huduser-header.well {
    margin-bottom: 0px;
    padding: 0px 20px 0px 0px;
    border: 0px;
    background-color: black;
    color: #fff;
    border-radius: 0px;
	
}

/*Start of Header css*/
#dark-black-header {
    background: black;
    color: white;
    padding: 10px 0px;
    font-family: "Karla",Verdana,sans-serif !important;
    font-weight: 700 !important;
	font-size:0.8rem;
}
#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;
}

/* Dataset pages and Publication Cateogry Pages */
.larger-banner-inner h1
{
	color:#fff;
	font-weight:bold;
	font-family: 'Merriweather', Open Sans,serif;
    text-transform: capitalize;
    font-size: 32px;
    border-bottom: 2px #fff solid;
    width: fit-content;
    margin: auto;
	letter-spacing:1px;
	font-size: clamp(16px, 2.5vw, 32px);
}
.larger-banner-inner h1.hoh-main-head{
	border-bottom:0px;
}
.publication-category-bottom-banner-inner h2{
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin:0px;
	font-size:22px;
	font-family:Open Sans;
	font-size: clamp(14px, 1.5vw, 22px);
}
.dataset-banner-inner a, .dataset-banner-inner p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  font-size:12px;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  
}

.dataset-banner-inner a, .dataset-banner-inner p, .dataset-banner-inner h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.dataset-banner-inner .overlay-banner, .publication-category-banner-inner .overlay-banner, .publication-category-bottom-banner-inner .overlay-banner, .larger-banner-inner .overlay-banner {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
}
.dataset-banner-inner .overlay-banner, .publication-category-banner-inner .overlay-banner, .publication-category-bottom-banner-inner .overlay-banner, .larger-banner-inner .overlay-banner {
    position: absolute;
    overflow: hidden;
    width: 98%;
    left: 1%;
    top: 40%;
    
}
.larger-banner-inner {
    max-height: 280px;
    background: #000;
}
.publication-category-banner-inner {
    max-height: 180px;
    background: #000;
}
.publication-category-banner-inner h1 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
    font-size: 32px;
    font-family: Open Sans;
    letter-spacing: 1px;
    font-size: clamp(16px, 2.1vw, 32px);
}
.dataset-banner-inner, .publication-category-banner-inner, .publication-category-bottom-banner-inner, .larger-banner-inner {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: left;
    cursor: default;
	margin-bottom:30px;
}
.dataset-banner-inner h2 {
  text-transform: uppercase;
  text-align: left;
  position: relative;
  font-size: 22px;
  font-weight:bold;
  background-color: transparent;
  color: #FFF;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}
.dataset-banner-inner a, .dataset-banner-inner p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  font-size:12px;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  
}

.dataset-banner-inner a, .dataset-banner-inner p, .dataset-banner-inner h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.publication-category-collapse .banner1 {
    border-bottom: #B93A32 15px solid;
}
.publication-category-collapse .banner2 {
    border-bottom: #535E96 15px solid;
}
.publication-category-collapse .banner3 {
    border-bottom: #426540 15px solid;
}
.publication-category-collapse .banner4 {
    border-bottom: #BB964F 15px solid;
}
/* New EM pages */
.em_new_text {
    font-size: inherit !important;
}
.node--type-empage  li {
    font-size: inherit !important;
}
.em_new_mnth1 {
    font-size: inherit !important;
}
.node--type-empage h6 {
    font-size: inherit !important;
}
.node--type-empage hr {
    height: 2px;
}
.image_text_left {
    font-size: 11px !important;
    width: 32em;
	float: left;
    line-height: 1.1;
}
.image_text_right {
    font-size: 11px !important;
    width: 32em;
	float: right;
	margin-left: 10px;
    
    line-height: 1.1;
}
.node--type-empage  ul ul {
    padding-left: 0px;
}
.node--type-empage  i.credit {
    font-size: 10px !important;
}


@media (max-width: 767px){
  .node--type-empage  .right-menu{
  margin-left:40px;
  width:43%;
}
}

.node--type-empage  table {
    width:100%;
  border-color: #ffffff;
}
/*.node--type-empage  table img {
     width:100%;
  height: auto;
}*/


.node--type-empage table {
    width: 100%;
    border-color: #ffffff;
}

.node--type-empage table td table td {
    padding-left: 10px;

}

.node--type-empage img[src="images/em_banner_2.jpg"] {
    width: 100% !important;
}

.node--type-empage img[src="images/em_11_highlights_title.jpg"] {
    width: 100% !important;
	padding-right: 10px;
}
	
	

.node--type-empage #msg {
  font-family: Arial, Hevetica, Times;
  font-size: 24px;
  color: #164fa9;
  line-height: normal;
}

.node--type-empage .banner-img {
  width: 100%;
  padding-bottom: 20px;
  height: auto;
}

.node--type-empage .right-menu {
  padding: 39px 22px 22px 22px;
}

@media (min-width: 1200px) {

  .node--type-empage .bg-image-left {
    background-image: url(../../../sites/default/files/images/HU-EvidenceMatters_lp_picSummer2017_LEFT.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .node--type-empage .bg-image-right {
    background-image: url(../../../sites/default/files/images/HU-EvidenceMatters_lp_picSummer2017_RIGHT.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

/*Hide in Other Small Devices */

/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
  .node--type-empage .bg-image-left,
  .node--type-empage .bg-image-right {
    background-image: none;
  }
}

/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {

 .node--type-empage .bg-image-left,
  .node--type-empage .bg-image-right {
    background-image: none;
  }

}

/* Landscape phones and portrait tablets */

@media (max-width: 767px) {

  .node--type-empage .bg-image-left,
  .node--type-empage .bg-image-right {
    background-image: none;
  }
  #logo > em > a > img{
		height:4rem;
	}

}

/* Portrait phones and smaller */

@media (max-width: 480px) {

  .node--type-empage .bg-image-left,
  .node--type-empage .bg-image-right {
    background-image: none;
  }
  
}
@media (max-width:619px){

	.node--type-empage .image_text_left, .node--type-empage .image_text_right, .node--type-empage .image_text_right img, .node--type-empage .image_text_left img{
		width:98% !important;
		float:left !important;
		margin-left:0px !important;
		margin-right:0px !important;
		padding-left:0px !important;
		padding-right:0px !important;
		clear:both;
	}
}
@media (max-width: 520px) {

  .node--type-empage .image_text_left, .node--type-empage .image_text_right, .node--type-empage .image_text_right img, .node--type-empage .image_text_left img{
	  max-width:350px !important;
	  float:none !important;
	  margin-left:auto;
	  margin-right:auto;
  }
  
}

/*css for Evidence Matters Only older pages */
.node--type-empage .em_new_header { font-family: Arial, Helvetica, sans-serif; font-size:20px; color:#1c3564; margin-left: 0px;
    margin-bottom: 20px;
}

.node--type-empage .image_text_right{
	float:right;
        width: 32em;
        font-size:10px;
        margin-left: 10px;
        margin-bottom: 10px;
        line-height: 1.1;
}

.node--type-empage .image_text_left{
	float:left;
        width: 32em;
        font-size:10px;
	margin-right: 10px;
        margin-bottom: 10px;
        line-height: 1.1;
}

.node--type-empage .em_new_subheader {
font-family: Arial, Helvetica, sans-serif !important; 
font-size:14px !important; 
color:#1c3564;
font-weight:bold;
}

.node--type-empage .style17 {
font-size: 14px; 
}

.node--type-empage .em_new_mnth1 { font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#1c3564; font-weight:bold;
}
.node--type-empage .em_new_sup {
    position: relative;
    bottom: 0.5em;
    font-size: 0.7em;
}
.node--type-empage #msg {
font-family: Arial, Hevetica, Times;
font-size: 24px;
color: #164fa9;
line-height: normal;
font-weight: normal !important;
padding-bottom: 12px;
}
.node--type-empage ul li {margin:0;}
.node--type-empage .em_new_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}

/*End of css for Evidence Matters Only older pages */


.node--type-empage p:last-child {
    margin-bottom: 10px;
}


/* End of New EM pages */




/* New Cityscape pages */

.node--type-cspage table p {
	padding: 7px;
}

.node--type-cspage h2 {
	color: #16416D;
	font-size: 20px;
	font-weight: bold !important;
}

.node--type-cspage h2 font{
	font-size: 22px;
}


.node--type-cspage h4.advBoardName {
	color: #16416D;
}

.node--type-cspage.header1 {
    display: inline-block;
    position: relative;
}

.node--type-cspage div.header1 .content_box {
    background-color: white;
    border-color: #dedede #dedede #fff;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 200px;
    padding: 5px;
    position: absolute;
    top: 8px;
    left: 5px;
}

.node--type-cspage .content_box {
    display: none;
}

.node--type-cspage .content_box {
    display: none;
	z-index: 1000;
}
	
div.header:hover .content_box ,  div.header:focus .content_box  {
	display: block; 
	background-color: white;
    border-color: #dedede #dedede #fff;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;	
	width: 200px;
	padding: 5px;
	padding-top: 1px;
}

/* End of New Cityscape pages */

/* Organizational Charts Bio Pages */
.bio-image {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 21%;
}
.bio-banner-image {
margin-top: 10px;
margin-bottom: 10px;
}
.bio-pdr-office {
	color: #890802;
	font-size: 1.3rem;
	font-weight: 500;
}

.bio-pdr-division {
	color: #337ab7;
	font-size: 1.1rem;
	font-weight: 600;
}

@media screen and (min-width: 992px) {
	.bio-col-right {
		padding-top: 15px;
		margin-left: -20px;
	}
}

@media screen and (max-width: 991px) {
	.bio-col-right {
		padding-top: 7px;
		margin-left: -20px;
	}
}

.bio-col-right li {
	list-style-type: none;
	padding-bottom: 3px;
}

.bio-subheader-right {
	color: #890802;
}

.bio-lead-image {
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
	width: 85px;
	height: 113px;
}

.bio-bck-top {
	margin-top: -30px;
}

hr.bio-hr {
	border-color: #7a7a7a;
	margin-top: -1px;
}
/* End of Organizational Charts Bio Pages */



/*Case study CSS*/
/*These classes needs to be added to the master css*/
@media only screen and (min-width: 992px) {
.node-casestudyclghsstudy .prepend-1.span-20{
  float:left;
  width: 74%!important;
}
.node-casestudyclghsstudy .subnav2{
  float:right;
  width: 24%;
  padding-right: 10px;
  margin-top: 15px;
}
}

.node-casestudyclghsstudy .subnav2 ul li a {
  color: #666;
  background: url(/portal/sites/default/files/images/subnav2.png) no-repeat left top;
  padding: 0 0 8px 10px;
  display: block;
  text-decoration: none;
  font-weight: bold;
}

.node-casestudyclghsstudy .subnav2 ul li a:hover {
    color: #16416D;
    text-decoration: underline;
    font-weight: bold;
}

.node-casestudyclghsstudy .subnav2 ul li{
list-style-type: none;
}

.node-casestudyclghsstudy .subnav2 ul {
  font-size: .85em;
  line-height: 1.5em;
  margin-left: 0;
  padding-left: 0;
}

.node-casestudyclghsstudy table {
margin-bottom: 0;
width: 100%;
border-collapse: collapse;
}


@media only screen and (max-width: 768px) {
.node-casestudyclghsstudy #header-img{
display: none!important;/*We are overwriting the property of inline class with this description*/
}
.node-casestudyclghsstudy img[src="images/bp_mobile_pic.png"] {
  width:100%;
}

}

@media only screen and (min-width: 768px) {
.node-casestudyclghsstudy img[src="images/bp_mobile_pic.png"] {
   display: none;
}
}

.node-casestudyclghsstudy td, .node-casestudyclghsstudy th {
padding: 8px;
}

.node-casestudyclghsstudy .span-3{
display:inline-block;
margin-bottom: 10px;
}

.node-casestudyclghsstudy .span-13{
display:inline-block;
position: absolute;
margin-left: 20px;
font-weight: bold;
max-width: 60%;
}

.node-casestudyclghsstudy img[src="images/BP_Banners/BP_AnchorInstitutions.jpg"] {
 width:100% !important;
 height: auto;
}

/*Update existing class - These are inline css. We are overwriting inline css*/
.node-casestudyclghsstudy .header-bgd{
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 400px;
  width: 100% !important;
}

.node-casestudyclghsstudy #header-img {
  height: 442px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  width: 100% !important;
}


.node-casestudyclghsstudy h6{
 margin-left: 0px !important;
}


.node-casestudyclghsstudy img[src="images/BP_Banners/BP_CommunityDev.jpg"] {
 width:100% !important;
 height: auto;
}

.node-casestudyclghsstudy img[src="images/BP_Banners/BP_HealthyHousing.jpg"] {
 width:100% !important;
 height: auto;
}

.node-casestudyclghsstudy img[src="images/BP_Banners/BP_SeniorHousing.jpg"] {
 width:100% !important;
 height: auto;
}

.node-casestudyclghsstudy img[src="images/BP_Banners/BP_SuppHousing.jpg"] {
 width:100% !important;
 height: auto;
}

.node-casestudyclghsstudy img[src="images/BP_Banners/BP_SusHousing.jpg"] {
 width:100% !important;
 height: auto;
}

.node-casestudyclghsstudy img[src="images/BP_Banners/BP_Zon_AffHousBanner.jpg"] {
 width:100% !important;
 height: auto;
}

.node-casestudyclghsstudy .fotorama div img{
  width: 100%;
  height: auto;
}

/*h3 and h6 were used in case study pages*/
.node-type-casestudyclghsstudy h3, .node-type-casestudyclghsstudy h4{
  color:#9C231B;
}
.node-type-casestudyclghsstudy h6{
  color: #2D4401;
  font-size: 14px;
  font-weight: bold;
  font-family: Georgia;
}

@media screen and (max-width: 600px) {
	.node-casestudyclghsstudy #paging_container8 a {
		font-size: 12px;
	}
	.node-casestudyclghsstudy .span-3{
		margin-bottom: 30px;
	}

}
/* End Case study CSS*/

/* New IAH Pages */
.node-type-iah-pages .black{
  color:#2f2b29;
}
.node-type-iah-pages .blue-gray{
  color:#697E92;
}
.node-type-iah-pages .orange{
  color:#ED7102;
}
.node-type-iah-pages .green{
  color:#589a0c;
}
.node-type-iah-pages .purple{
  color:#6f659b;
}
.node-type-iah-pages .blue{
  color:#508ab7;
}
.node-type-iah-pages .gold{
  color:#BB8E00;
}
.node-type-iah-pages .IAH-heading-text{
  text-transform:uppercase;
  font-weight: bold;
}
.node-type-iah-pages .font-sz{
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .node-type-iah-pages .IAH-icon{
    width: 15%;
  }
}
@media only screen and (min-width: 768px){
	.node-type-iah-pages .IAH-icon{
	  width: 65%;
	  padding-top: 10px;
	}
}
.node-type-iah-pages #myCarousel2015, #myCarousel2014 {
	width: 50% !important;
}
.node-type-iah-pages .width100 {
width: 100%;
}
.node-type-iah-pages #errorDetails {
	display: none;
}
.node-type-iah-pages #status_upload p {
    color: #333 !important;
}


.node-type-iah-pages #status_upload{
	display: none;
	margin: 8px 0;
	padding: 10px;
    width: 98%;
	color: #333;
 }

.node-type-iah-pages .progress {
	position: relative;
	width: 87%;
	margin: 10px auto;
	border: 1px solid #DDD;
	padding: 3px;
	border-radius: 3px;
	height: 100%;
	background-color: white;
}
.node-type-iah-pages .progress .bar {
	background-color: #a9a9a9;
	height: 20px;
	width: 0%;
	 margin: 0;
	/* transition animation */
	-webkit-transition: width .3s;
		-moz-transition: width .3s;
			transition: width .3s;

}
.node-type-iah-pages .percent {
	position: absolute;
	display: inline-block;
	top: 6px;
	left: 48%;
	color: #333;
}
/* End of New IAH Pages */

/*IPAD Top Adjustment*/
.node-type-new-ipi-pages #page-header{
	margin-top:30px;
}
/* End of IPAD Top adjustment*/


/*Start of Taxonomy Terms Styling */
.taxonomy-custom-row{
	padding: 15px 0px;
}
.taxonomy-custom-row span.views-label{
	float:left;
	margin-right:10px;
}
.taxonomy-custom-row .views-field{
	margin-top:5px
}
/*Start of Taxonomy Terms Styling */


/*Styles for landing page redesign*/

h2.landing {
   color:#44545c;
   font-weight: bold;
}

h4.landing {
    color: #9C231B;
    font-weight: bold;
	margin-top: 0px;
}


.landing-padding-top {
    padding-top: 10px;
}

p#email {
    word-wrap: break-word;
}

ul.casestudy {
    list-style: none;
    padding-left: 0px;
}

ul.casestudy > li  {
   padding-bottom: 8px;
}

ul.pdr-research > li {
  padding-bottom: 5px;
}

ul.pdr-research {
    list-style: none;
    padding-left: 0px;
}
/*End of styles for landing page redesign*/


/*start of footer styling*/
.usa-footer__primary-section {
    border-top: 3px solid #53738a;
    background-color: #f6f3f1;
    height: auto;
    padding-top: 55px;
    padding-bottom: 20px;
    width: 100%;
}
.usa-footer__primary-section a.footer-subheader{
	font-size:1.6em;
	margin-bottom:20px;
	font-weight:bold;
}
.usa-footer__primary-section a.footer-subheader, 
.usa-footer__primary-section a.footer-links, 
.usa-footer__primary-section a {
    color: #53738a;
}
.usa-footer__primary-section a.footer-subheader:hover, 
.usa-footer__primary-section a.footer-links:hover, 
.usa-footer__primary-section a:hover {
    color: #355972;
}
.usa-footer__primary-section .footer-icon-social img:last-child{display:none}
.usa-footer__primary-section .footer-icon-social img:nth-child(2){display:none}
.usa-footer__primary-section .footer-icon-social:hover img:first-child{display:none}
.usa-footer__primary-section .footer-icon-social:hover img:last-child{display:inline-block}
/*end of footer styling*/


/*start of the header section */
header#header, .usa-nav-container {
    background-image: linear-gradient(to right,#153767 40%,#eaeaea 40%);
    background-repeat: repeat-x;
}
@media (max-width: 63.99em) {
	header#header, .usa-nav-container {
		background-color: #153767;
		background-image: none;
	}
}


.usa-menu-btn{
	padding-left: 1.4rem;
	padding-right: 1.4rem;
	height:4.5rem;
}
@media (min-width: 64em){
	.usa-logo{
		margin:0px;
	}
	.usa-logo a.logo-img + a , .usa-header--basic .usa-nav__primary-item:nth-last-of-type(2), .usa-header--basic .usa-nav__primary-item:last-of-type{
		display: none;
	}
	.usa-header--basic .usa-navbar{
		width:60%;
	}
	.usa-header--basic .usa-nav{
		width:80%;
		justify-content: flex-start;
	}
	.usa-header + .usa-section, .usa-header + main {
		border-top: none !important;
	}	
	.usa-nav{
		padding-bottom: 15px !important;	
	}	
	.usa-nav-container{
		padding:0px;
		max-width:1320px;
	}
	.usa-nav__primary > .usa-nav__primary-item {
		font-size:1.05rem;
	}
	.usa-nav__primary > .usa-nav__primary-item a {
		font-size:1.05rem;
	}
	.usa-nav__submenu .usa-nav__submenu-list .usa-nav__submenu-item a {
	    margin-left: 1rem !important;
	    font-size: 0.98rem;
	}	
	.usa-nav__submenu-list {
		padding: 5px 0 0 0;
	}
	.usa-nav__mainmenu-list li {
		padding: 0 0 5px 0;
	}
	.usa-nav__primary button[aria-expanded=false] span::after, .usa-nav__primary button[aria-expanded=true] span::after {
	    background-color: inherit !important;
	    -webkit-mask: inherit !important;
	}
	.usa-nav__primary button[aria-expanded=false]:hover span::after, .usa-nav__primary button[aria-expanded=true]:hover span::after {
	    background-color: inherit !important;
	}
	.usa-nav__primary button {
	    color: #153767 !important;
	}
    .usa-nav__primary button[aria-expanded=true] {
            color: white !important;
	}
	.usa-nav__primary .usa-accordion__button span {
	    padding-right: 0;
	}
	div#block-bingsearch {
		padding-left: 6%;
		padding-top: 5px;
	}	
}
/*end of the header section */


.usa-header [type=search] {
    margin: 0px;
}
@media (min-width: 64em) and (max-width: 74.99em) {
    .usa-header [type=search] {
        max-width: 120px;
    }
    .usa-header--basic .usa-nav {
        width: 90%;
    }
    .usa-megamenu.usa-nav__submenu {
        left: -60%;
    }
    .usa-nav__primary button {
        line-height: 1;
        padding: 0.7rem;
        font-size: 0.86rem;
    }
}
@media (min-width: 75em) and (max-width: 90em) {
    .usa-header [type=search] {
        max-width: 120px;
    }
}
@media (max-width: 63.99em) {
	.usa-navbar {
		border-bottom: none !important;
	}
	.usa-nav.is-visible {
		width: 75%;
	}
	.usa-nav__submenu-list {
		padding-left: 10px;
	}	
}
/*USHMC Left Side Options*/
#ushmc-sidebar input[type="radio"], #ushmc-sidebar input[type="checkbox"] {
    margin-right: 5px;
}
#ushmc-sidebar .radio{
	margin-bottom:10px;
}
/* End of USHMC left side options*/

#main-content {
    padding-top: 0px;
}

.container-fluid {
    padding-right: var(--bs-gutter-x,0rem) !important;
    padding-left: var(--bs-gutter-x,0rem) !important;
}