/* 
ContactDag 2026 microsite master 
/content/dam/campaign-landing-pages/nl/events/contactdag2026/css/contactdag_site.css
*/

@charset "UTF-8";


/* Temp - delete after May 2026 */
header.lpage-logo{
	margin: 1.5rem auto 0;
	padding-inline: 1.5rem;
}
/* End Temp */

/* Page fix */

:root {
	--page-width: 1100px;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	width: 100%;
	flex: 1;
}

div.parsyscolumncontrol.section {
	margin-bottom: 0;
}

@media (width <= 899px) {
	div.parsyscolumncontrol.section .parsys_column {
		margin-bottom: 0;
	}
}

span.text-orange-dark {
	color: var(--orange-dark);
}

span.link-btn-orange-dark {
	--link-btn-color: var(--orange-dark);
	--link-btn-color-contrast: var(--orange-dark-contrast);
}


/* Pills nav */

#cd-nav {
	margin-bottom: 1rem;
}

#cd-nav::after {
	content: "";
	clear: both;
	display: table;
}

#cd-nav .pills.parbase.section {
	width: auto;
	margin: 0;
	float: right;
}

#cd-nav .pills.parbase.section ul li {
	margin: 0 18px 12px 0;
}

#cd-nav .pills.parbase.section ul li a {
	font-weight: 600;
	font-size: var(--font-size-md);
	padding-block: .5rem;
}

#cd-nav .pills.parbase.section ul li a.pill-nav-active {
	font-weight: 800;
}

#cd-nav .pills.parbase.section ul li:last-of-type {
	margin-right: 0;
}

#cd-nav .pills.parbase.section ul li:last-of-type a {
	display: inline-block;
	cursor: pointer;
	padding: 10px 14px;
	font-weight: 600;
	background: var(--orange-dark);
	color: var(--orange-dark-contrast);
	text-decoration: none !important;
	transition: .1s ease;
}

#cd-nav .pills.parbase.section ul li:last-of-type a:hover,
#cd-nav .pills.parbase.section ul li:last-of-type a:focus,
#cd-nav .pills.parbase.section ul li:last-of-type a:active {
	background: color-mix(in srgb, var(--orange-dark), var(--orange-dark-contrast) 20%);
	color: var(--orange-dark-contrast) !important;
	text-decoration: none !important;
}

@media (width <= 575px) {
	#cd-nav .pills.parbase.section {
		width: 100%;
		float: left;
	}

	#cd-nav .pills.parbase.section ul li {
		margin-bottom: 8px;
	}
}


/* Child page header */

#cd-childpg-hed {
	background-color: var(--background-1);
	background-image:
		url('/content/dam/campaign-landing-pages/nl/events/contactdag2023/images/bg_cd_childpg_hed.png');
	background-repeat:
		no-repeat;
	background-position:
		center right;
	background-size: contain;
	margin: 0 0 4rem;
	padding: 24px;
}

#cd-childpg-hed .parsys_column {
	margin-block-end: 0 !important;
}

#cd-childpg-hed .parsys_column.cq-colctrl-lt0 {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#cd-childpg-hed .parsys_column.cq-colctrl-lt0-c1 {
	flex: 1;
}

#cd-childpg-hed h1 {
	width: 150px;
	height: 114px;
	margin: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background-image: url('/content/dam/campaign-landing-pages/nl/events/contactdag2023/images/logo_contactdag2023.svg'), linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
	background-size: contain;
}

#cd-childpg-hed h2 {
	margin: 0;
	font-weight: 300;
	font-size: 54px;
	line-height: 1.25;
	letter-spacing: -0.5px;
	text-align: right;
}

@media (700px <= width <= 899px) {
	#cd-childpg-hed h2 {
		font-size: 44px;
	}
}

@media (width <= 699px) {
	#cd-childpg-hed {
		background-image: url('/content/dam/campaign-landing-pages/nl/events/contactdag2023/images/bg_cd_childpg_hed_mobile.png');
	}
	#cd-childpg-hed .parsys_column.cq-colctrl-lt0 {
		flex-direction: column;
		align-items: start;
	}
	#cd-childpg-hed h2 {
		font-size: 44px;
		text-align: left;
		margin: 8px 0 0;
	}
}

@media (width <= 480px) {
	#cd-childpg-hed {
		background-image: none;
	}
}

@media (width <= 360px) {
	#cd-childpg-hed h2 {
		font-size: 34px;
		line-height: 34px;
	}
}


/* Speakers */

#speakers {
	margin-top: 2rem;
}

#speakers .image.parbase.section {
	margin-bottom: 2rem;
}

#speakers .image.parbase.section img {
	max-width: 180px;
}

#speakers .image.parbase.section,
#speakers h4,
#speakers p {
	text-align: center;
}

#speakers h4 {
	margin-bottom: 0.5rem;
	color: var(--text-primary);
}

@media (680px <= width <= 899px) {

	#speakers .parsys_column.cq-colctrl-lt2-c0,
	#speakers .parsys_column.cq-colctrl-lt2-c1,
	#speakers .parsys_column.cq-colctrl-lt2-c2 {
		float: left;
		width: 33.3% !important;
		padding-right: 2%;
	}
}

@media (width <= 679px) {

	#speakers .parsys_column.cq-colctrl-lt2-c0,
	#speakers .parsys_column.cq-colctrl-lt2-c1,
	#speakers .parsys_column.cq-colctrl-lt2-c2 {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	#speakers .image.parbase.section,
	#speakers .text.parbase.section,
	h3.speakers {
		text-align: center;
	}

	#speakers .text.parbase.section {
		margin-bottom: 2rem;
	}
}


/* Program */

#legend {
	margin: 6rem 0 4rem;
	border: 1px solid #BBBCBC;
	padding: 14px;
}

#legend h5 {
	color: var(--text-primary);
}

#legend p {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 18px;
}

#legend span {
	width: 12px;
	height: 12px;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 8px;
}

table.agenda {
	width: 100%;
	border: none;
	margin: 2rem 0 4rem 0;
}

table.agenda th,
table.agenda td {
	padding: 12px 16px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #BBBCBC;
	vertical-align: top;
}

table.agenda tr.date td {
	padding: 16px;
}

table.agenda tr.date td,
table.agenda th {
	font-weight: 700;
}

table.agenda tr.date td {
	font-size: 24px;
	line-height: 28px;
}

table.agenda th {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	background: #f1f1f1;
	color: #888B8D;
}

table.agenda td {
	font-size: 18px;
	line-height: 22px;
}

table.agenda td.time {
	font-weight: 600;
	white-space: nowrap;
}

table.agenda td.desc,
table.agenda td.spkr {
	width: 35%;
}

table.agenda td strong,
table.agenda td b {
	font-weight: 600;
}

table.agenda td.leg span {
	width: 16px;
	height: 16px;
	display: block;
	position: relative;
	top: 2px;
}

table.agenda td.reg span.link-btn-blue a {
	margin: 0;
	padding: 8px 12px 8px !important;
	font-size: 18px !important;
	line-height: 22px !important;
}

#legend span.blue,
table.agenda td.leg span.blue {
	background: #00AFD7;
}

#legend span.orange,
table.agenda td.leg span.orange {
	background: #E87722;
}

#legend span.green,
table.agenda td.leg span.green {
	background: #78BE20;
}

#legend span.magenta,
table.agenda td.leg span.magenta {
	background: #AE2573;
}

@media (width <= 600px) {
	table.agenda tr.header {
		display: none;
	}

	table.agenda td {
		display: block;
		width: 100% !important;
		border-bottom: none;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}

	table.agenda tr.date td {
		padding: 0 0 12px 0;
	}

	table.agenda tr {
		border-bottom: 1px solid #BBBCBC;
	}

	table.agenda tr td:last-of-type {
		padding-bottom: 12px;
	}
}


/* Hashtag */

h4.hashtag {
	margin-top: 6rem;
}


/* Footer */

footer {
	background-color: var(--background-1);
	max-width: none;
	position:relative;
	padding: 1.5rem var(--page-edge-width);
	width: 100%;
}

footer::before {
	content: "";
	display: block;
	width: calc(100% + 2 * var(--page-edge-width));
	margin-inline: calc(var(--page-edge-width) * -1);
	margin-block: -1.5rem 1.5rem;
	height: 1rem;
	background-image: linear-gradient(to right, var(--tribar-color-left) 30%, var(--tribar-color-center) 30% 40%, var(--tribar-color-right) 40%);
}

footer .footer.iparsys.parsys {
	max-width: var(--page-width);
	margin: 0 auto !important;
}

#footer {
	margin-top: 4rem;
}

#footer-logo,
#footer-tagline,
#footer-phone,
#footer-social,
#footer-local-links,
#footer-oclc-links {
	text-align: left;
}

#footer-logo {
	max-width: 160px;
	margin-bottom: 2rem;
}

#footer-tagline p,
#footer-phone p {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 3rem;
}

#footer-tagline p {
	font-weight: 700;
}

#footer-social {
	margin-bottom: 8rem;
}

#footer-social p {
	margin: 0;
}

#footer-social p.social-links a {
	margin: 0 3px;
}

#footer-social p.social-links a img {
	height: 36px;
}

#footer-local-links ul,
#footer-oclc-links ul {
	margin-bottom: 4rem;
}

#footer-local-links ul li,
#footer-oclc-links ul li {
	display: block;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 6px 0;
}

@media (width <= 899px) {
	#footer-social {
		margin-bottom: 4rem;
	}

	#footer-logo {
		margin: 0 auto;
		margin-bottom: 2rem;
	}

	#footer-logo,
	#footer-tagline,
	#footer-phone,
	#footer-social,
	#footer-local-links,
	#footer-oclc-links {
		text-align: center;
	}
}


/* Misc */

.nobr {
	white-space: nowrap;
}

.visuallyhidden {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	white-space: nowrap;
}

