/* 
SchoolWise NL case study download pages 
/content/dam/oclc/wise/nl/css/wise_casestudy_pg_nl.css
*/

/* Import */

@import url("https://www.oclc.org/content/dam/oclc/wise/nl/css/reset.css");


/* Content */

.product-page .parsys.hero_area {
	margin: 0 0 2rem 0 !important;
}

#wise-casestudy-nl {
	margin: 3rem 0 4rem;
}

#wise-casestudy-nl h1 {
	margin: 0 0 4rem 0;
	padding: 0 0 2rem 0;
  	font-family: 'Graphik Light', Helvetica, Arial, sans-serif;
	font-size: 48px;
	line-height: 54px;
	letter-spacing: -1px;
	border-bottom: 1px dotted #888B8D;
}

#wise-casestudy-nl .image.parbase.section {
	margin-bottom: 2rem !important;
}

#wise-casestudy-nl .hbox h2 {
	margin: 0 0 2rem;
	font-family: 'Graphik Bold', Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: -0.25px;
}

#wise-casestudy-nl .fsBody .fsForm .fsSectionHeading {
	margin: 0;
	font-family: 'Graphik Semibold', Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: -0.25px;
}

#wise-casestudy-nl .fsForm .fsLastRow p {
	font-size: 14px !important;
	line-height: 1.3em;
}

@media screen and (max-width: 600px) {
	#wise-casestudy-nl h1 {
		font-size: 42px;
		line-height: 48px;
		letter-spacing: -0.75px;
	}
}

@media screen and (max-width: 480px) {
	#wise-casestudy-nl h1 {
		font-size: 36px;
		line-height: 42px;
	}
}