/*Case study CSS*/
/*These classes needs to be added to the master css*/
@media only screen and (min-width: 992px) {
.node--type-casestudyclghsstudy .prepend-1.span-20{
  float:left;
  width: 74%!important;
}
.node--type-casestudyclghsstudy .subnav2{
  float:right;
  width: 24%;
  padding-right: 10px;
  margin-top: 15px;
}
.node--type-casestudyclghsstudy .prepend-1.span-20 ~ .col-sm-3 {
    float: right;
}
}

.node--type-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--type-casestudyclghsstudy .subnav2 ul li a:hover {
    color: #16416D;
    text-decoration: underline;
    font-weight: bold;
}

.node--type-casestudyclghsstudy .subnav2 ul li{
list-style-type: none;
}

.node--type-casestudyclghsstudy .subnav2 ul {
  font-size: .85em;
  line-height: 1.5em;
  margin-left: 0;
  padding-left: 0;
}

.node--type-casestudyclghsstudy table {
margin-bottom: 0;
width: 100%;
border-collapse: collapse;
}


@media only screen and (max-width: 768px) {
.node--type-casestudyclghsstudy #header-img{
display: none!important;/*We are overwriting the property of inline class with this description*/
}
.node--type-casestudyclghsstudy img[src="images/bp_mobile_pic.png"] {
  width:100%;
}

}

@media only screen and (min-width: 768px) {
.node--type-casestudyclghsstudy img[src="images/bp_mobile_pic.png"] {
   display: none;
}
}

.node--type-casestudyclghsstudy td, .node--type-casestudyclghsstudy th {
padding: 8px;
}

.node--type-casestudyclghsstudy .span-3{
display:inline-block;
margin-bottom: 10px;
}

.node--type-casestudyclghsstudy .span-13{
display:inline-block;
position: absolute;
margin-left: 20px;
font-weight: bold;
max-width: 60%;
}

.node--type-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--type-casestudyclghsstudy .header-bgd{
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 400px;
  width: 100% !important;
}

.node--type-casestudyclghsstudy #header-img {
  height: 442px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  width: 100% !important;
}


.node--type-casestudyclghsstudy h6{
 margin-left: 0px !important;
}


.node--type-casestudyclghsstudy img[src="images/BP_Banners/BP_CommunityDev.jpg"] {
 width:100% !important;
 height: auto;
}

.node--type-casestudyclghsstudy img[src="images/BP_Banners/BP_HealthyHousing.jpg"] {
 width:100% !important;
 height: auto;
}

.node--type-casestudyclghsstudy img[src="images/BP_Banners/BP_SeniorHousing.jpg"] {
 width:100% !important;
 height: auto;
}

.node--type-casestudyclghsstudy img[src="images/BP_Banners/BP_SuppHousing.jpg"] {
 width:100% !important;
 height: auto;
}

.node--type-casestudyclghsstudy img[src="images/BP_Banners/BP_SusHousing.jpg"] {
 width:100% !important;
 height: auto;
}

.node--type-casestudyclghsstudy img[src="images/BP_Banners/BP_Zon_AffHousBanner.jpg"] {
 width:100% !important;
 height: auto;
}

.node--type-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--type-casestudyclghsstudy #paging_container8 a {
		font-size: 12px;
	}
	.node--type-casestudyclghsstudy .span-3{
		margin-bottom: 30px;
	}

}
/* End Case study CSS*/