/*MVC Scope*/
/*===============*/
#MVC_Scope .main-logo{
	background: no-repeat center url("https://www1.dcccd.edu/images/use/css/logo-mvc-horizontal.png");
	background: no-repeat center url("https://www1.dcccd.edu/images/use/css/logos/logo-mvc-horizontal.svg"), linear-gradient(transparent, transparent);
}
#MVC_Scope .white-logo{
	background: no-repeat center url("https://www1.dcccd.edu/images/use/css/logo-mvc-horizontal-white.png");
	background: no-repeat center url("https://www1.dcccd.edu/images/use/css/logos/logo-mvc-horizontal-white.svg"), linear-gradient(transparent, transparent);
}
#MVC_Scope .vertical-white-logo{
	background: no-repeat center url("https://www1.dcccd.edu/images/use/css/logo-mvc-vertical-white.png");
	background: no-repeat center url("https://www1.dcccd.edu/images/use/css/logos/logo-mvc-vertical-white.svg"), linear-gradient(transparent, transparent);
}
#MVC_Scope .square-logo{
	background: no-repeat center url("https://www1.dcccd.edu/images/use/css/logo-mvc-square.png");
	background: no-repeat center url("https://www1.dcccd.edu/images/use/css/logos/logo-mvc-square.svg"), linear-gradient(transparent, transparent);
}
#MVC_Scope .tablet-logo{
	background: no-repeat center url("https://www1.dcccd.edu/images/use/css/logo-mvc-tablet.png");
	background: no-repeat center url("https://www1.dcccd.edu/images/use/css/logos/logo-mvc-tablet.svg"), linear-gradient(transparent, transparent);
}
#MVC_Scope h1{
	color: #ffffff !important;
	color: #000000 !important;
}
#MVC_Scope h2{
	color: #0033A0 !important;
}
#MVC_Scope h3{
	color: #0033A0 !important;
}
#MVC_Scope h4{
	color: #0033A0 !important;
}
#MVC_Scope .cprimary{
	background-color: #FFCD00;
	color: #000000 !important;
}
#MVC_Scope .cprimary-font{
	color: #FFCD00
}
#MVC_Scope .cprimary-tint:before{
	background-color: #FFCD00;
}
#MVC_Scope .cprimary-border{
	border-color: #FFCD00;
}
#MVC_Scope .cprimary-lt{
	background-color: #FFFAE6;
	color: #000000 !important;
}
#MVC_Scope .cprimary-lt-font{
	color: #FFFAE6
}
#MVC_Scope .cprimary-lt-tint:before{
	background-color: #FFFAE6;
}
#MVC_Scope .cprimary-lt-border{
	border-color: #FFFAE6;
}
#MVC_Scope .cprimary-md{
	background-color: #FFDF57;
	color: #000000 !important;
}
#MVC_Scope .cprimary-md-font{
	color: #FFDF57
}
#MVC_Scope .cprimary-md-tint:before{
	background-color: #FFDF57;
}
#MVC_Scope .cprimary-md-border{
	border-color: #FFDF57;
}
#MVC_Scope .cprimary-dk{
	background-color: #B29000;
	color: #FFFFFF !important;
}
#MVC_Scope .cprimary-dk-font{
	color: #B29000
}
#MVC_Scope .cprimary-dk-tint:before{
	background-color: #B29000;
}
#MVC_Scope .cprimary-dk-border{
	border-color: #B29000;
}
#MVC_Scope .csecondary{
	background-color: #0033A0;
	color: #FFFFFF !important;
}
#MVC_Scope .csecondary-font{
	color: #0033A0
}
#MVC_Scope .csecondary-tint:before{
	background-color: #0033A0;
}
#MVC_Scope .csecondary-border{
	border-color: #0033A0;
}
#MVC_Scope .csecondary-lt{
	background-color: #E6EFFF;
	color: #000000 !important;
}
#MVC_Scope .csecondary-lt-font{
	color: #E6EFFF
}
#MVC_Scope .csecondary-lt-tint:before{
	background-color: #E6EFFF;
}
#MVC_Scope .csecondary-lt-border{
	border-color: #E6EFFF;
}
#MVC_Scope .csecondary-md{
	background-color: #487AD3;
	color: #FFFFFF !important;
}
#MVC_Scope .csecondary-md-font{
	color: #487AD3
}
#MVC_Scope .csecondary-md-tint:before{
	background-color: #487AD3;
}
#MVC_Scope .csecondary-md-border{
	border-color: #487AD3;
}
#MVC_Scope .csecondary-dk{
	background-color: #001D51;
	color: #FFFFFF !important;
}
#MVC_Scope .csecondary-dk-font{
	color: #001D51
}
#MVC_Scope .csecondary-dk-tint:before{
	background-color: #001D51;
}
#MVC_Scope .csecondary-dk-border{
	border-color: #001D51;
}
#MVC_Scope .cprimary-gr{
	background: #FFCD00;
	background: -webkit-linear-gradient(#FFCD00,#D8AE00);
	background: -o-linear-gradient(#FFCD00,#D8AE00);
	background: -moz-linear-gradient(#FFCD00,#D8AE00);
	background: linear-gradient(#FFCD00,#D8AE00);
	color: #000000 !important;
}
#MVC_Scope .cprimary-gr-font{
	color: #FFCD00
}
#MVC_Scope .cprimary-gr-border{
	border-color: #FFCD00;
}
#MVC_Scope .csecondary-gr{
	background: #0033A0;
	background: -webkit-linear-gradient(#0033A0,#002B77);
	background: -o-linear-gradient(#0033A0,#002B77);
	background: -moz-linear-gradient(#0033A0,#002B77);
	background: linear-gradient(#0033A0,#002B77);
	color: #FFFFFF !important;
}
#MVC_Scope .csecondary-gr-font{
	color: #0033A0
}
#MVC_Scope .csecondary-gr-border{
	border-color: #0033A0;
}