/* 
Membership Institutions page 
/content/dam/oclc/membership/css/membership_institutions.css
*/

/* Reset */

@import url("/content/dam/oclc/membership/css/membership_reset.css");


/* Headlines */

h2.dkblue,
#become-member-callout h2 {
	font-size: 36px !important;
	line-height: 40px !important;
}

h2.dkblue {
	color: #236192;
}

h2.dkblue.first {
	margin-top: 3rem;
}

@media screen and (max-width: 480px) {
	h2.dkblue,
	#become-member-callout h2 {
		font-size: 32px !important;
		line-height: 36px !important;
	}
}


/* Scaling callouts */

#scaling-callout .hbox {
	margin-bottom: 4rem;
	padding-bottom: 0.5rem !important;
	border: 1px solid #236192;
	background: #ffffff;
}

#scaling-callout .hbox .textimage.parbase.section img.img-flt-right-nobrdr {
	padding-top: 8px !important;
}

@media screen and (max-width: 600px) {
	#scaling-callout .image.img-flt-right-nobrdr .figure-stack-image {
		text-align: left;
	}
}	


/* Webinar list */

.eventlist.parbase.section {
	background: #f0f0f0;
	padding: 24px 0;
}

.list-upcoming-events h3,
.list-upcoming-events article {
	margin-left: 24px !important;
	margin-right: 24px !important;
}

.list-upcoming-events article {
	border-bottom: 1px dotted #888B8D;
	padding: 0 0 1rem 0;
	margin: 0 0 1rem 0;
}

.eventlist.parbase.section p.list-ue-eventdate,
.eventlist.parbase.section p.list-ue-eventdescription,
.eventlist.parbase.section p.list-ue-eventtime {
	margin: 0 0 0.3rem !important;
	font-size: 16px !important;
	line-height: 20px !important;
}

.eventlist.parbase.section h1.list-ue-eventtitle {
	width: auto !important;
	margin-bottom: 0.25rem;
	font-family: 'Graphik Semibold', Helvetica, Arial, 'Arial Unicode MS', sans-serif !important;
	font-size: 18px;
	line-height: 22px !important;
	letter-spacing: 0px;
}


/* Global Council AOF survey callout */

#memberaof-2023survey {
	background: #EDF2F7;
}

#memberaof-2023survey .hbox {
	margin: 0;
	background: transparent;
	border: none;
}

#memberaof-2023survey h2 {
	width: 100%;
	margin: 0 0 1rem;
	font-family: 'Graphik Semibold', Helvetica, Arial, 'Arial Unicode MS', sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #236192;
	letter-spacing: -0.5px;
}

#memberaof-2023survey p.cta,
#memberaof-2023survey p.cta a.btn-link {
	margin-bottom: 0;
}

@media screen and (max-width: 600px) {
	#memberaof-2023survey div.parsys_column {
		margin-bottom: 0 !important;
	}
}

@media screen and (max-width: 480px) {
	#memberaof-2023survey .hbox {
		padding: 18px !important;
	}
}


/* Become member callout */

#become-member-callout {
	margin-bottom: 2rem;
}

#become-member-callout p.cta,
#become-member-callout p.cta a.btn-link {
	margin-bottom: 0;
}


