/* 
This is the section css for
The University Budget Review Committee 
*/

/* GLOBAL */
#home-content .col6-6 > .row-responsive > .grid6:nth-child(1) { padding-right: 10px; }
#home-content .col6-6 > .row-responsive > .grid6:nth-child(2) { padding-left: 10px; }
#home-content .col9-3 > .row-responsive > .grid9 { padding-right: 20px; }
#home-content .centerContent h2{
	color: #382140;
}
#home-content .fullWidth {
	clear: both;
	margin-left: -50vw;
	margin-right: -50vw;
	overflow: hidden;
	padding: 15px 55vw;
}
#home-content .fullWidth:first-of-type { padding-top: 0; }
#home-content .fullWidth:nth-child(even) {
	border-top: 20px solid #d4a129;
	border-bottom: 20px solid #d4a129;
	overflow: hidden;
}
#home-content .fullWidth:last-of-type{
	border-bottom: none;
}
#home-content .centerBandImg img {
	display: block;
	margin: 1em auto;
}

/* BUDGETINFORMATION.aspx */
#home-content #budgetInfo .grid3 img {
	display: block;
	margin: .5em auto;
}

/* DEFAULT.aspx */
#home-content #homeBanner {
	display: block;
	margin: 0 auto;
}

/* BUDGETINFORMATION.aspx */
#home-content .graph6-6 > .row-responsive > .grid6:nth-child(1) img,
#home-content .graph9-3 > .row-responsive > .grid9 img {
	display: block;
	margin: 1em auto;
}
#home-content .graph9-3 > .row-responsive > .grid9 { padding-right: 20px; }
#home-content .graph9-3 > .row-responsive > .grid3 { margin-top: 10%; }
#home-content .graph6-6 > .row-responsive > .grid6:nth-child(1) { padding-right: 10px; }
#home-content .graph6-6 > .row-responsive > .grid6:nth-child(2) {
	padding-left: 10px;
	margin-top: 10%;
}
#home-content .graphKey {
	list-style: none;
	margin-left: 0;
}
#home-content .graphKey li { background-color: transparent !important; }
#home-content .graphKey li:before {
	content: "";
	display: inline-block;
	height: 15px;
	width: 15px;
	position: relative;
	top: 2px;
	margin-right: 10px;
}
#home-content .darkPurple:before  { background-color: #441f49; }
#home-content .midPurple:before   { background-color: #763775; }
#home-content .lightPurple:before { background-color: #B094B5; }
#home-content .blackBg:before     { background-color: #575757; }
#home-content .darkGrey:before    { background-color: #c1c1c1; }
#home-content .midGrey:before     { background-color: #eeeeee; }
#home-content .lightGrey:before   { background-color: #f7f7f7; }
#home-content .darkGold:before    { background-color: #D9AA2A; }
#home-content .midGold:before     { background-color: #FFBD07; }
#home-content .lightGold:before   { background-color: #FFE092; }
#home-content .lightBlue:before   { background-color: #acb8c9; }
#home-content .darkOrange:before  { background-color: #9e470e; }
#home-content .darkBlue:before    { background-color: #245e91; }
#home-content .skyBlue:before     { background-color: #5ff3ee; }




/*	NEW BATCH OF COLORS FOR 15-16,19-20,21-22,22-23	*/
#home-content .lightPurple-new:before { background-color: #B094B5; }
#home-content .midPurple-new:before   { background-color: #5a005a; }
#home-content .darkPurple-new:before  { background-color: #5a005a; }
#home-content .oddPurple-new:before   { background-color: #4c206f; }

#home-content .lightGrey-new:before   { background-color: #f7f7f7; }
#home-content .midGrey-new:before     { background-color: #eeeeee; }
#home-content .blackBg-new:before     { background-color: #575757; }
#home-content .darkGrey-new:before    { background-color: #c1c1c1; }

#home-content .lightGold-new:before   { background-color: #ffc507; }
#home-content .midGold-new:before     { background-color: #c09701; }
#home-content .darkGold-new:before    { background-color: #997401; }

#home-content .lightBlue-new:before   { background-color: #acb8c9; }
#home-content .midBlue-new:before     { background-color: #00ccff; }
#home-content .darkBlue-new:before    { background-color: #1f4e78; }
#home-content .oddBlue-new:before     { background-color: #0166fe; }

#home-content .lightGreen-new:before  { background-color: #9bcb5b; }
#home-content .darkGreen-new:before   { background-color: #538234; }

#home-content .fullWidthTop2223 {
	clear: both;
	margin-left: 0vw;
	margin-right: 0vw;
	overflow: hidden;
	padding: 1%;
	border-bottom: 20px solid #d4a129;
}
#home-content .fullWidth2223 {
	clear: both;
	margin-left: 0vw;
	margin-right: 0vw;
	overflow: hidden;
	padding: 1%;
}
#home-content .fullWidth2223:first-of-type { padding-top: 0; }
#home-content .fullWidth2223:nth-child(even) {
	border-top: 20px solid #d4a129;
	border-bottom: 20px solid #d4a129;
	overflow: hidden;
}
#home-content .fullWidth2223:last-of-type{
	border-bottom: none;
}

/* chart js 22-23 */
#home-content .chartContainer{
	position: relative;
	height: 500px;
}

@media only screen and (max-width: 768px) {
	/* GLOBAL */
	#home-content .col6-6 > .row-responsive > .grid6:nth-child(1) { padding-right: 0; }
	#home-content .col6-6 > .row-responsive > .grid6:nth-child(2) { padding-left: 0; }
	#home-content .col9-3 > .row-responsive > .grid9 { padding-right: 0; }
	/* BUDGETINFORMATION.aspx */
	#home-content .graph9-3 > .row-responsive > .grid9 { padding-right: 0; }
	#home-content .graph6-6 > .row-responsive > .grid6:nth-child(1) { padding-right: 0; }
	#home-content .graph6-6 > .row-responsive > .grid6:nth-child(2) { padding-left: 0; margin-top: 1em; }
	#home-content .graph9-3 > .row-responsive > .grid3 { margin-top: 1em; }
}

/* CHARTJS PIE CHARTS */
@media only screen and (max-width: 440px){
	#home-content .fullWidthTop2223 {
		clear: both;
		margin-left: 0vw;
		margin-right: 0vw;
		overflow: hidden;
		padding: 0.1%;
		border-bottom: 20px solid #d4a129;
	}

	#home-content .fullWidth2223 {
		clear: both;
		margin-left: 0vw;
		margin-right: 0vw;
		overflow: hidden;
		padding: 0.1%;

	}
	#home-content .fullWidth2223:first-of-type { padding-top: 0; }
	#home-content .fullWidth:nth-child(even) {
		border-top: 20px solid #d4a129;
		border-bottom: 20px solid #d4a129;
		overflow: hidden;
	}
	#home-content .fullWidth2223:last-of-type{
		border-bottom: none;
	}
}
