#home-content  .emailP {margin-bottom: 0px;}

#home-content .fancyBoxBtns .row-responsive .grid4 {padding: 5px;}
#home-content .buttonLink a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	line-height: normal;
	height: 206px;
}
#home-content .buttonLink a:hover
{
	background-color: rgba(0,0,0,.5);
}
#home-content .buttonLink span {
	position: relative;
	display: block;
	text-align: center;
	top: 55px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px;
	margin: 0px 20px;
}
#home-content .buttonLink {
	background-size: cover;
	background-repeat: no-repeat;
}
#home-content .btn1 {
	background-image: url("/WWW/Jake/outOfState/images/ramShopTile.jpg");
	background-position: 0;
}
#home-content .btn2 {
	background-image: url("/WWW/Jake/outOfState/images/bikeShareTile.jpg");
	background-position: 0;
}
#home-content .btn3 {
	background-image: url("/WWW/Jake/outOfState/images/fairTile.jpg");
	background-position: 0;
}

#home-content .ghostBtns a{
	background-color: #fff;
    color: #666;
    display: block;
    text-decoration: none;
    width: 100%;
    text-align: center;
    border: 2px solid #B094B5;
    font-size: 1.3em;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 6px;
    margin-bottom: 6px;
}
#home-content .ghostBtns a:hover{
	font-weight: bold;
    background: #f9f9f9;
}

/*FANCYBOX*/
#hdnContentArea 
{
	display: none;
	padding: 10px;
	max-width: 400px
}
#hdnContentArea ul
{
	padding: 20px;
	margin-right: 10px;
}
#hdnContentArea li
{
	padding: 5px;
}
#hdnContentTransportation
{
	display: none;
	padding: 10px;
	max-width: 400px
}
#hdnContentTransportation ul
{
	padding: 20px;
	margin-right: 10px;
}
#hdnContentTransportation li
{
	padding: 5px;
}
#hdnContentInvolved
{
	display: none;
	padding: 10px;
	max-width: 400px
}
#hdnContentInvolved ul
{
	padding: 20px;
	margin-right: 10px;
}
#hdnContentInvolved li
{
	padding: 5px;
}


/*******	STUDENT TESTIMONIALS	*******/
#home-content .studentTestimonials .grid3{padding: 5px;}
#home-content .studentTestimonials > .grid12{border-bottom: 2px solid #EEE;}
#home-content .studentTestimonials > .grid12:last-of-type{border: none;}
#home-content .studentTestimonials .profile{background-color: #441F49; position: relative;}
#home-content .studentTestimonials .profile img{width: 100%;}
#home-content .studentTestimonials .profileContent{
	padding: 0 10px;
	padding-bottom: 10px;
	color: #FFF;
	margin-bottom: 50px;
}
#home-content .studentTestimonials .profileContent h3{
	color: #FFF;
	border-bottom: 3px dotted #FFF;
}
#home-content .studentTestimonials .profileContent ul{
	list-style-type: none;
	margin-left: 0;
}
#home-content .studentTestimonials .profileContent h3:after{display: none;}
#home-content .studentTestimonials .profileHiddenContent{
	display: none;
	padding: 0 10px;
	position: relative;
	top: -50px;
	text-align: center;
}
#home-content .studentTestimonials .profileHiddenContent p{color: #FFF;}
#home-content .studentTestimonials .profileQuote{
	font-size: 1.5em;
	font-style: italic;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 5px 0;
}
#home-content .studentTestimonials .profileArrow{
	border-top: 1px solid #FFF;
	text-align: center;
	padding: 10px 0;
	position: absolute;
	bottom: 0;
}
#home-content .studentTestimonials .profileArrow:hover{cursor: pointer;}
#home-content .studentTestimonials .profileArrow:hover .fa-chevron-down, #home-content .studentTestimonials .profileArrow:hover .fa-chevron-up{color: #FFBD07;}
#home-content .studentTestimonials .fa-chevron-down, #home-content .fa-chevron-up{color: #FFF; font-size: 2em;}
#home-content .moreTestimonials{
	text-align: center;
	background: #441F49;
	color: #FFF;
	padding-bottom: 10px;
	margin: 0;
}
#home-content .moreTestimonials a{color: #FFF;}
#home-content .moreTestimonials a:hover{color: #FFBD07;}

#home-content #leftColumn{
	padding-right: 10px;
}

#home-content .topBannerMessage{
	padding: 2% 5% 2% 10%;
	background-color: #382140;
	float: left;
}
#home-content .topBannerMessage p{
	border-left: 4px solid #FFE800;
	color: #fff;
	padding: 10px;
	margin: 0px;
	font-weight: bold;
	font-size: 1.1em;
}

@media only screen and (max-width:768px){
	#home-content #leftColumn{
		padding-right: 0;
	}
}

/**************************/
.centerH2{
	text-align: center;
}

#home-content .addInfoImages{
	background-image: url(/secondary/images/secondaryBackground.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 100%;
	float: left;
	position: relative;
	z-index: 10;
}
#home-content .addInfoImages h2{
	font-size: 3em;
	margin: 50px 0px;
	text-align: center;
}
#home-content .addInfoImages h4{
	text-transform: uppercase;
}
#home-content .addInfoImages img{
	width: 100%;
}
#home-content .addInfoImages .row-responsive:first-of-type, .addInfoImages .row-responsive:first-of-type .grid5, .addInfoImages .row-responsive:first-of-type .grid4, .addInfoImages .row-responsive:first-of-type .grid3{
	display: flex;
}
#home-content .addInfoImages .bottomPlacement{
	align-self: flex-end;
}
#home-content .addInfoImages .row-responsive:first-of-type{
	margin-bottom: 30px;
}
#home-content .addInfoImages .row-responsive:first-of-type .grid5{
	padding-right: 30px;
}
#home-content .addInfoImages .row-responsive:first-of-type .grid4, .addInfoImages .row-responsive:last-of-type .grid5, .addInfoImages .row-responsive:last-of-type .grid4{
	padding-left: 30px;
}
@media only screen and (max-width:768px){
	#home-content .addInfoImages .row-responsive:first-of-type{
		margin-bottom: 0px;
		display: block;
	}
	#home-content .addInfoImages .row-responsive:first-of-type .grid3, #home-content .addInfoImages .row-responsive:last-of-type .grid3, #home-content .addInfoImages .row-responsive:first-of-type .grid5,#home-content .addInfoImages .row-responsive:first-of-type .grid4, #home-content .addInfoImages .row-responsive:last-of-type .grid5, #home-content .addInfoImages .row-responsive:last-of-type .grid4{
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 20px;
		display: block;
	}
	#home-content .addInfoImages{
		padding: 30px 20px;
	}
}
/*********************/
#home-content #mapDetails{
	background-image: url(https://www.wcupa.edu/_resources/includes/brand/images/brandSplitBackground1.jpg);
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	float: left;
	position: relative;
	/*z-index: 10; */
	margin: 0px 0px 5% 0px;
	padding: 3.5%;
}
#home-content #mapDetails .sbImage .innerWCUSplitBlock{
	background-color: #FFE800;
}
#home-content #mapDetails .outerWCUSplitBlock{
	background-color: #382140;
}
#home-content #mapDetails .outerWCUSplitBlock h3, #mapDetails .outerWCUSplitBlock .wcuLink, #mapDetails .outerWCUSplitBlock .wcuLink svg{
	color: #FFE800;
	fill: #FFE800;
}
#home-content #mapDetails .outerWCUSplitBlock p{
	color: #fff;
}
#home-content #mapDetails .sbImage .outerWCUSplitBlock{
	padding: 0% 0%;
}
#home-content #mapDetails > .grid6{
	padding-right: 20px;
}
#home-content #mapDetails > .grid6 h3{
	font-size: 4em;
}
#home-content #mapDetails .grid3{
	padding: 10px;
}
#home-content #mapDetails .grid3 > div{
	padding: 20px 10px;
	text-align: center;
}
#home-content #mapDetails .grid3 p{
	font-size: .9em;
}
#home-content #mapDetails .grid3 > div h3{
	font-size: 1.25em;
	margin-bottom: 0;
	padding-bottom: 10px;
}
#home-content #mapDetails .grid3 > div > svg:first-of-type{
	max-height: 150px;
	display: block;
	margin: 0 auto;
}
#home-content #mapDetails .studentResourcesBox{
	background: #FFE800;
}
#home-content #mapDetails .studentResourcesBox > svg:first-of-type{
	fill: #6e3061;
}
#home-content #mapDetails .studentResourcesBox h3,
#home-content #mapDetails .studentResourcesBox p{
	color: #6e3061;
}
#home-content #mapDetails .organizationsBox{
	background: #6e3061;
	color: #ffe800;
}
#home-content #mapDetails .organizationsBox > svg:first-of-type{
	fill: #FFE800;
}
#home-content #mapDetails .organizationsBox h3,
#home-content #mapDetails .organizationsBox p{
	color: #FFE800;
}
#home-content #mapDetails .studentResourcesBox h3:after,
#home-content #mapDetails .organizationsBox h3:after{
	display: none;
}
#home-content #mapDetails .organizationsBox .wcuLink{
	color: #FFE800;
}
#home-content #mapDetails .organizationsBox .wcuLink svg{
	fill: #FFE800;
}
#home-content .liveChat img{
	padding: 10%; 
}


.collageImages{
	background-image: url(/visitors/images/visitBack1.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	float: left;
	position: relative;
	z-index: 10;
}
.collageImages h2{
	font-size: 3em;
	margin: 50px 0px;
	text-align: center;
	margin-top: 80px;
}
.collageImages h4{
	text-transform: uppercase;
}
.bottomPlacement{
	width: 100%;
}
.cardImageBackground1{
	position: relative;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, 
		rgba(0, 0, 0, 0.51) 16%, rgba(0, 0, 0, 0) 26%);
}
.cardImageBackground1 img{
	z-index: -1;
	position: relative;
}
.cardImageBackground1 > h4{
	position: absolute;
	padding: 20px 0px 20px 20px;
	color: #fff;
	background-color: #382140;
	width: 100%;
	max-width: 100%;
}
.collageImages img{
	width: 100%;
}
.collageImages .row-responsive:first-of-type, .collageImages .row-responsive:first-of-type .grid5, .collageImages .row-responsive:first-of-type .grid4, .collageImages .row-responsive:first-of-type .grid3{
	display: flex;
}
/* .collageImages .bottomPlacement{
align-self: flex-end;
} */
.collageImages .row-responsive:first-of-type{
	margin-bottom: 30px;
}
.collageImages .row-responsive:first-of-type .grid5{
	padding-right: 20px;
	padding-left: 20px;
}
.collageImages .row-responsive:first-of-type .grid4:first-of-type, .collageImages .row-responsive:first-of-type .grid3:last-of-type{
	padding-right: 0px;
	padding-left: 0px;
}
#home-content .centerH2{
	text-align: center;
}
#home-content .borderContent{
	padding: 5% 20%;
}
#home-content .borderContent .border{
	padding: 2.5% 5%;
}
#home-content .centerContent .grid4{
	padding: 0px 10px;
}
#home-content .purplePara, .pyPara2, .pyPara1{
	padding: 3.5%;
}
#home-content .pyPara2, .pyPara1{
	display: flex;
}
#home-content .pyPara2 .grid6:first-of-type, .pyPara1 .grid6:last-of-type{
	background-color: #FFE800;
}
#home-content .pyPara2 .grid6:last-of-type, .pyPara1 .grid6:first-of-type{
	background-color: #382140;
	height: 100%;
}
#home-content .splitImg-8{
	padding: 0%;
}
#home-content .splitImg-8 .grid4{
	padding: 7% 0% 0% 5%;
}

@media only screen and (max-width:1400px){
	.collageImages{
		background-image: url(/secondary/images/secondaryBackground.jpg);
	}
	.collageImages h2{
		font-size: 2em;
		margin: 40px 0px;
	}
	.collageImages .row-responsive:first-of-type .grid5, .collageImages .row-responsive:first-of-type .grid4, .collageImages .row-responsive:first-of-type .grid3{
		width: 100%;
	}
	.collageImages .row-responsive:first-of-type{
		margin-bottom: 0px;
		display: block;
	}
	.collageImages .row-responsive:first-of-type .grid3, .collageImages .row-responsive:last-of-type .grid3, .collageImages .row-responsive:first-of-type .grid5, .collageImages .row-responsive:first-of-type .grid4, .collageImages .row-responsive:last-of-type .grid5, .collageImages .row-responsive:last-of-type .grid4{
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 20px;
		display: block;
	}
	.collageImages{
		padding: 30px 20px;
	}
	.cardBox{
		position: relative;
		height: auto;
		background-size: 100%;
		background-position: left center; 
	}
	.cardImageBackground1{
		height: auto;
	}
	.cardBox .cardContent{
		bottom: 0% !important;
		position: relative !important;
	}
}

@media only screen and (max-width:1024px){
	#home-content .borderContent{
		padding: 5% 10%;
	}
	#home-content .borderContent .border{
		padding: 2.5% 3.5%;
	}
}
@media only screen and (max-width:768px){
	.purplePara{
		padding: 20% 5% 20% 5%;
	}
	.pyPara2, .pyPara1{
		display: block;
	}
	.pyPara2 .grid6:first-of-type{
		background-color: #382140;
	}
	.pyPara2 .grid6:last-of-type{
		background-color: #FFE800;
	}
	#home-content .borderContent{
		padding: 5% 5%;
	}
	#home-content .borderContent .border{
		padding: 2.5% 2.5%;
	}
	.collageImages{
		background-image: url(/secondary/images/secondaryBackground.jpg);
	}
	.collageImages h2{
		font-size: 2em;
		margin: 40px 0px;
	}
	.collageImages .row-responsive:first-of-type .grid5, .collageImages .row-responsive:first-of-type .grid4, .collageImages .row-responsive:first-of-type .grid3{
		width: 100%;
	}
	.collageImages .row-responsive:first-of-type{
		margin-bottom: 0px;
		display: block;
	}
	.collageImages .row-responsive:first-of-type .grid3, .collageImages .row-responsive:last-of-type .grid3, .collageImages .row-responsive:first-of-type .grid5, .collageImages .row-responsive:first-of-type .grid4, .collageImages .row-responsive:last-of-type .grid5, .collageImages .row-responsive:last-of-type .grid4{
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 20px;
		display: block;
	}
	.collageImages{
		padding: 30px 20px;
	}
	.cardBox{
		position: relative;
		height: auto;
	}
	.cardImageBackground1{
		height: auto;
	}
	.cardBox .cardContent{
		bottom: 0%;
		position: relative;
	}
}

@media only screen and (max-width:768px){
	#home-content .addInfoImages h2{
		font-size: 2em; 
	}
}
@media only screen and (max-width:362px){
	#home-content .addInfoImages h2{
		font-size: 1.5em; 
	}
}