/* Encorp Pacific (Canada) 2024 Site Design - Express Page CSS */
/* Last Updated: 2024.09.30 ET */

@import url('encp_boilerplate.css');

div.noticepanel {
	position: relative;
	overflow: hidden;
	background-color: rgba(185,203,229,0.5);
	padding: 16px 20px;
}

div.solocontent {
	padding: 10px;
}

header.express-promo {
	position: relative;
	overflow: hidden;
	text-align: right;
	background: url('/images/encp_bkgd_stars.png') right top;
	padding-top: 32px;
	padding-bottom: 16px;
	margin-bottom: 1em;
}

header.express-promo h2 {
	color: rgb(255,163,0);
	font-weight: bold;
	font-style: italic;
	line-height: 1.2;
	hyphens: none;
	text-align: right;
	text-transform: uppercase;
	text-shadow:
		2px 2px 0 white,
		-2px 2px 0 white,
		2px -2px 0 white,
		-2px -2px 0 white;
	padding-top: 16px;
	padding-right: 1em;
}

header.express-promo h2 strong {
	color: rgb(0,51,160);
	font-weight: bold !important;
	font-size: 1.2em;
	white-space: nowrap;
}

header.express-promo > img {
	float: left;
	width: 260px;
	margin-right: 32px;
	margin-bottom: 16px;
}

@media (min-width: 1280px) {
	header.express-promo {
		margin-top: -128px;
	}
}

ul.plushes {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 1em 0;
}

ul.plushes > li {
	display: inline-block;
	padding: 0;
	margin: 0em 0.5em 1em;
}

ul.plushes img {
	margin-bottom: 0;
}

ol.howitworks {
	list-style: none;
	counter-reset: steps;
	position: relative;
	font-weight: normal;
	margin: 1em 0;
	padding: 0;
}

ol.howitworks li {
	counter-increment: steps;
	min-height: 56px;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 1em 0 4px 8px;
	margin: 1em 0 1em 64px;
}

ol.howitworks li::before {
	content: counter(steps);
	box-sizing: border-box;
	float: left;
	display: block;
	width: 48px;
	height: 48px;
	background-color: rgb(255,163,0);
	color: white;
	font-style: italic;
	font-weight: bold;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	padding-top: 10px;
	padding-right: 6px;
	border-radius: 9999px;
	box-shadow: -4px 4px 0 rgba(255,163,0,0.5);
	margin: -0.5em 0 0 -64px;
}

div.express-notice {
	box-sizing: border-box;
	position: absolute;
	top: 128px;
	bottom: 0;
	width: 100%;
	background-color: rgb(253,216,164);
	color: black;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	padding: 0.5em 2em;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 720px) {
	div.express-notice {
		top: 64px;
	}
}

@media (max-width: 640px) {
	div.express-notice {
		font-size: 14px;
	}
}

#headerbar { width: calc(100% - 248px)!important; }

#headerbar.express {
	height: 140px;
	background-image: url(../images/encp_bkgd_express_orange_698pxw.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

div.fullblock { width: calc(100% - 4px)!important; }

/* Embedded Home Page */

#page.itype-990.itemid-1.embedded {
	box-sizing: border-box;
	width: 700px;
	height: 414px;
	background: rgb(0,53,173)  url('/images/encp_bkgd_express_containers-blur-blue_wide.gif') repeat center top;
	color: white;
	font-size: 18px;
	padding: 50px;
	margin: 0;
}

#page.itype-990.itemid-1.embedded h1 {
	color: white;
	font-size: 40px;
	line-height: 1.1em;
	text-transform: uppercase;
	margin-bottom: 0.75em;
}

#page.itype-990.itemid-1.embedded .note {
	color: #c09853;
}

/* Maintenance page */
#page.itemid-6 { width: 966px; margin-left: auto; margin-right: auto; }

