body.psycnet {
    background: rgb(255,255,255);
background: linear-gradient(45deg, rgba(255,255,255,1) 20%, rgba(44,114,183,1) 100%);
}
/*.psycnet #mainBodyContainer {
	background: rgba(0,0,0,0.2);
}*/
header .banner .headLogo {
	display: inline-block;
}
header .banner .headLogo img.large {
	max-width: 250px;
}
.inline-block {
	display: inline-block;
}
form#openAthensForm, form#institutionEmailForm {
	padding: 0 !important;
}
footer {
	font-size: 14px;
}
footer a {
	color: #2c72b7;
	text-decoration: none;
}
footer a:hover, footer a:focus {
	color: #2c72b7;
	text-decoration: underline;
}
.footer-links {
	clear: both;
	float: left;
	/*margin: 0 0 0 -34px;*/
}
.footer-links li {
	border-right: 1px solid #5e5e5e;
	list-style: none;
	float: left;
}
.footer-links li:last-child {
	border-right-style: none;
}
.footer-links a {
	font-weight: 100;
	text-align: center;
	padding-top: 8px;
	cursor: pointer;
	font-size: 1.14em;
}
.footer-links a[target="_blank"]::after {
	content: '';
	-webkit-mask: none;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 0;
	-webkit-mask-position: center;
	mask: none;
	  mask-repeat: repeat;
	  mask-position-x: 0%;
	  mask-position-y: 0%;
	  mask-size: auto;
	mask-repeat: no-repeat;
	mask-size: 0;
	mask-position: center;
	display: inline-block;
	background-color: currentcolor;
	position: relative;
	top: 0;
	width: 0;
	height: 0;
	left: 0;
}
.footer-privacy {
	border-top: 10px solid #c1c1c1 !important;
	color: #2c72b7 !important;
}
.footer-socialicons {
	font-size: 2em;
}
.footer-socialicons a {
	display: inline-block;
	width: 60px;
	height: 40px;
}
.footer-socialicons a#facebook-link:hover, .footer-socialicons a#facebook-link:focus {
	color: #3b5998;
}
.footer-socialicons a#twitter-link:hover, .footer-socialicons a#twitter-link:focus {
	color: #55acee;
}
.footer-socialicons a#youtube-link:hover, .footer-socialicons a#youtube-link:focus {
	color: red;
}
.footer-socialicons a#linkedin-link:hover, .footer-socialicons a#linkedin-link:focus {
	color: #0077b5;
}
.footer-privacy {
	max-width: 570px;
}
footer p a {
	text-decoration: underline;
}
 @media screen and (max-width: 480px) {
	header .banner .headLogo img.small {
		display: inline-block;
	  	max-height: 40px;
	  	margin: 2px 0 0 10px;
	  	padding: 0 0 5px 0;

	}
}
@media screen and (max-width: 767px) {
	header .banner .headLogo img.large {
	  	height: auto;
	  	margin: 0 0 0 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 995px) {
	header .banner .headLogo img.large {
	  	margin-top: 0;
	}
}
@media screen and (max-width: 991px) {
	.footer-privacy {
		max-width: 100%;
	}
}