<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
This is the section css for
Master of Human Resource Management 
*/

#home-content #AACSB{
	margin-right: 10%;
}

#home-content .row-responsive .tabContainer nav form{
	display: none;
} 


#home-content .grid3, #home-content .grid4{
	padding-right: 20px;
}
/**IMAGE PLACEMENT**/
#home-content .imgRight{
	float: right;
	padding-left: 10px;
}
#home-content .imgLeft{
	float: left;
	padding-right: 10px;
}
#home-content .imgCenter{
	display: block;
	margin: 0 auto;
}
#home-content #mos .imgCenter{
	max-width: 275px;
}
#home-content .topPad{
	margin-top: 110px;
}
#links-page, #spot-hold{
	width: 100%;
	float: left;
	display: block;
	padding: .5% 1%;
}
#links-page .grid4{
	padding: 10px 20px;
}
#links-page .grid4 img{
	width: 100%;
}
#home-content .grid7{
	padding-left: 20px;
}

/*	NUMBERS &amp; INFOGRAPHICS	*/
.infoNumber{
	font-size: 3em;
	font-weight: bold;
	line-height: 1em;
	color: #6e3061 !important;
	margin: 10px 0px;
}
.ia-small .infoNumber{
	font-size: 2.5em;
}
.infoArea .smallInfo {
    font-size: 1.3em;
    font-weight: bold;
	color: #382140;
}
.infoArea .infoNumber, .infoArea .smallInfo{
	text-align: center;
}
.infoArea .smallInfo span {
    font-size: .7em;
    font-weight: initial;
}
#home-content .infoArea .imgCenter{
	width: 100%;
	max-width: 250px;
}
.infoArea .grid3{
	padding: 0px 20px;
}
.infoArea .grid3 a img, .infoArea .grid4 a img, .infoArea .grid5 a img{
	transition: all .3s;
}
.infoArea .grid3 a:hover img, .infoArea .grid4 a:hover img, .infoArea .grid5 a:hover img{
	transform: scale(1.03);
	transition: all .3s;
}
#home-content .infoArea .infoNumber a, #home-content .infoArea a .smallInfo{
	text-decoration: none;
}


@media only screen and (max-width:768px){
	#home-content #AACSB{
		width: 30%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}


/********************************/
/*******	BRAND CSS	*********/
/********************************/

.centerH2{
	text-align: center;
}
.purplePara .wcuLink svg, .pyPara2 .grid6:last-of-type .wcuLink svg, .pyPara1 .grid6:first-of-type .wcuLink svg{
	fill: #F5F5F5;
}
.purplePara, .pyPara2, .pyPara1{
	padding: 3.5%;
}
hr.purplePara{
	padding: 0px 0px;
}
.pyPara2, .pyPara1{
	display: flex;
}
.pyPara2 .grid6:first-of-type, .pyPara1 .grid6:last-of-type{
	background-color: #FFE800;
	height: 100%;
}
.pyPara2 .grid6:last-of-type, .pyPara1 .grid6:first-of-type{
	background-color: #382140;
	height: 100%;
}
.pyPara1 .silverFont, .pyPara1 .silverFont svg{
	color: #F5F5F5;
	fill: #F5F5F5;
}
#home-content .ccBottom, #home-content .ccTOP{
	padding-left: 2.5%;
	padding-right: 2.5%;
}
#home-content .ccTOP{
	padding-top: 0px;
}
#home-content .sideAccordionContent h3{
	margin-top: 0px;
}

/******	MAP	********/
#us-map{
	display: block;
	position: relative;
	/*   top: 0; */
	/*   left: 0; */
	width: 100%;
	height: 100%;
}
path:hover, circle:hover {
	stroke: #6e3061 !important;
	stroke-width:2px;
	stroke-linejoin: round;
	fill: #6e3061 !important;
	cursor: default;
}
#path67 {
	fill: none !important;
	stroke: #A9A9A9 !important;
	cursor: default;
}
#info-box {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-color: #ffffff;
	border: 2px solid #ffe800;
	border-radius: 5px;
	padding: 10px;
	font-family: arial;
}
#mobile-show{
	display: none;
}

@media only screen and (max-width:1024px){
	#us-map{
		display: none;
	}
	#mobile-show{
		display: block;
	}
}
@media only screen and (min-width:768px){
	.noImgPad .grid6:first-of-type{
		padding: 0px 0px !important;
	}
}
@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;
	}
}


</pre></body></html>