/* CSS Jjust for admissions page */

footer {
	margin-top:0;
}
section{
	display:none;
	}
.boxes {		
	float:left;
	}

#mapTop {
	margin-bottom:20px;
}

.noUnderline:hover{
	text-decoration:none;
}

#mainContainer{
	position:relative;
	}
#containerRight{
	margin-left: 25%; 
	width:75%; border:none;
	}
.imageLeft{
	width:40%; 
	margin-left:-37%; 
	position:absolute; bottom:0;
	}

.boxes img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: 62.5%;
	margin-left:100px;
	}

#paraBottom{
	clear: both; height: 200px; 
	background-color: red; 
	margin-bottom: 20px;
	}	
	
.bgImg {
	background-attachment: fixed;
	background-image: url(../images/meetYourCounselorBackgroundNew.jpg);
	position: inherit;
	background-repeat: no-repeat;
    background-blend-mode: overlay; 
	background-size: 130% auto;
	background-position: left -60px top -60px; 
	background-color: hsla(0,0%,97%,0.95);

/*    background-attachment: fixed;
    background-image: url(images/meetYourCounselorBackground.png);
    position: absolute;
    background-blend-mode: overlay; 
	background-size: 1100px auto;
    background-repeat: no-repeat;
	background-position: left -250px top -150px;
*/
		

}

	 .boxes {
		 margin-bottom: 0;
	 }
	 

/*#region0, #region1, #region2, #region3, #region4, #region5, #region6 {
	display:none;
}*/

@media screen and (max-width: 991px) {
	#containerRight {
		margin:0;
		width:100%;
	}
	#mapTop {padding: 0 10px;}

	.bgImg {
		background-image:none;
	}

}
body{
    background-attachment: fixed;
    background-image: url(images/meetYourCounselorBackground.png);
    position: absolute;
    background-blend-mode: overlay; 
	background-size: 1100px auto;
    background-repeat: no-repeat;
	background-position: left -250px top -150px;
}

