/* Encorp Pacific (Canada) 2024 Site Design - Express Frame Include CSS */
/* Last Updated: 2024.09.30 ET */

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&display=swap');

#public_top_container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding: 0 !important;
	padding-left: 20px !important;
	margin-bottom: 14px;
}

div.row > #public_top_container {
	/* An invalid duplicate ID'd element that shouldn't be there */
	display: none !important;
}

#public_top {
	width: 100%;
	height: 226px;
	overflow-y: hidden;
}

#public_bottom_container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding: 0 !important;
	padding-left: 20px !important;
}

#public_bottom {
	width: 100%;
	height: 208px;
	overflow-y: hidden;
	margin-top: 10px;
}

/* Fixes to override Heart's local style sheet */

body,
td,
th,
input,
select,
textarea {
    font-family: "PT Sans", "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}

input[type="text"],
input[type="password"],
select,
textarea {
	background-image: url('https://www.return-it.ca/images/encp_2011_bkgd_input-text.gif') !important;
}

a.helplink,
a.helplink:hover {
	background-image: url('https://www.return-it.ca/images/encp_icon_help.gif') !important;
}

body.express {
	background-image: url('https://www.return-it.ca/images/encp_2011_bkgd_body.gif') !important;
	padding: 0 !important;
}

a.brand,
ul.nav,
.btn {
    font-family: DIN, "PT Sans", "Trebuchet MS", sans-serif !important;
    border-radius: 9999px !important;
}

.btn-large {
	font-weight: bold !important;
	text-transform: uppercase !important;
}

ul.smallicon > li {
	position: relative;
	overflow: hidden;
	padding-left: 8px !important;
}

ul.smallicon > li > b {
	float: right;
	margin-right: 10px;
}

i[class^="icon-"] {
	display: inline-block;
	margin-right: 8px;
}

@media (min-width: 480px) and (max-width: 768px) {

	#login-ad {
		width: 458px !important;
		height: 270px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	#login-main {
		width: 458px !important;
		height: 270px !important;
	}

}

@media (max-width: 480px) {

	#login-ad {
		width: 300px !important;
		height: 178px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	#login-main {
		width: 300px !important;
		height: 178px !important;
	}

}

#public_top_container.visible-desktop {
	display: block !important;
}

body.express > div.container:nth-of-type(2) > div > div.hidden-desktop {
	display: none !important;
}

@media (max-width: 1024px) {
	#public_top_container.visible-desktop {
		width: 100%;
		padding: 0 !important;
	}
	#public_top {
		margin: 0 !important;
	}
}

@media (max-width: 720px) {
	#public_top {
		height: 166px !important;
	}
}
