/*********************BACKGROUND IMAGES FOR CPL SECTIONS ON EACH PROGRAM PAGE*************************/
/*========ACCOUNTING========*/
.cpl-accounting {
	background-image: url(https://www.uvu.edu/online/images/programs/accounting/accounting-cpl.png);
	background-size: cover;
	background-position: bottom;
}
/*========ART HISTORY========*/
.cpl-art-history {
	background-image: url(https://www.uvu.edu/online/images/programs/art-history/art-history-cpl.png);
	background-size: cover;
	background-position: center;
}
/*========BUSINESS AND ANALYSIS========*/
.cpl-business-analysis {
	background-image: url(https://www.uvu.edu/online/images/programs/business-analysis/busanalysis-cpl.png);
	background-size: cover;
	background-position: top;
}
/*========BUSINESS MANAGEMENT========*/
.cpl-business-management {
	background-image: url(https://www.uvu.edu/online/images/programs/business-management/bus-cpl.png);
	background-size: cover;
	background-position: top;
}
/*========CRIMINAL JUSTICE========*/
.cpl-criminal-justice {
	background-image: url(https://www.uvu.edu/online/images/programs/criminal-justice/cj-cpl.jpg);
	background-size: cover;
	background-position: center;
}
/*========DIGITAL MARKETING========*/
.cpl-digital-marketing {
	background-image: url(https://www.uvu.edu/online/images/programs/digital-marketing/marketing-cpl.png);
	background-size: cover;
	background-position: top;
}
/*========HOSPITALITY MANAGEMENT========*/
.cpl-hospitality-management {
	background-image: url(https://www.uvu.edu/online/images/programs/hospitality-management/hospitality-mgmt-cpl.png);
	background-size: cover;
	background-position: top;
}
/*========HUMAN RESOURCE MANAGEMENT========*/
.cpl-human-resource-management {
	background-image: url(https://www.uvu.edu/online/images/programs/human-resource-management/hr-cpl.png);
	background-size: cover;
	background-position: top;
}
/*========NURSING========*/
.cpl-nursing {
	background-image: url(https://www.uvu.edu/online/images/programs/nursing/nursing-cpl.png);
	background-size: cover;
	background-position: top;
}
/*========INTERNATIONAL BUSINESS========*/
.cpl-international-business {
	background-image: url(https://www.uvu.edu/online/images/programs/international-business/ib-cpl.png);
	background-size: cover;
	background-position: center;
}
/*========MARKETING========*/
.cpl-marketing {
	background-image: url(https://www.uvu.edu/online/images/programs/marketing/marketing-cpl.png);
	background-size: cover;
	background-position: center;
}
/*========OPERATIONS MANAGEMENT========*/
.cpl-operations-management {
	background-image: url(https://www.uvu.edu/online/images/programs/operations-management/ops-mgmt-cpl.png);
	background-size: cover;
	background-position: top;
}
/*========PROFESSIONAL SALES========*/
.cpl-professional-sales {
	background-image: url(https://www.uvu.edu/online/images/programs/professional-sales/ps-cpl.png);
	background-size: cover;
	background-position: center;
}
/*========PERSONAL DEVELOPMENT FOR PROFESSIONAL ADVANCEMENT========*/
.cpl-pd4pa {
	background-image: url(https://www.uvu.edu/online/images/programs/personal-development-for-professional-advancement/pd4pa-cpl.png);
	background-size: cover;
	background-position: center;
}
/*========PUBLIC HEALTH========*/
.cpl-public-health {
	background-image: url(https://www.uvu.edu/online/images/programs/public-health/pubhealth-cpl.png);
	background-size: cover;
	background-position: center;
}

/**====================================================*!END LEARNER GUIDE CSS*========================================================*/
/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	
	
}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	
	
}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
	

}/*end media query*/
/*END OF DOCUMENT*/
