.pageForm label, .pageForm span{
	padding: 0 10px;
}
.pageForm .row-responsive{
	width: 100%;
	clear: left;
}
.pageForm .fLeft, .contentHolder .pageForm input[type="text"], .contentHolder .pageForm input[type="email"]{
	width: 20%;
}
.contentHolder .pageForm input[type="text"].phone{
	width: 6em;
}
.pageForm .validationImage{
	float: left;
}
.pageForm span.fLeft{
	padding: 0 2px;
}

/** default **/
#home-content .imgCenter{
	display: block;
	margin: 0 auto;
}
#home-content .pageForm #search label{
	color: #575757;
	padding: 0;
}
#home-content .pageForm #search .btnSearch{
	padding-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
#home-content #searchPositions{
	border: 2px solid #eee;
	padding: 5px;
}
#home-content #searchPositions > p:first-of-type{
	display: inline-block;
	margin: 0;
}
#home-content #searchPositions .chkContainer{
	display: inline-block;
}
#home-content .profileCtr{
	margin: 20px 0;
	margin-bottom: 0;
	padding: 10px 0;
	padding-bottom: 30px;
	border-bottom: 2px solid #EEE;
}
#home-content .profileCtr .profile .grid3 img{
	display: block;
	margin: 0 auto;
	padding: 0 10px;
	width: 200px;
}
#home-content .profileCtr .profile h3{
	margin: 10px 0;
	text-transform: uppercase;
}
#home-content .profileCtr .profile ul{
	list-style-type: none;
	margin-left: 0;
}
#home-content .profileCtr .profile ul li span{
	padding: 0;
}
#home-content .profileCtr .profile .interests span{
	background: #382140;
	color: #FFF;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 5px;
}
#home-content input#searchMentors:focus{
	background-color: #f7f7f7;
}

/** profile **/
#home-content [id*="pnlProfile"] .row-responsive{
	margin: 10px 0;
}
#home-content [id*="pnlProfile"] .userImage img{
	display: block;
	margin: 0 auto;
	padding: 0 10px;
	max-width: 100%;
}
#home-content [id*="pnlProfile"] .userContent ul{
	list-style-type: none;
	margin: 0;
}
#home-content [id*="pnlProfile"] .userContent li{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
#home-content [id*="pnlProfile"] .userContent li span{
	padding: 0;
}
#home-content [id*="pnlProfile"] h3{
	margin: 10px 0;
}
#home-content [id*="pnlProfile"] [id*="pnlInterests"] span{
	background: #382140;
	color: #FFF;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 5px;
}
#home-content .btnRight{
	float: right;
	margin-left: 10px;
}
#home-content .profileLinks{
	margin-right: 10px;
}

/** edit profile **/
.loginStatus{
	float: right;
}
#home-content .invisible{
	display: none;
}
#home-content p.additionalInfo{
	font-style: italic;
	font-weight: bold;
	font-size: .8em;
	margin: 0;
}

/*	CR STYLING	*/
.v-1{

}
.v-1 .image-contain{
	max-width: 200px;
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: -30px;
}
.image-mobile{
	display: none;
	margin-bottom: -30px;
}
.image-cent{
	max-width: 400px;
	display: block;
	margin: -10px auto -20px auto;
}
.v-2 .top-section{
	text-align: center;
	background-image: url(https://www.wcupa.edu/_admin/research/forms/ram-research-directory/images/rr-background-1.jpg);
	/* background-attachment: fixed; */
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    position: relative;
    /* z-index: 20; */
    padding: 5% 15%;
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
.v-2 .top-section h2{
	color: #ffe800;
	margin-bottom: 10px;
}
.v-2 .top-section h3{
	margin-top: 10px;
	margin-bottom: 50px;
}
.v-2 .top-section h3, #home-content .v-2 .top-section p, .v-2 .top-section label, #home-content .pageForm #search .top-section label{
	color: #fff;
}
.v-2 .top-section .btnSearch{
	color: #ffe800;
}
.v-2{

}

@media only screen and (max-width:1366px){
	.v-2 .top-section{
		background-image: url(https://www.wcupa.edu/_admin/research/forms/ram-research-directory/images/rr-background-mid-1.jpg);
	}
}
@media only screen and (max-width:900px){
	.v-2 .top-section{
		padding: 5% 10% 10% 10%;
	}
}
@media only screen and (max-width:768px){
	.v-1 .image-contain{
		display: none;
	}
	.image-mobile{
		display: block;
		margin: 0 auto;
		max-width: 250px;
	}
	.v-2 .top-section{
		background-image: none;
		background-color: #6e3061;
	}
	#home-content .pageForm .v-1 #search .btnSearch, #home-content .pageForm .v-2 #search .btnSearch{
		margin-top: -15px;
    	display: block;
	}
	#home-content #searchPositions {
		margin-top: 30px;
	}
	#home-content .v-2 .profileCtr{
		padding: 1% 5%;
	}
}



@media only screen and (max-width:768px){
	.pageForm .fLeft, .contentHolder .pageForm input[type="text"], .contentHolder .pageForm input[type="email"]{
		width: 100%;
	}
}