/* For Qualtrics Surveys */

#logo-container.banner {
	background: #c03 url(/njaes/2018/css/img/RUNJAES_H_WHITE.png) no-repeat 1.5rem center;
	background-size: 263px 54px;
	height: 75.44px;
}

#logo-container img {
	display: none;
}

#page #header-container {
	padding-left: 3rem;
	padding-right: 3rem;
}

h1 {
	font-size: 2rem;
	line-height: 1.2;
}

.important {
	color: #cc0033;
	font-style: italic;
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
	#logo-container.banner {
		background-size: 410px 84px;
		height: 124px;
		max-width: none;
	}

	h1 {
		font-size: 2.5rem;
	}
}

.calendar .question-display {
	font-weight: normal;
}
