/* PowerSite 2.93 - Client: MARR - General CSS */
/* Last Updated: 2023.05.10 ET */

@font-face {
	font-family: DIN;
	font-weight: bold;
	src: url('/includes/DINWeb-Bold.woff') format('woff'),
		url('/includes/DIN-Bold.ttf');
	font-display: swap;
}

@font-face {
	font-family: DIN;
	font-weight: normal;
	src: url('/includes/DINWeb.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: DIN;
	font-weight: 300;
	src: url('/includes/DINWeb-Light.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: DIN;
	font-weight: 500;
	src: url('/includes/DINWeb-Medium.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: DIN;
	font-weight: 900;
	src: url('/includes/DINWeb-Black.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url('/includes/MaterialIcons-Extended.woff2') format('woff2'),
		url('/includes/MaterialIcons-Regular.woff') format('woff'),
		url('/includes/MaterialIcons-Regular.ttf') format('truetype');
	font-display: swap;
}

.material-icons,
span.mat-icon,
a.acss-addhelplink,
*[data-icon]::before,
.address::before,
.phone::before,
.email::before,
a.cta.back::before,
a.cta.more::after,
a.filelink::after,
dl.accordion dt::before,
#nav-control,
#nav-control::after,
#sitenav > ul > li > label::after {
	display: inline-block;
	vertical-align: text-top;
	font-family: 'Material Icons';
	font-weight: normal !important;
	font-style: normal !important;
	/* font-size: 24px;  Preferred icon size */
	font-size: 1em;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}

*[data-icon]::before {
	content: attr(data-icon);
	vertical-align: text-top;
	margin-right: 0.5em;
}

/* Colours

#2A3C68 rgb(42,60,104); Body, Dark Backgrounds
#60719F rgb(96,113,159); Subheads
#1F3159 rgb(31,49,89); Dark Highlight
#B2C4E5	rgb(178,196,229); Medium Blue;
#EDEFF8 rgb(237,239,248); Light Blue;

*/

* { box-sizing: border-box; }

html {
	font-size: 14px;
}

@media (max-width: 640px) {
	html {
		font-size: 12px;
	}
}

body,
td,
th,
input,
select,
textarea {
	font-family: DIN, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: rgb(42,60,104);
}

h1,
p.headline {
	position: relative;
	font-weight: bold;
	font-style: italic;
	font-size: 2.43rem; /* 34px ÷ 14px */
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-top: 0;
	margin-bottom: 4rem;
}

h2 {
	position: relative;
	font-weight: bold;
	font-style: italic;
	font-size: 1.86rem; /* 26px ÷ 14px */
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-top: 0;
	margin-bottom: 2rem;
}

h1::after,
h2::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0.4em);
	content: '';
	width: 4rem;
	height: 4px;
	background-color: rgb(178,196,229);
}

h3 {
	color: rgb(96,113,159);
	font-weight: bold;
	font-style: italic;
	font-size: 1.43rem; /* 20px ÷ 14px */
	line-height: 1.1;
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

h4,
h5 {
	font-weight: bold;
	font-style: italic;
	font-size: 1.14rem; /* 16px ÷ 14px */
	line-height: 1.2;
}

p {
	line-height: 1.5;
	margin-bottom: 1.3em;
}

li {
	line-height: 1.3;
	margin-bottom: 1em;
}

ul,
ol {
	margin: 1em 0;
	padding: 0;
}

ul li,
ol li {
	margin-left: 1.5em;
}

li ul li {
	list-style-type: disc;
}

a,
a:visited {
	color: rgb(42,60,104);
	font-weight: bold;
}

a:hover {
	color: rgb(31,49,89);
}

a img {
	border-style: none;
}

caption {
	background-color: rgb(114,145,161);
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 0.25em 1em;
}

th,
td {
	text-align: left;
	vertical-align: top;
	padding: 0.25em 1em 0.25em 0em;
}

sup {
	vertical-align: text-top;
	font-size: 60%;
}

hr {
	border: 0;
	color: rgb(178,196,229);
	background-color: rgb(178,196,229);
	height: 1px;
	clear: both;
	display: block;
	margin: 2rem 0;
}

fieldset {
	margin-top: 0.5em;
	padding: 0.5em 0.75em;
	border: 1px solid rgb(114,145,161);
}

legend {
	color: black;
}

input[type="text"],
input[type="password"],
input[type="email"],
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;
	box-sizing: border-box;
	max-width: 100%;
	background-color: rgba(255,255,255,1);
	color: rgb(31,49,89);
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.1;
	padding: 0.8em 1em 0.7em;
	border: 1px solid rgb(178,196,229);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
select:focus,
textarea:focus {
	border-color: rgb(96,113,159);
	outline: none;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder {
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

input[type="text"]:focus::placeholder,
input[type="email"]:focus::placeholder {
	color: transparent;
}

input[type="submit"],
input[type="button"],
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: auto;
	min-height: 0;
	line-height: 1.6;
}

input[type="submit"],
input[type="button"],
button,
.button {
	display: inline-block;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 0.5em 2em 0.4em;
	border: 2px solid rgb(42,60,104);
	border-radius: 9999px;
	cursor: pointer;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	opacity: 0.7;
}

/* GENERIC CUSTOM CLASSES */

.alert {
	color: rgb(240,0,0);
}

.note {
	color: rgb(99,127,140);
}

.notice {
	background-color: rgb(224,230,233);
	padding: 0.5em 1em;
	border: 2px solid rgb(114,145,161);
}

.notice > p:first-child {
	margin-top: 0.25em;
}

.notice > p:last-child {
	margin-bottom: 0.25em;
}

.sect {
	margin-top: 2em !important;
}

.center,
.textcenter {
	text-align: center;
}

.right,
.textright,
.num {
	text-align: right;
}

.centerblock {
	margin-left: auto;
	margin-right: auto;
}

.floatright {
	float: right;
	margin-left: 1em;
}

.floatleft {
	float: left;
	margin-right: 1em;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.inlineblock {
	display: inline-block;
}

/* SPECIFIC CLASSES */

a.backlink {
	display: inline-block;
	font-style: italic;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 2rem;
}

.address,
.phone,
.email,
.linkedin {
	position: relative;
	padding-left: 1.86rem; /* 26px ÷ 14px */
}

.address::before,
.phone::before,
.email::before,
.linkedin::before {
	position: absolute;
	left: 0;
	color: rgb(178,196,229);
	font-size: 1.2rem;
}

.address::before {
	content: 'business';
}

.phone::before {
	content: 'phone';
}

.email::before {
	content: 'email';
}

.linkedin::before {
	content: '';
	width: 16px;
	height: 16px;
	background: url('/images/marr_logo_linkedin.svg') no-repeat center center;
	background-size: 16px 16px;
}

ul.products {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 1rem -3rem;
}

ul.products > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 12.86rem;
	font-weight: bold;
	font-style: italic;
	font-size: 0.86rem;
	line-height: 1.2;
	padding: 0;
	margin: 2rem 1rem;
}

ul.products > li a,
ul.products > li a:visited {
	display: block;
	text-decoration: none;
}

ul.products > li h3,
ul.products > li h4 {
	color: rgb(42,60,104);
	font-size: 1.14rem; /* 16px ÷ 14px */
	margin: 0 0 0.2rem 0;
}

ul.products > li div {
	font-weight: normal;
	margin: 0.5rem 0;
}

ul.products > li img {
	position: relative;
	height: 4.14rem;
	width: 4.14rem;
	object-fit: contain;
	margin-top: 1.6rem;
	margin-bottom: 2.8rem;
	z-index: 200;
}

ul.products > li a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 7.43rem;
	height: 7.43rem;
	transform: translate(-50%, 0);
	background-color: white;
	border-radius: 1.43rem;
	z-index: 100;
}

ul.members {
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-content: flex-start;
	align-items: flex-start;
	padding: 0;
	margin: 1rem -1rem 1.5rem;
}

ul.members > li {
	flex: 1 0 40%;
    align-self: stretch;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	padding: 0.5em 1em;
	border: 1px solid rgb(178,196,229);
	margin: 0.5rem 1rem;
}

ul.members > li img {
	object-fit: contain;
	width: 8rem;
	height: 5rem;
	margin-right: 1rem;
}

ul.members > li p {
	margin: 0;
}

ul.annualreports {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 1.3rem 0;
}

ul.annualreports > li {
	position: relative;
	display: inline-block;
	width: 4.3rem;
	height: 6.7rem;
	background: linear-gradient(rgb(200,200,200) 5.14rem, transparent 5.14rem);
	color: white;
	padding: 0;
	margin: 0.5rem;
	vertical-align: top;
}

ul.annualreports a,
ul.annualreports a:visited {
	position: relative;
	display: block;
	width: 4.3rem;
	height: 6.7rem;
	background: linear-gradient(rgb(42,60,104) 5.14rem, transparent 5.14rem);
	color: white;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1;
	text-decoration: none;
	padding: 1.7rem 0.2rem 0;
}

ul.annualreports a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border-right: 0.71rem solid rgb(237,239,248);
	border-bottom: 0.71rem solid rgba(255,255,255,0.5);
}

ul.annualreports a::after {
	content: 'Annual Report';
	display: block;
	font-size: 0.5rem;
}

ul.annualreports li::after {
	position: absolute;
	top: 5.8rem;
	left: 0;
	width: 4.3rem;
	content: 'View';
	color: rgb(42,60,104);
	font-weight: bold;
	text-decoration: underline;
}

section.feature,
section.afterbreak,
section.afternav {
	background: rgb(237,239,248);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

article.feature,
section > article > section.feature {
	/* background: white; */
	position: relative;
	text-align: center;
	padding: 3rem 3rem 1rem;
	border: 1px solid rgb(178,196,229);
}

section.feature > article > section.feature,
section.afterbreak > article > section.feature,
section.afternav > article > section.feature {
	background: white;
}

section.feature.recycling article,
article.feature.recycling {
	margin-top: 2.14rem;
}

section.feature.recycling > article {
	position: relative;
	background-color: white;
	border-radius: 1.5rem;
	padding: 1.5rem 3rem;
}

section.feature.recycling > article::before,
article.feature.recycling::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 4.3rem;
	height: 4.3rem;
	transform: translate(-50%, -50%);
	content: '';
	background: url('/images/Recycle_Icon-33.svg') no-repeat center center;
	background-size: contain;
}

section.feature h1,
article.feature h1 {
	margin-bottom: 2.23rem;
}

section.feature.recycling article h2 {
	font-size: 2.43rem; /* 34px ÷ 14px */
	line-height: 1.1;
}

section.feature img {
	display: inline-block;
	vertical-align: middle;
	max-width: 15rem;
	max-height: 12rem;
	width: auto;
	height: auto;
	margin: 1.5rem;
}

/* RELATIONSHIP SELECTORS */

/* form > p {
	display: flex;
	flex-direction: row;
} */

form > p.right {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

form > p.justify {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

/*
form > p > label {
	flex: 0 0 8em;
	font-weight: bold;
	font-style: italic;
}

form > p > input[type="text"],
form > p > input[type="email"],
form > p > textarea {
	flex: 1 0 0;
} */

ul + h2,
ol + h2 {
	margin-top: 2em;
}

/* RESPONSIVE OVERRIDES */

@media (min-width: 641px) and (max-width: 1023px) {

	h1,
	p.headline {
		font-size: 1.7rem; /* 24px ÷ 14px */
		margin-bottom: 1em;
	}
	
	h2 {
		font-size: 1.3rem; /* 18px ÷ 14px */
	}
	
	h3 {
		font-size: 1.14rem; /* 16px ÷ 14px */
	}
	
	h4,
	h5 {
		font-size: 1rem;
	}

}

@media (max-width: 640px) {

	h1,
	p.headline {
		font-size: 1.7rem; /* 20px ÷ 12px */
		margin-bottom: 1em;
	}
	
	h2 {
		font-size: 1.5rem; /* 18px ÷ 12px */
	}
	
	h3 {
		font-size: 1.33rem; /* 16px ÷ 12px */
	}
	
	h4,
	h5 {
		font-size: 1.17rem; /* 14px ÷ 12px */
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="file"],
	input[type="url"],
	input[type="number"],
	input[type="date"],
	input[type="time"],
	input[type="datetime"],
	select,
	textarea {
		border-width: 3px;
	}

}