﻿	
@media print {
 /* styles go here */
 #top-menu,.mailing-list,.social-icons,.social-links-top,#header,.pillar-links-text,.banners,.accordion {
	 display:none;
 
 }
 
 .researcher-feed  .one-third,.fullwidth-researchers  {
	 display:block !important;
 
 }
}

body {

        background: #eeeeee;


    }

.RadEditor.reInlineEditor .reContentArea {
    font-size: 1em;
}
 /*Active state*/
.reToolBar.RadEditor_Bootstrap .reSave:before {
	content: "\e109";
}

/*Hovered state*/
.reToolBar.RadEditor_Bootstrap .reSave:hover:before {
	content: "\e109";
}

/*Selected state*/
.reToolBar.RadEditor_Bootstrap .reSave .reToolSelected:before {
	content: "\e109";
}

.hidden{
	
	display:none;
}

.btn-toolbar a{
	margin:0px  5px 15px 5px;
	
}


.mobile-logo{
		display:none;
	}
	
	
	input[type="text"].SearchText{
		background: none;
		border:1px solid #cccccc;
		border-radius: 0;
		color: #000;
		display: block;
		font: 11px/1.7 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
		font-weight: 700;
		margin: 0px !important;
		padding: 2px !important;
		width: 160px;
		
	}
	
	.SearchButton{
		float:right;
	}
	
	.small a,.small i{
		font-size:0.7em;
		display: inline !important; 
		color:#fff;
		line-height:0.5 !important; 
	}
	.project-item .overlay p.small {
    color: #eeeeee;
    display: block;
    font-size: 14px;
    margin: 14px 10px 0;
	line-height:1 !important; 
}

.widget_search a i{
	color: #cccccc;
	float:right;
	font-size:1.5em;
	margin:10px 40px 0 0;
}

#mainsearch .widget_search input {
  
    margin-right: 52px; !important;
}
 
.ddlsearch{
	margin:10px 0;
	border:1px solid #c0c0c0;
	background:#333333;
	color:#fff;
	width:width: 100%;
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	}                                       


.redOverlay > p > a    {
	color:#fff;
	font-weight:normal;
	    display: inline;
	
}
.redOverlay > p > a:hover   {
	color:#c0c0c0;
	 
	
}
.field input{
	width:80%;
}

select {
    background: url(../images/nav/bg_dots_grey.png);
    border-radius: 0;
    color: #cccccc;
    display: block;
    font: 11px/1.7 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 7px 9px;
    text-transform: uppercase;
    width: 240px;
}

.even{
	 background: #f3f1f1;
	padding:10px;
	}    
.odd    {
	
	padding:10px;
}

.fullwidth-researchers{
	width:100%;
	clear:both;
	display:block;
	}    
 .title3{
	 font-weight:bold;
 }
 
 
 
 
 /*  Forms  --------------------------------*/


 .tabs-content-wrapper select {
    background: none;
		border : 1px solid #cccccc;;
    border-radius: 0;
    color: #cccccc;
    display: block;
    font: 11px/1.7 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 7px 9px;
    text-transform: uppercase;
    width: 240px;
}

   .tabs-content-wrapper input[type="text"],.tabs-content-wrapper input[type="password"],.tabs-content-wrapper textarea {

        background: none;
		border : 1px solid #cccccc;;
        border-radius: 0;

        color: #cccccc;

        display: block;

        font: 11px/1.7 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;

        font-weight: 700;

        margin-bottom: 20px;

        padding: 7px 9px;

        text-transform: uppercase;

        width: 240px;

    }

	
   .extranet input[type="text"],.tabs-content-wrapper input[type="password"],.tabs-content-wrapper textarea {

        background: none;
		border : 1px solid #cccccc;;
        border-radius: 0;

        color: #cccccc;

        display: block;

        font: 11px/1.7 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;

        font-weight: 700;

        margin-bottom: 20px;

        padding: 7px 9px;

        text-transform: uppercase;

        width: 240px;

    }
	
    textarea {

        resize: none;

        width: 500px;

    }

     .formselect {
    background: none;
		border : 1px solid #cccccc;;
    border-radius: 0;
    color: #000;
    display: block;
    font: 11px/1.7 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 7px 9px;
text-transform: none;
    width: 240px;
}

   .form input[type="text"], .form input[type="password"], .form textarea {

        background: none;
		border : 1px solid #cccccc;;
        border-radius: 0;

        color: #000;

        display: block;

        font: 11px/1.7 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;

        font-weight: 700;

        margin-bottom: 20px;

        padding: 7px 9px;

        text-transform: none;

        width: 240px;

    }

@media only screen and (max-width: 426px) {


	.mailing-list, .publications-list, .social-links-top , #top-menu{
		display:none;
	}
	
	
	#mainsearch .widget_search input {
		width:60%  !important;
	 
		border: 1px solid #aaaaaa;
		
	}
	
	#header{

		background: #333333;

        margin: 0;

        padding: 5px ;

	}
	.selectnav {
		width: 80%;
		
	}
	.mobile-logo{
		display:block;
	}
	.mobile-logo .logo{
		width:80%;
		    margin-left: 2em;
	}
	
	#header-logo #logo{
			display:none;
	}
	#main-slider{
		display:none;
	}
	.pillar-links-text{
		
		padding:0;
	}
	.container {
    margin: -40px 20px;
    }
	
	

}

 
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .pillar-links-text{
    float:left;
	padding: 0px 50px 0px 0px;
  }
  #main-slider{
		display:none;
	}
	.banners{
		display:none  !important;
	}
	.main-content{
		margin-top:0  !important;
	}
	.img-container{width:auto !important;}
	.sm-full{width:100% !important;}
	 .sm-full  iframe{
		display:none !important;
	}
	 .sm-full  select {
		width:100% !important;
	}
	#top-menu ul{
		padding:0 !important;
		
	}
	#top-menu li{
		
		font-size:0.8em;
	}
	#top-menu .one-half{
		float:none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .pillar-links-text{
    float:left;
	padding: 0px 50px 0px 0px;
  }
  #main-slider{
		display:none;
	}
	.main-content{
		margin-top:0  !important;
	}
	.img-container{width:auto !important;}
	.sm-full{width:100% !important;}
	.sm-full  iframe{
		display:none !important;
	}
	 .sm-full  select {
		width:100% !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

#addsearch-logo-img{
    display: none !important;
  }