/* Clearing course message styles */
.openday-msg {
    background-image: url(pg-openday-bkg.gif); 
	background-color: #9dbec3;
	width: 100%;
	min-height: 28px;
	margin: 0;
	padding: 12px;
	box-sizing: border-box;
	overflow: hidden;
}

@media only screen and (min-width: 39em) {
	.openday-msg {
		background-image: url(pg-openday-bkg.gif);
		background-position: bottom right;
		min-height: 180px;
	}
}




.openday-msg h2, .openday-msg h3 {
	margin: 0 0 12px 0;
	padding: 0;
	color: #003965;
	font-size: 138%;
	font-weight: 800;
}

.copenday-msg p {
	margin: 0 0 12px 0;
	padding: 0;
}

/* CTA button mods */
.openday-msg a.btn-small, .openday-msg a.btn-more {
	margin-right: 6px;
}

.openday-msg a.btn-more {
	font-size: 88%;
	margin-bottom: 5px;
}

@media only screen and (min-width: 39em) {
	.openday-msg a.btn-more { 
		font-size: 108%; 
	}
}