/**
 * This file will be overwritten when the Bootstrap Framework source files
 * are compiled using the LESS CSS pre-processor.
 */
 
/*New Styles*/
.panel-heading {
	background-color: #CECECE ;
}
.panel-title {
	font-weight: bold ;
}

.no-padding{
	padding:0px;
}
.no-margin{
	margin:0px;
}
.no-border{
	border:0px;
}
.red{
	color:#9C231B;
}
.breadcrumb{
font-size:10px;
background-color:#ffffff;
padding: 5px 0px;
margin-bottom:5px;
text-transform: uppercase;
}
ul.list-unstyled li{
line-height: 1.2em;
padding-bottom: 8px;
}
 
/**/ 

/*Menu Changes */
.sf-menu.sf-style-white li, .sf-menu.sf-style-white.sf-navbar, .sf-menu.sf-style-white li li, .sf-menu.sf-style-white li li li{
color:#333333;
background-color:#eaeaea;

}
.sf-menu.sf-style-white a{
	color:#333333;
	background-color:transparent;
	border:0px;
	font-weight:600;

}
.sf-menu.sf-style-white a:hover, .sf-menu.sf-style-white a:active{
	border:0px;
	color: #1c3b64;
}
.sf-menu.sf-style-white li:hover{
	background-color: #eaeaea;
}
.sf-menu.sf-style-white{
	margin-bottom:0px;
}
header#navbar.navbar.container.navbar-default{
	background-color:#eaeaea;
	/*padding-top:10px;
	padding-bottom:10px;
	border:0px;
	border-radius:0px;
	background-color: #1f406d;
	min-height:30px;*/
}
/*Mean Bar Background Color*/

.navbar, .navbar.container, .navbar.container-fluid {
	margin-top:0px;
	margin-bottom: 0px;
}
@media (min-width: 768px) { 
	.navbar, .navbar.container, .navbar.container-fluid {
		max-width:none;
		width:100%;
	}	
}
#huduser-header.well{
	margin-bottom:0px;
	padding-bottom:5px;
	padding-top:5px;
	border:0px;
	background-color:black;
	color:#fff;
	border-radius:0px;

}
#huduser-header.well h2{
	margin-top:15px;
	margin-bottom:0px;
}
#huduser-header.well h4{
	margin-top:0px;
}
#huduser-header.well small{
	color:#fff;
}
/*Responsive Menu changes*/
	.mean-container .mean-nav{
		margin-top:5px;
		margin-bottom:5px;
	}	
	.mean-bar, .mean-container .mean-nav{
		background: #153767 none repeat scroll 0 0 !important;
	}
	.mean-container .mean-bar{
		z-index:1000;
	}
	.mean-bar{
		width:99.8% !important;
	}

/*End of Responsive Menu changes*/
/*Banner Image - Wider Image background */
/*End of Banner Image */
.wide{
background-image: url(/portal/sites/default/files/images/datasets/HOME_1010x428_1B.jpg);
background-size: 100%;
min-height:300px;
}

/*Hover Effect of images on landing page*/
.hovereffect {
width: 100%;
height: 100%;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
}

.hovereffect .overlay {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
background-color: rgba(0,0,0,0.6);
}

.hovereffect h2, .hovereffect img {
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.hovereffect img {
display: block;
position: relative;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.hovereffect:hover img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}

.hovereffect h2 {
color: #fff;
text-align: center;
position: relative;
font-size: 13px;
padding: 5px;
background-color: rgba(0,0,0,0.6);
 margin-top: 0;
}
.hovereffect a.info {
display: inline-block;
text-decoration: none;
padding: 5px 5px;
color: #fff;
font-size:12px;
margin: 50px 0 0 0;
background-color: transparent;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
font-weight: normal;
height: 100%;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
padding: 10px;
cursor:pointer;
}

.hovereffect:hover a.info {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
background-color: transparent;
cursor:pointer;
}
/*End of Hover Effect*/

/*Start of Banner Hover Effect */
.hovereffect-banner {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect-banner .overlay-banner {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: auto;
  top: 35%;
  /*border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;*/
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect-banner .overlay-banner {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect-banner img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}


.hovereffect-banner h2 {
  /*text-transform: uppercase;*/
  text-align: center;
  position: relative;
  font-size: 20px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 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);
}
.hovereffect-banner a, .hovereffect-banner 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);
  
}

.hovereffect-banner a, .hovereffect-banner p, .hovereffect-banner h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.right-inner-addon {
    position: relative;	
	text-align: center;
	padding-left: 33%;
}
.right-inner-addon input {
    padding-right: 30px;    
	width:50%;
	
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}
/*End of Banner Hover Effect*/
/*start of Hover Effect for Lens*/
.hovereffect-lens {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect-lens .overlay-lens {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 63%;
  height: 90%;
  left: 17%;
  top: 5%;
  border-radius: 80%;
  border: 2px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(50%,50%,0);
  transform: translate3d(50%,50%,0);
}

.hovereffect-lens:hover .overlay-lens {
  background-color: rgba(0,0,0,0.6);
}

.hovereffect-lens img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect-lens:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.4" /><feFuncG type="linear" slope="1.4" /><feFuncB type="linear" slope="1.4" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(1.4);
  -webkit-filter: brightness(1.4);
}

.hovereffect-lens h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top:25%;
  font-size: 14px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 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(-150%,-400%,0);
  transform: translate3d(-150%,-400%,0);
}

.hovereffect-lens a, .hovereffect-lens p {
  color: #FFF;
  padding: 1em 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(-150%,-400%,0);
  transform: translate3d(-150%,-400%,0);
}

.hovereffect-lens:hover a, .hovereffect-lens:hover p, .hovereffect-lens:hover h2, .hovereffect-lens:hover .overlay-lens {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/*End of Hover Effect for Lens*/
/*start of Hover Effect Simple */
.hovereffect .overlay-simple h2, .hovereffect .overlay-simple h2 a{
	color:#fff;
	margin-top:0px;
}
.hovereffect:hover .overlay-simple a.info{
	background-color: rgba(0,0,0,0.6);
	margin-top:0px;
	padding-top:30px;
	height:60%;
	width:80%;
	margin-top:0px;
	left:10%;
	top:10%;
}
.hovereffect img.img-responsive-simple{
	max-height:150px;
}
/*End of Hover Effect Simple*/



h2.sub-title{
	position:relative;
	vertical-align:center;
	text-align:center;
	padding: 10px;
}
h2.sub-title span {
  background: transparent;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
h2.sub-title:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
h2.sub-title:before {
  left: 0;
}
/*Dataset Categories Background*/
.dataset-categories{
width:100%;
height:100%;
margin-top:10px;
margin-bottom:10px;
background-color:#efeff4;
border: 1px solid #e2e1e6; 
border-radius:4px;
}
.dataset-categories h4{
padding-top:30px;
margin-top:0px;
}
.dataset-categories p{
padding-bottom:30px;
}
ul.all-datasets-ul li a#all-datasets-link:focus{
	color: #204d74;	
}

/*End of Dataset Categories Background*/



/*Start of Sub Header content*/
.center-title{
	text-align:center;	
}
.h2-section-title{
	text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
	color: #4b4b4b;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.heading-title{
	display:inline-block;
}
.heading-title h2:after, .heading-title h2:before{
	content: " ";
    display: block;
    height: 1px;

    border-bottom: 1px solid #2c3e50;
    width: 80px;
    margin-top: 14px;
}
.heading-title h2:before{
	float:left;
	margin-right:20px;
}
.heading-title h2:after{
	float:right;
	margin-left:20px;
}
/*Start of Side Bar region Styling*/
.region.region-sidebar-second{
margin-top:10%;
}
/*End of Side Bar region Styling*/
.dataset-banner-inner{
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left;
  cursor: default;
}

.dataset-banner-inner .overlay-banner {
  position: absolute;
  overflow: hidden;
  width: 98%;
  left: 1%;
  top: 40%;
  /*border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;*/
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.dataset-banner-inner .overlay-banner {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.dataset-banner-inner img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}


.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);
}

#dataset-years-content .active,  ul#years-tabs li.active a{
	/*border: 1px solid red;*/
}

#other-datasets.btn{ 
	background-color: #602322;
	border-radius: 0;
	border: 0px ;
}

ul#years-tabs .btn-primary {
   color: #8b0000;
    background-color: #e9e9e9;
     border-color: #8b0000;
}

ul#years-tabs .btn-primary:hover{
background-color: #BFBEBE;
}

ul#years-tabs li.active .btn-primary  {
    color: #FFF;
    background-color: #602322;
    border-color: #000;
}

.tab-content .dataset-inner-tab  .nav-tabs > li.active > a{
background-color: #ffffff;
}

.tab-content .dataset-inner-tab  .nav-tabs > li > a{
	color: #000;
	background-color: #eaeaea;
}

.tab-content .dataset-inner-tab  .nav-tabs > li > a:hover{
	background-color: #dadada;
}


	@media (max-width: 767px) { 
	.dataset-banner-inner h2{
	font-size: 18px;
	}	
	#block-block-67 div.social-icons a img{
		width:30px;
		height:30px;
	}
	body{
		overflow-x:hidden;
	}
	}

/* these ones for the other version */
ul#years-tabs_2.nav.nav-pills li a.btn.btn-primary.active
{
background-color: #8b0000;
color: #FFF;
}

ul#years-tabs_2 .btn-primary {
   color: #8b0000;
    background-color: #e9e9e9;
     border-color: #8b0000;
}

ul#years-tabs_2 .btn-primary:hover{
background-color: #BFBEBE;
}

ul#years-tabs_2 li.active .btn-primary  {
    color: #FFF;
    background-color: #8b0000;
    border-color: #000;
}

 #navtabs_2 > li.active > a{
background-color: #D6D6D6;
}
  #navtabs_2 > li > a{
color: #000;
}

#fmr_h h2 {
    margin-left: 10px;
    text-align: left;
	font-weight: bold;
}


div#fmr_h.overlay-banner
{
	position: absolute;
	top: 10%;}
	

 
 
 /* styles for EM redesign*/ 
.EM .list-group-item {
 border:none;
}

.panel-default.EM > .panel-heading {
   background-color: #fff;
    border-color: #fff;

}

.panel.panel-default.EM {
    border: none;
box-shadow: none;
}



h2.landing {
   color:#44545c;
   font-weight: bold;
}

.bottom-blocks {
	font-weight: bold;
}

.EM .panel-title {
    color: #9C231B;
}

.EM .panel-group .panel + .panel {
    margin-top: 0px;
}

#back-image {
    
     background-size: 100% 100%;
     background-repeat:no-repeat;   
     margin-right: 1.7%;
     margin-left: 0.3%;
     color:#44545c;
	 margin-top: 14px;
}

#EM-themes {
margin-top: 5px
}

#issue-heading {
padding-top: 14px;
}
/************Dark Footer****************/
.footer{
	/*border-top: 5px solid #1188ff;
    background-color: #03253e;*/
	border-top: 3px solid #b5b5b5;
	background-color: #44545c;
    height: auto;
    color: #f1f1f1;
    padding-top: 55px;
    padding-bottom: 20px;
	width:100%;
}
a.footer-subheader{
	color:#f1f1f1 !important;
	font-size:22px;
	line-height:25px;
	font-weight:normal !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, Utkal, sans-serif;
}
a.footer-subheader:hover{
	color:#ffffff !important;	
}
a.footer-links{
	color:#d5d5d5 !important;
	font-size:12px;
	line-height:25px;
	font-weight:normal !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, Utkal, sans-serif;
}
a.footer-links:hover{
	color:#ffffff !important;
}
.footer-links-small a{
	color:#d5d5d5 !important;
	font-size:12px;
	line-height:25px;
	font-weight:normal !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, Utkal, sans-serif;
}
.footer-links-small a:hover{
	color:#308fef !important;


}
.footer-links-small p{
	color:#d5d5d5 !important;
	font-size:12px;
	line-height:20px;
	font-weight:normal !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, Utkal, sans-serif;
}
.footer-icon-social img:last-child{display:none}
.footer-icon-social img:nth-child(2){display:none}
.footer-icon-social:hover img:first-child{display:none}
.footer-icon-social:hover img:last-child{display:inline-block}

/*Added for Social Share*/
#block-block-73{
	float:right;
	padding:0px;
	margin:0px;
	margin-top:10px;
}
@media (max-width: 768px) {	
	section#block-block-73, .mean-container div.mean-bar nav.mean-nav div nav div section a img{
	display:none !important;
	}
}
@media (min-width: 768px) {	
	div#social-share-mobile{
		display:none !important;
	}
}


/*Styles for landing page redesign*/

h2.landing {
   color:#44545c;
   font-weight: bold;
}

h4.landing {
    color: #9C231B;
    font-weight: bold;
	 margin-top: 0px;
}

.node-type-landing-page {                 
  background-color: #fafafa; 
}


.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*/

/*Added for OUP home page slider*/
#oup-carousel .carousel-control {  
  margin-top:3%;
  width:5%;
  background:none ;
  color:#000;
}

#oup-carousel .carousel-control:hover {
  background:none ;
  color:#000;
}
#oup-carousel .carousel-inner{
height:  190px;
} 


.landing-margin-right{
margin-right: 10px;
}

.whats-new-slider{
padding: 20px;
background-color: #f2f2f2;
}

.whats-new-slider-img{
display: block;
    margin: 0 auto;
}

.padding-green-box {
padding: 15px;
}

.main-image-text {
background-color: #E8E8E8; 
padding: 10px;
}

.well.whats-new-slide-next-prev {
    background-color: #C0C0C0;
}
 
/*Added for OUP home page slider*/


/*Added for IPI redesign*/

#ipi_navigation_menu {list-style:none; margin-left:auto; margin-right:auto; text-align: center;  padding: 0; width: 100%;}
#ipi_navigation_menu > li { display: inline-block; margin:5px 0; padding:0 2%; border-left:#9c231b solid 1px;} 
#ipi_navigation_menu > li:nth-child(1) {border-left:0;}
#ipi_navigation_menu > li > a  {color: #9c231b; font-weight: bold;} 

#ipi_navigation_menu > li > a:hover{
	border-bottom: 2px solid #c00000;
}

.ipi-heading-bg {
    background: #bdbdbd none repeat scroll 0 0;
    height: 50px;
	margin-bottom: 25px;
}

.ipi-heading-text {
    color: white;
    font-weight: bold;
    line-height: 50px;
	padding-left: 20px;
}

.ipi-sign-up-text-box {
    line-height: 30px;
    margin-left: 10px;
    width: 25%;
}

.ipi-signup-button {
    background-color: #25a2c9;
    color: white;
    font-size: 18px;
    margin-left: 20px;
}
.ipi-signup-button: hover{
	background-color: #9c231b;
}

/* IPI resources page */

#ipi-resource a, a:hover{
	text-decoration:none;
}
#ipi-resource-light{
	display:block;
	min-height:200px;
	background-color:#faffff;
	padding:20px;
	color:#000000;
	border-style: solid;
	border-top: 3px solid #00469a;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float:left;
}
ipi-resource-light h3 a{
	text-decoration:underline;
}


#ipi-resource-light-header p{
	font-size:14px;
	color:#000 !important;
	line-height:16px;
}

.clear-row{
	width:100%;
	height:20px;
}
.clear-row-float{
	float:left;
	width:100%;
	height:20px;
}

#ipi-resource-light-header h3 {
    color: #002060;
    font-weight: bold;
}

.ipi-rs-2 {
	font-size: 16px;
}

.ipi-rs-1 {
    font-size: 14px;
	font-weight:normal;
}

#ipi-resource{
	display:block;
	height:200px;
	padding: 10px 15px 0;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	border:1px #ccc solid;
	text-decoration:none;
	background: linear-gradient(rgba(0,83,166,0.80),rgba(0,83,166,0.90)),
	url('/portal/sites/default/files/images/ipi-resources-image-1.png');
	background-size:cover;
	float:left;
	width: 100%;
	font-size: 18px; !important 
}


#ipi-resource-light-header{
	float:left;
	min-height:239px;
	background-color:#faffff;
	color:#000000;
	border-style: solid;
	border-top: 3px solid #00469a;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width:100% !important;
}

#ipi-resource {
    background: linear-gradient(rgba(80,135,180,0.80),rgba(80,135,180,0.90));
    background-size:cover !important;
}


#ipi-resource:hover{
	color:#ffffff;
	text-decoration:none;
	background: linear-gradient(rgba(97,159,87,0.80),rgba(97,159,87,0.90));
	background-size:cover !important;
}
@media screen and (min-width:991px){
	#ipi-resource{
		width:100% !important;
	}
}
/* End of IPI resources page */



/* IPI collaborators page */

.ipi-partners{
	height:200px;
	padding-bottom:20px;
}

.ipi-partner-link{
	color:#002060 !important;
	font-size:14px !important;
	font-weight:bold;
	font-size:12px;
}
@media all and (min-width:1200px){
	.ipi-partners img {
		padding: 25px !important;
	}
}

/* End of IPI collaborators page */


/* IPI contact us page */



.ipi-contact-title{
	color: #002060 !important;
	font-weight:bold;
	font-size:18px;
	line-height:20px;
}
.ipi-contact-h2{
	color: #0047a4;
	font-weight:bold;
	padding: 0 0 10px 10px;
}

.ipi-sign-up-bg {
    background: #dee8ea none repeat scroll 0 0 ;
    min-height: 60px;
    padding-top: 5px;
}

.ipi-add-padding{
	padding-left: 20px;
}
.img-contact-header{
	width:90px;
}


.ipi-home-header4 {
    width: 100%;
    max-width: 605px;
    margin: 0 auto;
    height: 140px;
    padding-top: 20px;
}
.ipi-new-subscribe-link {
    width: 100px !important;
    background-color: #25a2c9;
    padding: 10px;
    color: #ffffff !important;
    vertical-align: middle;
    /* margin-left: 20px; */
    height: 40px !important !important;
    display: inline-block !important;
    line-height: 20px !important;
}


div#hardCopySubscribe table tbody {
	border-top-width:0px;
	font-size:12px;
}
div#hardCopySubscribe table tbody tr td{
	font-size:12px;
}	

div#hardCopySubscribe {
	font-size:12px;
}


/* End of IPI contact us page */



/* IPI homepage */

.lg-red-title{
	font-weight:bold;
	color:#9c231b;
	margin: 15px;
}


.ipi-home-header2 img{
	width:100%;
	max-height:325px;
	margin:0 auto;
}


.ipi-home-shadow {
    background-color:#ffffff;
    margin-bottom:10px;
    min-height: 890px;
    float:left; 
    min-width:47%;
}


.overlay {
    left: 7%;
    position: absolute;
    top: 35%;
    width: 100%;
    z-index: 10;
	width: 90%
}

.ipi-home-header4 {
    width: 100%;
    margin: 0 auto;
    min-height: 140px;
    padding-bottom: 50px;
}


div#hardCopySubscribe table tbody {
	border-top-width:0px;
	font-size:12px;
}
div#hardCopySubscribe table tbody tr td{
	font-size:12px;
}	

div#hardCopySubscribe {
	font-size:12px;
}


/* Extra Small devices (tablets, 768px and less) */
@media (max-width: 768px) {	
	.ipi-maintitle{
		font-size: 25px;
	}
}
/*Break point for xtra xtra small */
@media (max-width: 480px) {	
	.ipi-maintitle{
		font-size: 15px;
	}
	
}

/* End of IPI homepage */

/* IPI About page */

div.container.ipi-activities {
	background-color: #dee8ea;
	padding: 10px;
}

.ipi-int {
    font-size: 20px;
    font-weight: bold;
    color: #002060;
}

.ipi-about-icon{
	width:80px;
	height:80px;
	vertical-align:middle;
	margin-left: 15%;
	/*margin:0 auto;*/
}

.lg-red{
	font-weight:bold;
	color:#9c231b;
	
}

/* End of IPI About page */




/* Habitat III page */

.panel-cursor {
    cursor: pointer !important;
}

/* End of Habitat III page */



/* IPI News(headlines) page */

.ipi-headlines-header a {
    cursor: pointer;
    font-size: 18px;
    font-weight: normal !important;
}

.archivetext{
	display:none;
}
.archivetext img{
	margin:0 !important;
}


.ipi-date{
	margin-bottom: 2px;
}
.pagination-container{
	width:100% !important;
	display:block !important;
}

div.archivetext img {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.ipi-mostrecent{
	padding-left: 0px;
}
.ipi-mostrecent > li::after { 
    content: " ";
    display: block;
    clear: both; 
	margin-bottom: 20px;
}

.archivetext{
	display:none;
	overflow: hidden;
}
.image-left-1{
	width:120px; padding-right:20px; margin-bottom:5px;
}
.image-left-2{
	width:23em; padding-right:20px; margin-bottom:5px;
}
.image-left-3{
	width:13em; padding-right:20px; margin-bottom:5px;
}
.image-left-4{
	width:21em; padding-right:20px; margin-bottom:5px;
}
.image-right-5{
	width:25em; padding-right:20px; margin-bottom:5px;
}
.image-6{
	padding:0 10px 10px 0;
}
.image-7{
	padding:0 10px 5px 0;
}
#nodisplay{
	display:none;
}
#displayblock{
	display:block;
}
.archivetext img{
	margin:0 !important;
}

.ipi-int-section {
    text-align: center;
    color: #fff;
    font-size:10px;
	text-transform: uppercase;
    font-weight: 900;
    background-color: #295B86;
    padding: 4px;
    margin: 0 auto !important;
	/*width: 110px; */
}

.ipi-date{
	margin-bottom: 2px;
}
.pagination-container{
	width:100% !important;
	display:block !important;
}		
	/* End of IPI News(headlines) page */	
	/*End of IPI redesign*/


/*Start of Dataset Tab style*/
#content-tabs.nav-tabs > li > a{
	color:#602322;
}
#content-tabs.nav-tabs > li.active > a{
	background-color:#602322;
	color:#ffffff;
	font-weight:700;
	border: 1px solid #602322;
	border-bottom-color: transparent;
}
#content-tabs.nav-tabs{
	border-bottom: 1px solid #602322;
}
div#custom-alert.alert.alert-danger{
	margin:15px 0px !important;
	padding:10px !important;
}
div.dataset-inner-tab div.tab-content ul li,div.dataset-inner-tab div.tab-content li{
margin-bottom:8px;
}
div.dataset-inner-tab div.tab-content h1,div.dataset-inner-tab div.tab-content h2{
font-size:20px;
} 

.node-type-dataset-pages-field-collections .well {
   padding: 10px;
}

.node-type-dataset-pages-field-collections  input[type=submit] {
  background-color: #602322;
  background-image: none;
  border: 1px solid #602322;
  color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.node-type-dataset-pages-field-collections  input[type=submit]:hover{
background-color: #854847;
}
/*End of Dataset Tab style*/	
	
@media print {
 a[href]:after {
   content: none !important;
 }
}

/*Prosperity Playbook*/


h2.pp-title {
	text-align: center;
    font-weight: bold;
    color: #9c231b;
}


h3.pp-subtitles {
   font-weight: bold;
   color: #9c231b; 
}


.pp-submenu {
   font-weight: bold; 
   color: #9c231b; 
   font-size: 16px;
}

.margin-auto {
    margin: auto;
}

a.navbar-title:hover,a.navbar-title:active,a.navbar-title{
		font-family:Arial;
		color: #ffffff;
		font-weight: bold;
		font-size:20px;
	}
	
.casestudy-pins {
   font-size: 12px;
   line-height: 1.1;
}

/*End of Prosperity Playbook*/

/*Added for SC2*/
#sc2_navigation_menu {list-style:none; margin-left:auto; margin-right:auto; text-align: center;  padding: 0; width: 100%;}
#sc2_navigation_menu > li { display: inline-block; margin:5px 0; padding:0 2%; border-left:#9c231b solid 1px;} 
#sc2_navigation_menu > li:nth-child(1) {border-left:0;}
#sc2_navigation_menu > li > a  {color: #9c231b; font-weight: bold;} 

#sc2_navigation_menu > li > a:hover{
	border-bottom: 2px solid #c00000;
}

#sc2_navigation_menu .dropdown-menu-sc2 a{
color: #9c231b;
}

.sc2-resource{
	display:block;
	height:200px;
	padding: 10px 15px 0;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	border:1px #ccc solid;
	text-decoration:none;
	float:left;
	width: 100%;
	
}

.sc2-edge{
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) , url('/portal/sites/default/files/images/sc2-edge.jpg');

}

.sc2-factsheet{
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) , url('/portal/sites/default/files/images/sc2-factsheet.jpg');

}

.sc2-generic{
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) , url('/portal/sites/default/files/images/sc2-generic.jpg');

}

.sc2-usmap{
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) , url('/portal/sites/default/files/images/sc2-usmap.jpg');

}

.sc2-resource:hover{
	color:#ffffff;
	text-decoration:none;
	background: linear-gradient(rgba(97,159,87,0.80),rgba(97,159,87,0.90));
}
/*End of SC2 styles*/

/*Added for sortable table on datasets page */

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #f5f5f5; 
}
.tablesorter-header {
    background-image: url("images/bg2.gif");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
	font-size: 15px;
	color: #602322;
}
.tablesorter-headerAsc {
    background-image: url("images/asc.gif");
}
.tablesorter-headerDesc{
    background-image: url("images/desc.gif");
}
table.tablesorter thead tr .tablesorter-headerAsc, table.tablesorter thead tr .tablesorter-headerDesc {
    background-color: #f1f1f1;
}

#datasetTable tr  td{
	border-top: none !important;
}
#block-tb-megamenu-main-menu{
	width:94%;
}
.tb-megamenu.style-blue .nav > li > a{
	border-right: 0px solid #cccccc;
}
.tb-megamenu .nav > li > a{
	color:#333333;
}
.tb-megamenu.style-blue{
	background-color: #e7e7e7;
}
.tb-megamenu.style-blue .nav > li > a:hover, .tb-megamenu.style-blue .nav li.dropdown.open > .dropdown-toggle, .tb-megamenu.style-blue .nav li.dropdown > .dropdown-toggle .caret{
	color:#333333;
}
.tb-megamenu.style-blue .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #333333;
    border-top-color: #333333;
}
.tb-megamenu.style-blue .dropdown-menu {
    border-bottom-color: #333333;
}
.tb-megamenu.style-blue .nav > .active > a{
	background-color: #e7e7e7;
	color:#333333;
}
.tb-megamenu.style-blue .nav > .active > a:hover, .tb-megamenu.style-blue .nav > .active > a:focus, li.tb-megamenu-item.level-2.mega.active.active-trail > a, .tb-megamenu .dropdown-menu .active > a{
	background-color: #fff;
	color:#333333;
	background-image:none;
}
.tb-megamenu.style-blue .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu.style-blue .nav li.dropdown.open.active > .dropdown-toggle{
	background-color: #e7e7e7;
	color:#333333;
}
.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a {
	text-decoration: none;
	color: #fff;
	background-color: #ffffff;
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top,#ffffff,#ffffff);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#ffffff));
	background-image: -webkit-linear-gradient(top,#ffffff,#ffffff);
	background-image: -o-linear-gradient(top,#ffffff,#ffffff);
	background-image: linear-gradient(to bottom,#ffffff,#ffffff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.tb-megamenu .dropdown-menu .active > a,
.tb-megamenu .dropdown-menu .active > a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #ffffff;
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top,#ffffff,#ffffff);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#ffffff));
	background-image: -webkit-linear-gradient(top,#ffffff,#ffffff);
	background-image: -o-linear-gradient(top,#ffffff,#ffffff);
	background-image: linear-gradient(to bottom,#ffffff,#ffffff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.tb-megamenu .mega-nav .mega-group > .mega-group-title, .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title{
	padding: 5px 0;	
}
.tb-megamenu .dropdown-menu .active > a{
	color:#333333;
}
#header-icons img{
	width: 40px;
}
@media (min-width: 1000px) and (max-width:1199px){
	.tb-megamenu .nav > li > a{
		padding: 10px 10px;
	}
	.navbar{
		min-height:0px;
	}
	.tb-megamenu .row-fluid, .tb-megamenu .mega-dropdown-menu, .tb-megamenu .row-fluid [class*="span"]{
		width:100% !important;
		min-width: 200px !important;
	}
	.tb-megamenu .dropdown-submenu > .dropdown-menu{
		left: -80%;	
		width:200px;
	}
}
@media (min-width: 979px) and (max-width: 999px) {
	.tb-megamenu .dropdown-submenu > .dropdown-menu{
		left: -80%;	
		width:200px;
	}
}
@media (min-width: 768px) and (max-width: 999px) {
	.tb-megamenu .nav > li > a{
		padding: 6px 6px;
		font-size:11px;
	}
	.navbar{
		min-height:0px;
	}
	.tb-megamenu .row-fluid, .tb-megamenu .mega-dropdown-menu, .tb-megamenu .row-fluid [class*="span"]{
		width:100% !important;
		min-width: 200px !important;
	}
}
@media (max-width: 768px) {
	#block-tb-megamenu-main-menu{
		display:none;
	}
}
@media (min-width: 992px) {
	#block-superfish-1{
		display:none;
	}
}

/*End Added for sortable table on datasets page */



/* Style for Taxonomy */
div#edit-title-begins-wrapper {
	display:none;
}

.views-exposed-form .views-exposed-widget {
	float:none;
}

input#edit-title-1, input#edit-name-1{
	width: 400px;
}


button#edit-submit-publicationsallatoz, button#edit-submit-authorlist {
	margin-top:0px;
	margin-bottom: 20px;
}


.block-title {
    color: #fffffc;
    background: #3561b1;
    margin: 0;
    padding: 5px 10px 4px;
    font-size: 22px;
    font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

ul#pub-tax-title {
    margin-bottom: 3.5em;
}

ul#pub-tax-title li {
    margin: .6em;
}

ul#pub-tax-title li a {
    font-family: "Trebuchet MS","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 15px;
    color: #16416E;
    margin-left: .85em;
    margin: .6em;
}

section#block-taxonomy-menu-block-2 ul li a {
    color: #16416E;
}

section#block-taxonomy-menu-block-2 ul li {
    margin: .6em;
}

.view.view-publicationsallatoz  .view-content .views-row, .view.view-authorlist  .view-content .views-row {
    padding-bottom: 15px;
    font-size: 17px;
    font-weight: bold;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
/* End Style for Taxonomy */


/* Style for Publication pages */

.recent-publication a {
font-size: 11px;
}
section#block-views-most-recent-publications-1 h2.block-title {
font-size: 14px !important;
    font-weight: bold;
    font-family: Georgia !important;
    color: #9C231B;
    background: none !important;
	padding-left: 0px;
}
section#block-views-most-recent-publications-1 {
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 rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

@media only screen and (max-width: 992px) {
    .recent-publication {
         width: 50%;
         float: left;
         padding-right:5%
   }
}
@media only screen and (max-width: 767px) {
    section#block-views-most-recent-publications-1 {
         display:none;
   }
}
.recent-publication img {
width: 90%;
}
.recent-publication {
width: 25%;
float: left;
padding-right:3%
}

@media (max-width: 1200px) {
.share-icons {
    width: 13% !important;
}
}
@media (max-width: 992px) {
.share-icons {
    width: 16.6666667% !important;
}
}
@media (max-width: 767px) {
.share-icons {
    width: 100% !important;
}
}
section#block-views-most-recent-publications-1 div.views-field-title {
padding-top: 20px;
}

section#block-views-most-recent-publications-1 div.views-field-nothing {
float: left;
}

@media (max-width: 630px) {
#author-DIV div.field-item {
    display: block !important;
}
}

@media (max-width: 1200px) {
section#block-views-most-recent-publications-1 div.views-field-nothing {
    float: none;
}
}

#views-exposed-form-historicalpublicationsbyyear-page-1 {
 display: none;
}

@media (max-width: 992px) {
.pub-downloads {
    width:100%;
}
}

@media (max-width: 992px) {
.share-icons {
    padding-top: 19px;
}
}

@media only screen and (max-width: 767px) {
    .region.region-sidebar-second {
    margin-top: 0px;
}
}
div#for-publicationsallatoz {
    width: 100%;
    margin: auto;
	max-width: 1200px;
}

div#blue-line-publication-header {
	height: 5px;
    background-color: #0E2D7C;
}
div#pub-content div.field-item.even {
    padding-right: 0px;
}
/* End of Style for Publication pages */
/*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;
}
#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;
}
header#navbar {
    background-image: -webkit-linear-gradient(left,#153767 50%,#eaeaea 50%);
    background-image: -o-linear-gradient(left,#153767 50%,#eaeaea 50%);
    background-image: linear-gradient(to right,#153767 50%,#eaeaea 50%);
    background-repeat: repeat-x;
	max-height:76px;
}
#block-block-96{
	float:left;
	width:400px;
}
#block-block-96 h3{
	text-transform: uppercase;
    font-family: 'Open Sans Condensed', 'Gill Sans MT Condensed', sans-serif;
	font-size: 20px;
	font-weight:normal;
}
#block-tb-megamenu-main-menu{
	width:700px !important;
	margin-left:400px;
}
.navbar{
	border:0px;
	border-radius:0px;
}
.tb-megamenu .nav > li > a{
	padding:24px 20px;
}
.tb-megamenu .mega-align-justify > .dropdown-menu{
	left:-200px;
}
.tb-megamenu .nav > li > a {
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', 'Gill Sans MT Condensed', sans-serif;
	font-size: 20px;
	font-weight:bold;
}
.tb-megamenu.style-blue .nav li.dropdown > .dropdown-toggle .caret{
	display:none;
}
@media (max-width: 1199px) {
	.navbar .container{
		width:100%;
	}
	.tb-megamenu .nav > li > a{
		padding: 24px 10px !important;
	}
}
@media (max-width: 1099px) {
	.tb-megamenu .nav > li > a{
		font-size:18px;
	}
	#block-block-97{
		right:-45px;
		top:-40px;
	}
	.tb-megamenu .nav > li > a{
		padding: 26px 10px !important;
	}
}
#block-block-97{ /*Search icon*/
	float:right;
	width:50px;	
	position:relative;
	top:-60px;
	right:-25px;
}
section#block-block-98 { /*search bar */
    max-width: 1130px;
    margin-lefT: auto;
    margin-right: auto;
    padding: 10px;
    background: black;
	display:none;
	max-height: 60px;
}
@media (max-width: 991px) {
	.navbar , #dark-black-header,div.mean-bar > nav > div > nav > div:nth-child(2) > section:nth-child(1), div.mean-bar > nav > div > nav > div:nth-child(2) > section:nth-child(4), section#block-block-98{
		display:none;
	}
}
@media (min-width: 992px) {
	div.mean-bar {
		display:none !important;
	}
}
@media (min-width: 768px) and (max-width:991px) {
	.mean-nav .container {
		width:97%;
	}
}												 
/*End of Header css*/







/* New EM pages */
.em_new_text {
    font-size: inherit !important;
}
.node-empage  li {
    font-size: inherit !important;
}
.em_new_mnth1 {
    font-size: inherit !important;
}
.node-empage h6 {
    font-size: inherit !important;
}
.node-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-empage  ul ul {
    padding-left: 0px;
}
.node-empage  i.credit {
    font-size: 10px !important;
}


@media (max-width: 767px){
  .node-empage  .right-menu{
  margin-left:40px;
  width:43%;
}
}

.node-empage  table {
    width:100%;
  border-color: #ffffff;
}
/*.node-empage  table img {
     width:100%;
  height: auto;
}*/


.node-empage table {
    width: 100%;
    border-color: #ffffff;
}

.node-empage table td table td {
    padding-left: 10px;

}

.node-empage img[src="images/em_banner_2.jpg"] {
    width: 100% !important;
}

.node-empage img[src="images/em_11_highlights_title.jpg"] {
    width: 100% !important;
	padding-right: 10px;
}
	
	

.node-empage #msg {
  font-family: Arial, Hevetica, Times;
  font-size: 24px;
  color: #164fa9;
  line-height: normal;
}

.node-empage .banner-img {
  width: 100%;
  padding-bottom: 20px;
  height: auto;
}

.node-empage .right-menu {
  padding: 39px 22px 22px 22px;
}

@media (min-width: 1200px) {

  .node-empage .bg-image-left {
    background-image: url(<?php echo base_path();
    ?>sites/default/files/images/HU-EvidenceMatters_lp_picSummer2017_LEFT.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .node-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-empage .bg-image-left,
  .node-empage .bg-image-right {
    background-image: none;
  }
}

/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {

 .node-empage .bg-image-left,
  .node-empage .bg-image-right {
    background-image: none;
  }

}

/* Landscape phones and portrait tablets */

@media (max-width: 767px) {

  .node-empage .bg-image-left,
  .node-empage .bg-image-right {
    background-image: none;
  }

}

/* Portrait phones and smaller */

@media (max-width: 480px) {

  .node-empage .bg-image-left,
  .node-empage .bg-image-right {
    background-image: none;
  }
  
}
@media (max-width:619px){

	.node-empage .image_text_left, .node-empage .image_text_right, .node-empage .image_text_right img, .node-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-empage .image_text_left, .node-empage .image_text_right, .node-empage .image_text_right img, .node-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-empage .em_new_header { font-family: Arial, Helvetica, sans-serif; font-size:20px; color:#1c3564; margin-left: 0px;
    margin-bottom: 20px;
}

.node-empage .image_text_right{
	float:right;
        width: 32em;
        font-size:10px;
        margin-left: 10px;
        margin-bottom: 10px;
        line-height: 1.1;
}

.node-empage .image_text_left{
	float:left;
        width: 32em;
        font-size:10px;
	margin-right: 10px;
        margin-bottom: 10px;
        line-height: 1.1;
}

.node-empage .em_new_subheader {
font-family: Arial, Helvetica, sans-serif !important; 
font-size:14px !important; 
color:#1c3564;
font-weight:bold;
}

.node-empage .style17 {
font-size: 14px; 
}

.node-empage .em_new_mnth1 { font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#1c3564; font-weight:bold;
}
.node-empage .em_new_sup {
    position: relative;
    bottom: 0.5em;
    font-size: 0.7em;
}
.node-empage #msg {
font-family: Arial, Hevetica, Times;
font-size: 24px;
color: #164fa9;
line-height: normal;
font-weight: normal !important;
padding-bottom: 12px;
}
.node-empage ul li {margin:0;}
.node-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-empage p:last-child {
    margin-bottom: 10px;
}


/* End of New EM pages */




/* New Cityscape pages */

.node-cspage table p {
	padding: 7px;
}

.node-cspage h2 {
	color: #16416D;
	font-size: 20px;
	font-weight: bold !important;
}

.node-cspage h2 font{
	font-size: 22px;
}


.node-cspage h4.advBoardName {
	color: #16416D;
}

.node-cspage.header1 {
    display: inline-block;
    position: relative;
}

.node-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-cspage .content_box {
    display: none;
}

.node-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 */
.node-landing-page .bio-image {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 21%;
}
.node-landing-page .bio-banner-image {
margin-top: 10px;
margin-bottom: 10px;
}
.node-landing-page .bio-pdr-office {
	color: #890802;
	font-size: 22px;
	font-weight: 500;
}

.node-landing-page .bio-pdr-division {
	color: #337ab7;
	font-size: 16px;
	font-weight: 600;
}

@media screen and (min-width: 992px) {
	.node-landing-page .bio-col-right {
		padding-top: 15px;
		margin-left: -20px;
	}
}

@media screen and (max-width: 991px) {
	.node-landing-page .bio-col-right {
		padding-top: 7px;
		margin-left: -20px;
	}
}

.node-landing-page .bio-col-right li {
	list-style-type: none;
	padding-bottom: 3px;
}

.node-landing-page .bio-subheader-right {
	color: #890802;
}

.node-landing-page .bio-lead-image {
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
	width: 85px;
	height: 113px;
}

.node-landing-page .bio-bck-top {
	margin-top: -30px;
}

.node-landing-page hr.bio-hr {
	border-color: #7a7a7a;
	margin-top: -1px;
}
/* End of Organizational Charts Bio Pages */