  /*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

/*.dd-program-template ul li *, .dd-program-finder-template ul li *, .dd-program-template ul li, .dd-program-finder-template ul li {
	color: #001932!important;
}

.dd-program-template ul li, .dd-program-finder-template ul li {
	color: #001932!important;
	margin-bottom: 0.50rem!important;
}

.dd-program-template ul li::before, .dd-program-finder-template ul li::before {
	color: #FED506;
}

.dd-program-template .bg-yellow ul li::before {
	color: #001932!important;
}


.dd-program-template .h2, .dd-program-template h2 {
	font-size: 1.75rem!important;
}

.dd-program-template.h2,
.dd-program-template h2 {
	font-size: 1.6375rem;
}*/

@media (min-width:768px) {
	.dd-program-template    .h1,
	.dd-program-template    h1 {
		font-size: 3.125rem
	}

	.dd-program-template   .h2,
	.dd-program-template    h2 {
		font-size: 1.9375rem
	}

	.dd-program-template   .h3,
	.dd-program-template    h3 {
		font-size: 1.25rem
	}
}

.programs .selected-filter {
	width: 80% !important;
}

.dd-program-template .text-white, .dd-program-finder-template .text-white {
	color: #fff !important;
}

.omni-reset.btn, .omni-search.btn {
	min-width: auto !important;
}