/* 
This is the section css for
New Ram Online Orientation 
*/

/* side menu */
#home-content .hideMenu{
	display: none;
}
#home-content .sideLinks{
	margin-top: 10px;
	padding-right: 20px;
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
#home-content .sideLinks .grid12{
	margin: 0;
	background-color: #fff;
}
#home-content .sideLinks a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #575757;
	font-weight: bold;
	padding-left: 13px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
#home-content .sideLinks > .grid12:first-of-type > a{
	border-top: 1px solid #DDD;
}
#home-content .sideLinks .subSideLink{
	font-size: .9em;
	padding: 5px 10px 3px 30px;
	border-left: 0;
	font-weight: bold;
	text-indent: -10px;
	line-height: 20px;
}
#home-content .sideLinks .subSideLink:before{
	content: "\203A"; 
	padding-right: 5px; 
	position: relative;
	top: -1px;
	color: #6e3061;
}
#home-content .sideLinks .grid12 a:hover{
	color: #6e3061;
	border-left: 3px solid #FFE800;
}
#home-content .sideLinks .activeSideLink{
	color: #6e3061;
	border-left: 3px solid #6e3061;
}
#home-content .inactive{
	display: none;
}
#home-content .active{
	display: block;
}



/*****************************************************/
/*****************************************************/
/*					NEW BRAND CSS					*/
/*****************************************************/
/*****************************************************/
.contentHolder{
	padding: 0px 0px;
}
.centerH2{
	text-align: center !important;
}
#home-content .borderContent{
	padding: 0% 20% 5% 20%;
}
#home-content .borderContent .border{
	padding: 2.5% 5%;
}
.centerContent .grid4{
	padding: 0px 10px;
}
.purplePara, .pyPara2, .pyPara1{
	padding: 3.5%;
}
#home-content .pyPara2{
	padding: 0%;
}
.pyPara2, .pyPara1{
	display: flex;
}
.pyPara2 .grid6:first-of-type, .pyPara1 .grid6:last-of-type{
	background-color: #FFE800;
}
.pyPara2 .grid6:last-of-type, .pyPara1 .grid6:first-of-type{
	background-color: #382140;
	height: 100%;
}
#home-content .center-left p, #home-content .center-left ul{
	text-align: left;
}
.sub-text{
	font-size: .7em;
}
#hear-box, .purple-section{
	float: left;
	width: 100%;
	display: block;
	padding: 2.5% 10%;
}
#hear-box .slides img{
	display: block;
	margin: 0 auto;
}
.purple-section{
	background-color: #382140;
	margin-top: 2.5%;
}
#home-content .pictureGrid .opaqueTitle{
	padding: 10px 20px 15px 20px;
}
#home-content .btnPadGC .grid4{
	padding-left: 20px;
}
.center-tile .shadow{
	width: auto;
}

.week-section {
  	background-image: url('/hr/online-orientation/images/week-background.jpg');
  	background-size: cover;       /* Scales image to fill container without distortion */
  	background-position: center;   /* Keeps the image centered horizontally and vertically */
  	background-repeat: no-repeat;  /* Prevents the image from tiling */
	float: left;
	width: 100%;
	display: block;
	padding: 5% 10%;
}
#home-content .week-section p{
    font-size: 2em;
    color: #ffe800;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
}
#home-content .week-section p span{
	font-size: .7em;
	color: #fff;
	font-weight: initial;
}
.section, .toc-section{
	float: left;
	width: 100%;
	display: block;
	padding: 3.5% 5% 5% 5%;
}
.toc-section .sideAccordion .sideAccordionMenu .smMobileContain > a{
	padding: 10px;
	text-align: left;
	text-transform: initial;
	font-size: .9em;
}

/*	ALL SUB PAGES	*/
.orientation-section{
	float: left;
	width: 100%;
	display: block;
	padding: 1% 2% 3% 2%;
	border-bottom: 20px solid transparent; 
	border-image: url('https://wcupa.edu/_resources/includes/brand/images/homePageImages/hpFindProgParallax.jpg') 30 round;
}
.orientation-section:last-of-type{
	border-bottom: none;
}
.orientation-section h3{
	    font-family: "Phonk", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: .2rem;
	font-size: 1.6em;
}
.orientation-section h4{
	font-size: 1.5em;
}
.orientation-section h5{
	font-size: 1.2em;
}


@media only screen and (min-width:768px){
	#hear-box{
		padding: 2.5% 20%;
	}
	#home-content .week-section .row-responsive:first-of-type .grid4{
		padding-bottom: 3.5%;
	}
}

@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%;
	}
}

.orientation-section .fancybox-media img {
	max-width: 500px;
}



