/* Core */
body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 75px;	
	
	
}
/* PDB50 branding - to be removed at the end of 2021 */
.logo50large{
	margin: auto;
	margin-top: 25px;
}

 /* .bcg50logo{
	 background-image: url("../img/background.png");
	 background-position: 96% 40%;
	 background-repeat: no-repeat;
	
} */
.long50logo{
		margin: auto;
		padding: 10px 0;
		width: 300px;
		height: auto;
	}


/* @media (max-width: 992px ) {
	 .bcg50logo{
	 background-image: none;  
	  		
} */

	.logo50bcg{
		background-color: #f2f6e5;
		padding-top: 40px;
	}
}

/* End of PDB50 branding */



.ScreenLimit{
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.ScreenLimitFooter{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.ScreenLimit-FloatingNav{
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
}

.masthead{
	position:relative;
	padding:0;
	color:#fff;
	background-color:#0d4575;
	
}

/* wwPDB Logo */
.wwPDBlogo{
	 max-width: 260px;
	 height: 75px;
}

p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* HREF's and Anchors */
a{
	color: #000;
}
.boldAnchors a{
	font-weight: 800;
}
.greenAnchors a{
	font-weight: 400;
	color: #669966;
}
.blueAnchors a{
	color: #003366;
	font-weight: 800;
}

/* Background colors*/
.bg-darkblue{
	background-color: #003366;
}
.bg-green{
	background-color: #669966;
}
.bg-greenalpha{
	background-color: rgba(102,153,102, 0.5);
}
.bg-grey{
	background-color: rgb(204, 204, 204);
}
.bg-lightgrey{
	background-color: #F2F2F2;
}

/* Fonts */
.f-white{
	color: #FFF;
}
.f-blue{
	color: #133373;
}
.branding{
	font-size: 26px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-bottom: 15px;
}
.branding2{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.branding3{
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.branding a {
	color: #ffffff;
	font-weight: bold;
}
.branding a:active, .branding a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;	
}



.title{
	padding: 7px 0;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-top:30px;
	
}
h2, h3, h4, h5, h6{
	margin-bottom: 5px;
	color: #262261;
	text-decoration: none;
	
}
/* new */
.belowFold{
	margin-top: 40px;
}

.belowFold h4{
	padding-top: 10px;
	margin-bottom: 15px;
	color: #666;
	text-decoration: none;
	border-bottom: 1px dashed #bbb;
	padding-bottom: 3px;
	font-size:22px;
	line-height: 20px;
}

.belowFold a{
	color: #036;
	font-weight: 600;
	
}

belowFold p{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.newsDate{
	font-size: 12px;
	color: #666;
	font-weight: 400;
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px dotted #666;
	font-family: 'Exo 2', sans-serif;
	margin: 0;
}

/* List styling */
.noStyle{
	list-style-type: none;
	padding-left: 15px;
}
/* new */
.non-indented {
	padding-left: 10px;
	padding-top: 0px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../img/homepage/bullet.png);
}
/* new */
.members {
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 0px;
}


/* Anchor offseting to account for fixed top bar nav */
.anchor{
	display: block;
	position: relative;
	visibility: hidden;
	top: -58px;
}
/*----------------------------------------------------------------------------------*/
/* Navbar */
/* Backgrond color */
.navbar{
	background-color: #fff;
}

/* Nav top left image */
.nav{
	margin-right: 25px;
	margin-top: 45px;
}

/* Shrink nav whitespace */
.nav>li>a{
	padding: 0 20px 0 20px;
	font-weight: 500;
}

/* Focused nav's turn orange, no background change */
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
	color: #FC9571;
	text-decoration: none;
	background-color: transparent;	
}

/* Standerize Collapsed Nav to that of "Normal" Nav */
/* Adjust max nav height */
.navbar-collapse{
	max-height: 700px;
}
/* This is the top section you click/tap on */
li.dropdown.open{
	color: #FC9571;
	text-decoration: none;
	background-color: transparent;	
}
/* This is the submenu under it */
li.dropdown.open>ul.dropdown-menu{
	-webkit-box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px 0px;
	box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px 0px;
	background-color: #FFF;
	border-color: rgba(0, 0, 0, 0.14902);
	border-style: solid;
	border-width: 1px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-sizing: border-box;
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	line-height: 20px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	width: auto;
}
/* Fix padding to be uniform between click opened and hover opened menu's */
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header{
	padding: 3px 20px 3px 20px;
}
/* Make the navbar have black text by default */
.dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu>li>a{
	color: #000;
}

/* Have the nav bar sections align right when collapsed */
@media (max-width: 1100px){
    .navbar-nav{
        text-align: right;
    }
}

/* Top bar coloring */
.dropdown:hover .dropdown-toggle{
	color: #FC9571;
}
.navbar-default .navbar-nav>li>a{
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
}

/* Set the dropdown menu to a fixed width */
.dropdown-menu{
	width: 300px;
}

/* When the collapse nav button is hit - color it green */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: rgba(102,153,102, 0.5);
}

/* Color text orange on hover */
.navbar-default .navbar-nav>li:hover>a{
	color: #FC9571;
}

/* Sub menu coloring */
.dropdown-menu>li:hover a{
	background-color: #669966;
	color: #FFFFFF;
}

/* Adjsut Color of Nav Pills */
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
	background-color: #669966;
}
.nav-pills>li>a:hover{
	background-color: rgba(102,153,102, 0.5);
	color: #000;
}
/*----------------------------------------------------------------------------------*/
/* Branding Bar */
/* Horizontally center images slight off to the right */
#wwPDBcarousel img {
    display:block;
    margin:auto;
		 height: 260px;
	 padding: 15px 0 0 0;
}

/* Helps create the 3 stacked layers */
.brandingBar{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width:100%;
	height: 335px;
}
.brandingBarBacker{
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	width:100%;
	height: 335px;
}



/* Fade transition for carousel items */
.carousel-fade .carousel-inner .item{
	opacity: 0;
   -webkit-transition: opacity 1s ease;
	-webkit-backface-visibility: hidden;
   -moz-transition: opacity 1s ease;
   -ms-transition: opacity 1s ease;
   -o-transition: opacity 1s ease;
   transition: opacity 1s ease;
}
.carousel-fade .carousel-inner .item.active{
	opacity: 1;
   -webkit-transition: opacity 1s ease;
	-webkit-backface-visibility: hidden;
   -moz-transition: opacity 1s ease;
   -ms-transition: opacity 1s ease;
   -o-transition: opacity 1s ease;
   transition: opacity 1s ease;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right{
   left: 0;
   z-index: 2;
   opacity: 0;
   filter: alpha(opacity=0);
}
.greenBox{
	height: 100%;
	z-index: 3;
	color: #fff;
	display:block;

	
}

.greenBox a{
	color: #fff;
	
	
}

.cursive {
	font-family: 'Petit Formal Script', cursive;
}
.events li{
margin-bottom: 10px;
}


/*----------------------------------------------------------------------------------*/
/* Homepage Focus */
.HPfocus{
	background-color: #FAEDD9;
	border: 1px solid #EF8F6C;
}
/*----------------------------------------------------------------------------------*/
/* News */
/* Create news blocks */
.newsItem{
	background-color: rgb(245, 245, 245);
	padding: 5px 10px 7px 10px;
	margin-bottom: 10px;
	
}

.newsItem p{
	margin-top: 5px;
}
/* Float "read more" links to the right */
.moreNews{
	float: right;
}
/* Constrain the news image */
.newsImage{
		max-width: 170px;
	max-height: 170px;
	float: left;
	margin: 7px 7px 7px 3px;
	
	
}
/*----------------------------------------------------------------------------------*/
/* Footer */
.footer{
	margin-top:50px;
	bottom: 0;
	left:0;
	width: 100%;
}

.topFooter{
	background-color: #eee;
	text-align: center;
}
.bottomFooter{
	background-color: #0d4575;
	text-align: center;
	color: #FFF;
	padding: 10px;
}
/* Images */
/*----------------------------------------------------------------------------------*/
.logoLimit{
	max-height: 35px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 5px;
}
/*----------------------------------------------------------------------------------*/
/* Spacing and lines*/
.tinyMarginTop{
	margin-top: 7px;
}
.smallMarginTop{
	margin-top: 15px;
}
.tinyMarginBottom{
	margin-bottom: 7px;
}
.smallMarginBottom{
	margin-bottom: 15px;
}
.tinyPad{
	padding: 5px;
}
.smallPad{
	padding: 10px;
}
.padLR{
	padding: 10px 25px 10px 25px;
}
.noPad{
	padding: 0;
}

.padTop {
	padding-top: 10px;
}



.line-downdot{
	width: 100%;
	border-bottom: 1px dotted #333;
}

.line-downdotfff{
	border-bottom: 1px dotted #fff;
}

.line-topdotfff{
	border-top: 1px dotted #fff;
}

.cite{
	padding: 9px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*----------------------------------------------------------------------------------*/

