/* 
SchoolWise NL page 
/content/dam/oclc/wise/nl/css/schoolwise_pg_nl.css
*/

/* Import */

@import url("reset-2.css");
@import url("link_buttons.css");
@import url("bottom.css");


/* Merged */

#schoolwise-hero .tag,
#main-content h2, 
#stat-feature h2, 
#schoolwise-carousel h2, 
#schoolwise-why h2,
#schoolwise-tryit h2, 
#schoolwise-didyouknow p, 
#schoolwise-modules h3 {
	font-family: 'Gotham Rounded A', 'Gotham Rounded B', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}

#schoolwise-didyouknow, #schoolwise-carousel, #schoolwise-tryit {
	margin: 0 0 6rem !important;
}


/* Hero */

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

#schoolwise-hero, #schoolwise-hero-mobile {
	background-image: url('../jpg/bg_schoolwise_hero.jpg');
	background-repeat: no-repeat;
}

#schoolwise-hero {
	margin: 3rem 0 4rem !important;
	display: table;
	background-color: #f1f1f1;
	background-position: center bottom;
	background-size: cover;
}

#schoolwise-hero-mobile {
	display: none;
}

#schoolwise-hero .col0.parsys {
	display: table;
	width: 100%;
	height: 620px;
}

#schoolwise-hero .text.parbase.section {
	display: table-cell;
	vertical-align: middle;
}

#schoolwise-hero h1 {
	width: 55%;
	margin: 0 2rem 2rem 2rem;
	padding: 10px;
	background-color: #ffffff;
}

#schoolwise-hero h1 .logo, #schoolwise-hero h1 .tag {
	display: block;
}

#schoolwise-hero h1 .logo {
	margin: 1rem;
	padding: 0 0 6%;
	background-image: url('../png/bg_schoolwise_h1.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	text-indent: -9999px;
}

#schoolwise-hero .tag {
	padding: 1rem;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: -1px;
	color: #8A1B61;
}

#schoolwise-hero p.cta {
	margin: 0 0 0 2rem;
}

#schoolwise-hero p.cta a.btn-link {
	margin-right: 14px;
}

#schoolwise-hero a.btn-link.magenta.fill, #schoolwise-hero a.btn-link.orange.fill {
	padding: 12px 16px;	
	border: none;
	color: #fff !important;
}

#schoolwise-hero a.btn-link.magenta.fill {
	background: #ae2573;
}

#schoolwise-hero a.btn-link.magenta.fill:hover, #schoolwise-hero a.btn-link.magenta.fill:active {
	background: #921553;
}

#schoolwise-hero a.btn-link.orange.fill {
	background: #e87722;
}

#schoolwise-hero a.btn-link.orange.fill:hover, #schoolwise-hero a.btn-link.orange.fill:active {
	background: #dd5713;
}

@media screen and (min-width: 1450px) {
	#schoolwise-hero h1 {
		width: 50%;
	}
}

@media screen and (max-width: 800px) {
	#schoolwise-hero {
		display: block;
		background: none;
	}
	#schoolwise-hero-mobile {
		display: block;
		margin-bottom: 4rem;
		padding: 0 0 80%;
		background-color: #f1f1f1;
		background-position: right center;
		background-size: cover;
	}
	#schoolwise-hero .col0.parsys {
		height: auto;
		/* padding-bottom: 4rem !important; */
	}
	#schoolwise-hero .text.parbase.section {
		vertical-align: top;
		/* padding-top: 8rem; */
	}
	#schoolwise-hero h1 {
		width: 90%;
		margin: 2rem 1rem;
		padding: 0;
	}
	#schoolwise-hero h1 .logo {
		margin: 0 0 1rem 0;
	}
	#schoolwise-hero .tag {
		padding: 0;
		width: 100%;
	}
	#schoolwise-hero p.cta {
		margin: 0 0 0 1rem;
	}
	#schoolwise-hero p.cta a.btn-link {
		display: table;
		margin: 0;
	}
}


/* Headlines and text */

#main-content h2 {
	font-size: 56px;
	line-height: 68px;
	margin: 0 0 2rem;
	letter-spacing: -1px;
	color: #8A1B61;
}

#schoolwise-carousel h2, #schoolwise-tryit h2 {
	font-size: 42px;
	line-height: 48px;
	margin: 0 0 1.5rem;
	letter-spacing: -1px;
}	

#main-content strong {
	font-family: 'Graphik Semibold', Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 600px) {
	#main-content h2 {
		font-size: 44px;
		line-height: 48px;
	}
}

@media screen and (max-width: 480px) {
	#main-content h2 {
		font-size: 40px;
		line-height: 44px;
	}
}

@media screen and (max-width: 360px) {
	#main-content h2 {
		font-size: 36px;
		line-height: 40px;
	}
}


/* Did you know */

#schoolwise-didyouknow {
	padding: 2rem 0 !important;
	background: #E87722;
	border-radius: 18px;
}

#schoolwise-didyouknow p {
	margin: 0 !important;
	padding: 0 4rem;
	font-style: normal;
	font-weight: 400;
	font-size: 32px !important;
	line-height: 38px !important;
	color: #ffffff;
	font-family: 'Gotham Rounded A', 'Gotham Rounded B', Helvetica, Arial, sans-serif !important;
}

#schoolwise-didyouknow p strong {
	font-family: 'Gotham Rounded A', 'Gotham Rounded B', Helvetica, Arial, sans-serif;
	font-style: bold;
	font-weight: 600;
}


/* Try it */

#schoolwise-tryit .hbox {
	border: 1px solid #AE2573;
	background: transparent;
}

#schoolwise-tryit h3 {
	margin: 0 0 0.25rem;
	font-family: 'Graphik Bold', Helvetica, Arial, sans-serif;
	font-size: 21px;
	line-height: 25px;
	letter-spacing: 0;
}


/* More features */

#schoolwise-more-features .hbox .parsys_column.cq-colctrl-lt0 {
	border-bottom: 1px dotted #888B8D;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem !important;
}

#schoolwise-more-features .hbox .parsys_column.cq-colctrl-lt2 ul li {
	font-size: 14px;
	line-height: 18px;
}

@media screen and (max-width: 600px) {
	#schoolwise-more-features .hbox .parsys_column.cq-colctrl-lt0-c0,
	#schoolwise-more-features .hbox .parsys_column.cq-colctrl-lt0-c1,
	#schoolwise-more-features .hbox .parsys_column.cq-colctrl-lt2-c0,
	#schoolwise-more-features .hbox .parsys_column.cq-colctrl-lt2-c1,
	#schoolwise-more-features .hbox .parsys_column.cq-colctrl-lt2-c2 {
		margin-bottom: 0;
	}
}


/* SchoolWise modules */

#schoolwise-modules {
	border-top: 1px dotted #888B8D;
	padding-top: 2rem !important;
}

#schoolwise-modules h3 {
	margin: 0 0 1rem;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: -0.5px;
}

#schoolwise-modules h4 {
	margin: 0 0 0.75rem;
	font-family: 'Graphik Bold', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
}

#schoolwise-modules .image.parbase.section {
	margin: 0 0 1rem !important;
}

#schoolwise-modules .image.parbase.section img {
	border: 1px solid #D9DBDD !important;
}

#schoolwise-modules p.login {
	font-size: 16px;
	line-height: 22px;
	color: #555858;
}



/* Vertical centering */

#schoolwise-body-block.parsys_column.cq-colctrl-lt0,
#schoolwise-body-block-reverse.parsys_column.cq-colctrl-lt0 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	*/
}

@media screen and (max-width: 800px) {
	#schoolwise-body-block.parsys_column.cq-colctrl-lt0 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
	#schoolwise-body-block-reverse.parsys_column.cq-colctrl-lt0 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}
}

/* Why */

#schoolwise-why {
	display: table;
	max-width: 960px;
	margin-bottom: 2rem !important;
}

#schoolwise-why .hbox {
	background-color: #ffe9f2;
	border-top: 2px solid #722257;
}

#schoolwise-why h2 {
	width: 100%;
	margin: 0 0 2.5rem 0;
	color: #8A1B61;
	font-weight: 600;
        line-height: var(--line-height-sm);
        font-size: var(--font-size-4x);
}

#schoolwise-why h2 .sub {
	font-weight: 300;
	font-size: 30px;
	display: block;
	padding-top: 0.25rem;
}

#schoolwise-why .parsys_column.cq-colctrl-lt2-r-c0,
#schoolwise-why .parsys_column.cq-colctrl-lt2-r-c1 {
	margin-bottom: 1rem;
}

#schoolwise-why ul {
	margin: 0;
}

#schoolwise-why ul li {
	list-style-type: none;
	padding: 0 0 0 30px;
	background-image: url('../png/bg_checkmark-2.png');
	background-repeat: no-repeat;
	background-position: 0 4px;
	background-size: 18px;
	font-weight: 500;
	font-size: 21px;
	line-height: 26px;
}

@media screen and (max-width: 800px) {
	#schoolwise-why .image.parbase.section {
		max-width: 600px;
		margin: 0 auto !important;	
	}
}

/* Other */

#main-content .parsys_column.cq-colctrl-default {
	margin: 0 0 4rem;
}

#schoolwise-body-block .image.parbase.section,
#schoolwise-body-block-reverse .image.parbase.section {
	margin: 0.5rem 0 2rem !important;
}



