/*****************************
******************************
COLOR GUIDE:

# Classic Purple: #382140
# Classic Gold: #FFE800
# Elemental Purple: #382140
# Elemental Gold: #ffe800
# Accent Purple: #6e3061
# Accent Gold: #d4a129

******************************
*****************************/

@charset "utf-8";
/*********************/
/**	MOBILE APP CSS	**/
/*********************/

/**	PHONK FONT	**/
@font-face{
	font-family: 'Phonk';
	src: url('fonts/phonkRegular.woff2') format('woff2'),
		url('fonts/phonkRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/**	BASICS AND HEADERS	**/
html{
	overflow-x: hidden;
	overflow-y: auto;
}
html {
	background-color: #fff;
}
body {
	font-family: "myriad-pro", Arial, sans-serif;
	overflow-x: hidden;
	overflow-y: auto;
	max-width: 100%;
	font-size: 1.25em;
	margin: 0px !important;
}
img {
	max-width: 100%;
}
img[height] {
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	color: #382140;
	clear: left;
	line-height: 1.3em;
}
h1, h2{
	font-family: "Phonk", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .2rem;
}
h3, h4, h5, h6{
	font-family: "myriad-pro", Arial, sans-serif;
	font-weight: bold;
	letter-spacing: .15rem;
}
h1 {
	font-size: 2.25em; /* sizing for this header/font combo is to be 30pt ~ 40px = 2.5em @ base 16px */
}
h2 {
	font-size: 2em; 
	margin: 30px 0px;
}
h3 {
	font-size: 1.8em;
	margin: 30px 0px 20px 0px;
	padding-bottom: 0px;
}
h4 {
	font-size: 1.4em;
	margin: 30px 0px 20px 0px;
}
h5 {
	font-size: 1em;
	margin: 20px 0px;
}
h6 {
	font-size: .9em;
	margin: 20px 0px;
}
p{
	font-size: 1em;
	vertical-align: baseline;
	margin: 20px 0px;
}
a{
	color: #6e3061;
}
#home-content h1,
#home-content h2,
#home-content h3,
#home-content h4,
#home-content h5,
#home-content h6,
#home-content p,
#home-content ul,
#home-content ol,
#home-content li,
#home-content dl,
#home-content dt,
#home-content dd,
#home-content blockquote,
#home-content table,
#home-content hr {
	flex: 0 0 100%;
	width: 100%;
}
.skip-link {
	position: absolute;
	top: -100px;
	left: 20px;
	z-index: 9999;
	padding: 12px 18px;
	background: #ffe800;
	color: #382140;
	font-weight: bold;
	text-decoration: none;
}

.skip-link:focus {
	top: 20px;
}
div, div[class^=grid], div[class^=grid]>div, .main-btn{
	box-sizing: border-box;
}
.row-responsive{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin: 10px 0px 20px;
}
div[class^="grid"] > div{
	box-sizing:border-box;
}
div[class^="grid"]:first-child{
	margin-left: 0;
}
/* div[class^="grid"]{
float: left;
box-sizing:border-box;
} */
[class^="grid"]{
	flex:0 0 var(--grid-width);
	max-width:var(--grid-width);
}
.grid1 {
	--grid-width:8.3%;
}
.grid2 {
	--grid-width:16.666666666666668%;
}
.grid3 {
	--grid-width:25%;
}
.grid4 {
	--grid-width:33.333333333333336%;
}
.grid5 {
	--grid-width:41.66666666666667%;
}
.grid6 {
	--grid-width:50%;
}
.grid7 {
	--grid-width:58.333333333333336%;
}
.grid8 {
	--grid-width:66.66666666666667%;
}
.grid9 {
	--grid-width:75%;
}
.grid10 {
	--grid-width:83.33333333333334%;
}
.grid11 {
	--grid-width:91.66666666666669%;
}
.grid12 {
	--grid-width:100%;
	margin-left: 0!important;
}

.grid6{
	padding: 0% 1%;
}

/**	MENU BATR / FLY OUT MENU	**/
#container, #top-menu-bar, #home-wrapper{
	display: flex !important;
	flex-direction: column;
}
#home-wrapper{
	align-items: center; 
}
#content-section{
	/* 	float: left; */
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
}
#top-menu-bar{
	display: flex;
	align-items: center;
	background-color: #382140;
	top: 0;
	left: 0;
	z-index: 1;
	height: auto;
	float: left;
	flex-direction: row;
	align-items: center;       /* Centers vertically */
	justify-content: center;   /* Centers horizontally */
}
#top-menu-bar button{
	background-color: #382140;
	border: none;
	min-width: 45px;
	min-height: 45px;
}
#top-menu-bar button:hover svg{
	fill: #ffe800;
	color: #ffe800;
}
#mobileAppHero {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	min-height: 400px;
	overflow: hidden;
	padding: 2% 0% 2% 6.5%;
}
#mobileAppHero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #382140;
	opacity: 0.7;
	z-index: 3;
}
#mobileAppHero picture {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
#mobileAppHero picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mobileAppHeader {
	position: relative;
	z-index: 4;
	width: 100%;
	border-left: 10px solid #ffe800;
	padding: 2%;
}


#sliderArea,
#persona-area{
	width: 35%;
	height: 100vh;
	background: #333;
	z-index: 20;
	flex: none;
}
.slideToggle{
	cursor: pointer;
}
.slideToggle:focus-visible{
	outline: 3px dotted #ffe800;
	outline-offset: 3px;
}
.slidePanel{
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(100%);
	transition: transform .5s ease;
}
.slidePanel.showing {
	transform: translateX(0);
}
#sliderArea #searchSlider:focus{
	border: #ffe800 dotted 3px;
}
.sliderButtons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
#persona-area .sliderButtons {
	flex-direction: column;
}
#sliderArea .sliderButtons .menu-btn, #persona-area .sliderButtons .menu-btn{
	background-color: #444;
	color: #f7f7f7;
	text-decoration: none;
	display: block;
	font-size: .9em;
	padding: 10px 20px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
#sliderArea .sliderButtons .menu-btn:hover, #persona-area .sliderButtons .menu-btn:hover{
	background-color: (255,255,255,.05);
}
#sliderArea .sliderButtons .grid6, #persona-area .sliderButtons .grid6{
	padding: 0px 0px;
}
#sliderArea .search-bar-area span{
	width: 100%;
	background-color: #fff;
	color: #444;
	padding: 5px 10px;
	display: block;
	box-sizing: border-box;
}
#searchSlider #searchBtn{
	width: 8%;
	height: 100%;
	padding: 1%;
	margin: 0;
	border: none;
	background-color: #333;
	color: #fff;
	box-sizing: border-box;
}
#searchSlider #searchBtn svg{
	fill: #fff;
}
#sliderArea #searchSlider #searchBtn:hover{
	cursor: pointer;
}
#sliderArea #searchSlider #searchBtn:hover, #sliderArea #searchSlider #searchBtn:hover svg{
	fill: #ffe800;
	color: #ffe800;
	background-color: #333;
}
#sliderArea #searchSlider #searchBtn:focus, #sliderArea #searchSlider #searchBtn:focus-visible{
	outline: 3px dotted #fff;
	outline-offset: 3px;
}
#sliderArea #searchSlider #searchBtn #searchIcon{
	width: 24px;
	height: 24px;
}
#sliderArea #searchSlider fieldset{
	position: relative;
	margin: 0;
	padding: 2%;
	border: 0;
	display: flex;
	align-items: center;
}
#sliderArea #searchSlider input{
	width: 92%;
	padding: 1%;
	border: none;
	box-sizing: border-box;
	margin: 0;
}
#sliderArea #searchSlider label{
	position: absolute;
	left: 4%;
	top: 51%;
	transform: translateY(-51%);
	z-index: 1;
	color: rgba(0, 0, 0, .75);
	font-size: .8em;
	pointer-events: none;
}
#sliderArea #searchSlider legend, #sliderArea #searchSlider legend, form[id*=altSearch] legend {
	position: absolute;
	left: -10000px;
	top: -10000px;
	background-color: #fff;
	color: #000;
}
#top-menu-bar a:hover{
	cursor: pointer;
}
#top-menu-bar .grid1{
	display: flex;
	align-items: center;
	justify-content: center;
}
#top-menu-bar .persona-button{
	justify-content: right;
}
#top-menu-bar .grid1 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#top-menu-bar .persona-button a{
	justify-content: right;
}
#top-menu-bar .grid1 svg{
	display: block;
	width: 40px;
	height: 40px;
	fill: #fff;
}
#top-menu-bar .grid1 img{
	width: 100%;
	max-width: 75px;
	display: block;
	margin: 0 auto;
}
#top-menu-bar .wcu-logo-div img{
	max-width: 100%;
}

#content-section{
	padding: 2.5%;

}
.mobile-footer{
	width: 100%;
	padding: 2%;
	background-color: #382140;
	position: relative;
	border-top: 5px solid #ffe800;
}
.mobile-footer p, .mobile-footer a{
	color: #fff;
}
#mobileAppHero .mobileAppHeader h1 svg{
	display: none;
}
#mobileAppHero .mobileAppHeader h1 a{
	color: #FFF;
	text-decoration: none;
}
#mobileAppHero .mobileAppHeader h1 a:hover{
	color: #FFF !important;
	text-decoration: underline;
}
.mobileAppHeader h1{
	color: #FFF;
	font-weight: bold;
	margin: 0% 0% .7% 0%;
	width: 100%;
}
.mobileAppHeader h1 span{
	padding-left: 0;
}
.mobileAppHeader h2{
	display: block;
	color: #FFF;
	line-height: .5em;
	font-weight: normal;
	margin: 0;
	font-family: "myriad-pro", Arial, sans-serif;
}
.mobileAppHeader h2 span{
	font-size: .5em;
}

/**	BTN TILES	**/
#mobile-app-main{
	position: relative;
}
#mobile-app-main, .div-btn, .inner-div, .main-btn, .search-bar-area{
	float: left;
	width: 100%;
	display: block;
}
.div-btn{
	width: 100%;
	padding: 3.5% 7.5%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #382140;
	background-image: url("https://wcupa.edu/_resources/includes/brand/images/homePageImages/hpFindProgParallax.jpg");
	margin: 10px 0px;
	position: relative;
}
.gold-div-btn{
	background-image: url("https://www.wcupa.edu/_resources/images/app-facilitis-gold-back.jpg");
}
.main-btn{
	text-decoration: none;
	color: #ffe800;
	font-weight: bold;
	font-family: "Phonk", sans-serif;
	font-size: 1.7em;
	letter-spacing: .1rem;
	transition: all .3s ease-in-out;
}
.gold-div-btn .main-btn{
	color: #382140;
}
.main-btn .sub-text{
	font-size: .7em;
	font-family: "myriad-pro", Arial, sans-serif;
	color: #fff;
	letter-spacing: 0rem;
	font-weight: normal;
	background-color: #382140 !important;
	background: #382140;
	display: inline-block;
}
.div-btn:hover .main-btn, .div-btn:hover .main-btn .sub-text{
	text-decoration: underline;
	transition: all .3s ease-in-out;
}
.inner-div{
	border-left: 10px solid #ffe800;
	padding: 15px 30px;
}
.gold-div-btn .inner-div{
	border-left: 10px solid #6e3061;
}


/* For Sub pages */
#content-section .grid2{
	padding: 1%;
	text-align: center;
}
.app-asset-btn{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #575757;
	text-decoration: none;
}
.app-asset-btn:hover{
	text-decoration: underline;
}
.app-asset-btn svg{
	fill: #6e3061;
	display: block;
	margin: 0 auto;
	margin-top: 10%;
	width: auto;
}


@media only screen and (min-width:768px){
	#top-menu-bar .persona-button img{
		margin: 0px 0px;
		float: right;
	}
}
@media only screen and (max-width:1366px){
	body{
		font-size: 1.15em;
	}
}
@media only screen and (max-width:1166px){
	#content-section .grid2{
		--grid-width:33%;
	}
}
@media only screen and (max-width:1024px){
	body{
		font-size: 1em;
	}
}
@media only screen and (max-width:768px){
	#home-content div[class^=grid]{
		--grid-width: 100%;
		width: 100%;
		margin-left: 0;
		margin-bottom: 5px;
	}
	#top-menu-bar .grid1{
		--grid-width: 15%;
	}
	#top-menu-bar .grid9{
		--grid-width: 45%;
	}
	#top-menu-bar .wcu-logo-div{
		--grid-width: 25%;
	}
	#home-content #content-section .grid2{
		--grid-width: 50%;
	}
	.app-asset-btn svg{
		margin-top: 20%;
	}#top-menu-bar .persona-button svg{
		height: 35px;
	}
	#top-menu-bar .persona-button, #top-menu-bar .search-button{
		padding-right: 2.5%;
	}
	#mobileAppHero{
		padding: 2% 3% 2% 9.5%;
	}
	.mobileAppHeader, .inner-div{
		padding: 15px 10px;
	}
}
@media only screen and (max-width:425px){
	#sliderArea #searchSlider input{
		width: 95%;
	}
	#top-menu-bar .persona-button{
		padding-right: 4%;
		margin-right: 1%;
	}
}


/*Prefers rudeced motion*/
@media (prefers-reduced-motion: reduce){

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
	}
	.purplePara, .yellowPara, .pyPara1, .pyPara2, #wcuHPAreas #programSearchCtr, #studentLife, #location, #upcomingEvents, #wcuSocialBar{
		background-attachment: scroll !important;
	}

}
