﻿/* Beverage Container Recycling Network of Canada - Main Styles (based on Site Pages) CSS */
/* Last Updated: 2024.04.19 ET */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;0,800;1,400;1,700&display=swap');

@import url('normalize.css');

body {
	color: rgb(80,80,80);
	font-family: 'Open Sans', sans-serif;;
	font-size: 17px;
	line-height: 23px;
	margin: 1em; /* resets from normalize for sake of TinyMCE */
}

h1 {
	font-weight: 800;
    font-size: 2.5em;
	line-height: 1.125em;
	letter-spacing: -0.05em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
	line-height: 30px;
}

h2.subhead {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 0.84em;
	margin-bottom: 0.6em;
}

h3 {
    font-size: 0.9em;
    margin: 0.3em 0;
}

h4 {
	color: rgb(80,80,80);
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

img,
video {
	max-width: 100%;
	height: auto;
}

h1 + h4 { margin-top: 0; }

h2 > small {
	display: inline-block;
	background-color: #5f8608;
	color: white;
	font-size: 1rem;
	line-height: 1;
	text-transform: uppercase;
	padding: 0.3em 1em;
	margin-left: 1em;
	border-radius: 0.2em;
}

a {
	color: #1d70b7;
	text-decoration: none;
	border-bottom: 1px solid #1d70b7;
}

a:hover {
	color: #fc7d00;
	border-bottom: 1px solid #fc7d00;
}

a img {
	text-decoration: none !important;
	border: none !important;
}

ul,
ol {
	padding: 0;
	margin-left: 0;
}

li {
	padding: 0;
	margin-left: 2.4em;
}

dt {
	font-weight: 800;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
	text-align: left;
	vertical-align: top;
}

td {
	font-size: 0.94em;
	padding: 0.25em 1em 0.25em 0em;
}

th {
	font-weight: 800;
	font-size: 0.76em;
	text-transform: uppercase;
	padding: 0.34em 1em 0.34em 0em;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="file"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 0.94em;
	padding: 4px 8px;
	border: 1px solid #c7c2bc;
	border-radius: 4px;
}

input[type="submit"],
input[type="reset"],
button,
a.button {
	display: inline-block;
	color: #333;
	font-weight: bold;
	font-size: 0.84em;
	text-align: center;
	text-decoration: none;
	padding: 4px 2em;
	border: 2px solid #c7c2bc;
	border-radius: 4px;
}

select {
	padding-right: 40px;
	background: white url('/images/bcsf_icon_down_arrow_admin.png') right 10px center no-repeat !important;
}

option {
	padding: 0.25em;
}

.note {
	color: #333;
	font-size: 0.76em;
}

.float-left {
	float: left;
	margin-right: 1.2em;
	margin-bottom: 1em;
}

.float-right {
	float: right;
	margin-left: 1.2em;
	margin-bottom: 1em;
}

.num {
	text-align: right;
}

.clear { clear: both; }
.blue { color: #1d70b7; text-decoration: none; }
.green { color: #82bc00; text-decoration: none; }
.bold { font-weight: 700; }
.small { font-size: 0.7em; }

.closeheader { margin-bottom: 0em; }
.closeheader + * { margin-top: 0em; }

a.promo_headline { color: rgb(80,80,80); font-weight: bold; cursor: pointer; text-decoration: none; border: none; }
a.promo_headline:hover { color: #1d70b7; text-decoration:none !important; }
a.about_stewards { color: #1d70b7; text-decoration: none; font-weight: bold; border: none; }
a.about_stewards:hover { text-decoration: none; }

a.morelink {
	display: block;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	border: none;
}

hr,
.content_divider {
	width: 75%;
	height: 1px;
	background: #dfdfdf;
	margin-top: 0.94em;
	margin-bottom: 0.94em;
}

p.instruction {
	font-size: 0.94em;
}

p.newsdate {
	font-style: italic;
}

p:not(.newsdate) + p.filelink {
	margin-top: 3rem;
}

/* Child Page Navigation - included here in case any gets copied into TinyMCE fields */

ul.childnav {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.childnav li {
	padding: 0;
	margin: 0;
}

ul.childnav li a.linkhead {
	margin-left: 2.4em;
}

ul.childnav li a.linkhead::before {
	content: '\2022';
	position: absolute;
	color: rgb(80,80,80);
	text-decoration: none !important;
	margin-left: -1em;
}

ul.childnav li.sublink,
ul.childnav li.expanded {
	padding-bottom: 1.4em;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 1em;
}

ul.childnav div.teaser {
	font-size: 0.94em;
	margin: 0.5em 2.4em;
}

/* Who We Are Table */

table.who_we_are {
	margin: 30px -20px;
}

table.who_we_are p { margin: 0 }

table.who_we_are th {
	background: #184f7f;
	color: white;
	text-align: center;
	vertical-align: bottom;
	padding: 20px 10px 10px;
}

table.who_we_are tr td.image {
	display: table-cell;
	width: 200px;
	vertical-align: middle;
	padding: 20px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

table.who_we_are tr td.image > img {
	max-width: 180px;
	max-height: 180px;
	object-fit: contain;
}

table.who_we_are tr td.info {
	width: 250px;
	padding: 20px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

table.who_we_are tr td.links {
	padding: 20px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

table.who_we_are div.headline {
	color: #1d70b7;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

table.who_we_are a.recycle {
	color: #1070b7;
	font-style: italic;
	text-decoration: none;
	display: block;
	border: none;
}

table.who_we_are a.recycle:hover { text-decoration: underline; }

table.who_we_are a.arrow {
	display: block;
	background: url('../images/link_arrow.png') 0 4px no-repeat;
	min-width: 100px;
	padding-left: 15px;
	color: #1d70b7;
	text-decoration: none;
	border: none;
}

table.who_we_are a.arrow:hover { text-decoration: underline; }

table.who_we_are a.recycle + div:not(.teaser),
table.who_we_are div.email {
	margin-top: 0.5em;
}

table.who_we_are div > span {
	display: inline-block;
	width: 6em;
	font-size: 0.8em;
	text-transform: uppercase;
}


/* Stargate Additions */

table.datalist tr:nth-child(odd) {
	background-color: rgb(240,240,240);
}

table.datalist tr:nth-child(even) {
	background-color: white;
}

table.datalist th,
table.datalist td {
	line-height: 1.2em;
	padding: 0.4em 0.6em;
	/* word-break: break-all; */
}

table.datalist tfoot tr {
	background-color: white !important;
	border-top: 1px solid rgb(102,102,102);
}

table.datalist tfoot tr:first-child > * {
	padding-top: 0.6em;
}

ul.stewardicons {
	position: relative;
	overflow: hidden;
	clear: both;
	list-style: none;
	margin: 50px 0 0 32px;
	padding: 0;
}

ul.stewardicons > li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 100px;
	font-size: 0.8rem;
	line-height: 1.2;
	margin: 0 26px 10px 0;
	padding: 0;
}

ul.stewardicons a,
ul.stewardicons a:visited {
	color: rgb(80,80,80);
	text-decoration: none !important;
	border: none !important;
}

ul.stewardicons img {
	width: 100px;
	height: 60px;
	object-fit: contain;
	border: none !important;
	margin-bottom: 1em;
}

ul.contactlist {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 1em 0 2em;
}

ul.contactlist > li {
	display: inline-block;
	width: calc(50% - 3em);
	vertical-align: top;
	padding: 0;
	margin: 0 2em 2em 0;
}

ul.contactlist h3 {
	font-size: 1rem;
	margin-bottom: 0;
}

ul.contactlist div {
	font-size: 0.8em;
	line-height: 1.4;
}

.hint {
	padding: 0.5em 1em;
	border: 2px solid #1d70b7;
	border-radius: 6px;
	margin-top: 1em;
	margin-bottom: 1em;
}

.warning {
	padding: 0.5em 1em;
	border: 2px solid #82bc00;
	border-radius: 6px;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Carousel */

.jcarousel-wrapper {
	position: relative;
}

.jcarousel {
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jcarousel li {
	width: 650px;
	float: left;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.2em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}

.jcarousel img {
	display: block;
	max-width: 100%;
	height: auto !important;
	margin: 0px;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
	position: absolute;
	top: 30px;
	width: 25px;
	height: 44px;
}

.jcarousel-control-prev { }

.jcarousel-control-next { }

/** Carousel Pagination **/

.jcarousel-pagination {
	position: absolute;
	bottom: -24px;
	width: 100%;
	margin: 0;
	text-align: center;
}

.jcarousel-pagination a {
	text-decoration: none;
	display: inline-block;
	font-size: 11px;
	height: 10px;
	width: 10px;
	line-height: 10px;
	background: rgb(29,112,183);
	color: white;
	border-radius: 10px;
	text-indent: -9999px;
	margin-right: 7px;
	border: 2px solid rgb(29,112,183);
}

.jcarousel-pagination a.active {
	border: 2px solid rgb(130,188,0);
	background: rgb(130,188,0);
	opacity: 1;
}

/** Special campaigns **/

#cta {
	background-image: url(../images/bcsf_grfx_takecharge-find-cta.png);
	background-position: 684px 35px;
	background-repeat: no-repeat;
	width: 684px;
	height: 0px;
	-moz-transition: background-position 1s;
	-webkit-transition: background-position 1s;
	-o-transition: background-position 1s;
	transition: background-position 1s;
}

div.cta:target ~ #cta {
	height: 95px;
	background-position: 0 35px;
	-moz-transition: background-position 1s;
	-webkit-transition: background-position 1s;
	-o-transition: background-position 1s;
	transition: background-position 1s;
}
