/* override*/

#hd {
	background-color: white;
}

.footer{padding-bottom:1px;}
/*end override*/
.lato-reg {
	font-family: "lato", sans-serif;
	font-weight: 200;
}
.lato-black {
	font-family: "lato", sans-serif;
	font-weight: bold;
}
#bd-sustainability {
	-webkit-font-smoothing: subpixel-antialiased
}

#sustain-container {
	position: relative;
	transition: all 0.3s linear 0.3s;
	/*margin-top: -12px;*/
}
#sustain-container img{
	max-width: 100%;
}
.sustainability-bg-outer {
	background-image: url("/sustainability/images/20180420_background-main.jpg");
	background-position: center bottom;
	background-size: cover;
	/* height: 100%; */
	height: 45vw;
	position: fixed;
	/* top: 0px; */
	top: 60px;
	width: 100%;
	z-index: -1;
}

.sustainability-inner {
	position: relative;
	background-image: url(/sustainability/images/background-fade7.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: auto;
	width: 100%;
	z-index: 0;
	background-size: cover;
}

.mt20 {
	margin-top: 20%;
}

#sustain-container h1 {
	letter-spacing: 2px;
}

#sustain-container h1, #sustain-container p, #sustain-container ul li {
	font-family: 'lato', sans-serif;
	font-size: 1.4rem;
	line-height: 16px;
	padding-bottom: 10px;
	font-weight: 200;
}

#sustain-container h1 {
	font-size: 22px;
	padding-bottom: 10px;
}

#sustain-container h1.lato-black {
	font-size: 18px;
	padding-bottom: 20px;
	padding-bottom: 10px;
	font-family: 'lato' !important;
	font-weight: bold;
	letter-spacing: .1rem;
}

#sustain-container h2 {
	font-family: 'lato', sans-serif;
	text-transform: uppercase;
	/* font-weight: 200; */
	font-weight: bold;
	font-size: 2.5rem;
}

#sustain-container h5 {
	text-transform: uppercase;
	line-height: 1.5;
}

#sustain-container h3 {
	font-family: "lato", arial, sans-serif;
	font-weight: 200;
}

.at-a-glance-inner .stat {
	padding: 0 10px;
}

.at-a-glance-inner .stats h3 {
	color: #fff;
	font-size: 40px;
}

#sustain-container .main-txt {
	background-color: #f3f0eb;
}

.main-txt-left {
	padding: 20px 50px;
	margin: 50px 0;
}

.expanded-txt li {
	list-style: outside none none;
}

.sustain-tan {
	background-color: rgba(243, 240, 235, 1);
	position: relative;
}

.sustain-tan a:hover {
	text-decoration: none;
}

.row {
	max-width: 1120px;
	margin: auto;
}

.at-a-glance-outer {
	background-image: url(/sustainability/images/sustainability-ataglance-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}

.at-a-glance-inner {
	background-image: url(/sustainability/images/sustainability-ataglance.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	text-align: center;
}

.at-a-glance-inner h1 {
	padding: 80px 0 40px;
}

.at-a-glance-inner .stats {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 60px 10px;
	margin-bottom: 80px;
}

.at-a-glance-inner .stat {
	padding: 0 10px;
}

.at-a-glance-inner .stats h3 {
	color: #fff;
	font-size: 35px;
}

.expand {
	display: none;
	background-color: #ece8e1;
	cursor: pointer;
	background-image: url(/sustainability/images/close.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.expanded-txt {
	padding: 25px 60px;
}

.main-txt a {
	color: #000;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	padding: 0;
}


/*20150801 Styles*/

.txt-left {
	text-align: left;
}

.txt-right {
	text-align: right;
}

.txt-center {
	text-align: center;
}

.icon-play-sign::before {
	font-size: 7rem;
}

.lato-black {
	font-family: "lato", sans-serif;
	font-weight: bold;
	letter-spacing: .1rem;
}

.center-all {
	max-width: 1120px;
	margin: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.center-all .col-sm-4 {
	padding-bottom: 20px;
}

.sus-btn-container {
	left: 50%;
	margin: 10px auto auto;
	max-width: 100%;
	padding-top: 20px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

p.sus-cta {
	background-color: rgba(245, 245, 245, 0.8);
	border: 2px solid white;
	color: black;
	display: inline;
	font-family: "lato", sans-serif;
	font-size: 1.2rem;
	padding: 10px 15px;
	text-transform: uppercase;
	cursor: pointer;
}

p.sus-cta:hover {
	background-color: rgba(255, 255, 255, .9);
	border: 2px solid rgba(245, 245, 245, .8);
}

p.sus-cta a {
	text-decoration: none;
	color: inherit;
}

div.white-link {
	color: white;
	font-family: lato;
	font-weight: 200;
	position: relative;
	text-decoration: underline;
	padding-top: 1%;
	padding-bottom:5%;
	font-size: 1.2rem;
}

p.sus-cta-d {
	background-color: rgba(0, 0, 0, 0.4);
	border: 1px solid black;
	color: white;
	display: inline;
	font-family: "lato", sans-serif;
	font-size: 1.2rem;
	padding: 10px 15px;
	text-transform: uppercase;
	cursor: pointer;
}

p.sus-cta-d:hover {
	background-color: rgba(0, 0, 0, .6);
	border: 1px solid rgba(0, 0, 0, .6);
}

p.sus-cta-d a {
	text-decoration: none;
	color: inherit;
}

.trio-mountain {
	width: 100%;
	height: 350px;
	background-image: url('/sustainability/images/20160422-mountain-bg.jpg');
	background-position: center 60%;
	background-size: cover;
	background-repeat: no-repeat;
}
.trio-mountain h3 {
	margin-bottom: 15px;
	font-weight: bold !important;
}
.trio-mountain .white-link {
	margin-top: 29px;
}

.leaders-vision {
	width: 100%;
	background-image: url('/sustainability/images/20180420_leader-bg-main.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	/*height:650px;*/
}

.how-we {
	width: 100%;
	background-image: url('/sustainability/images/how-we-bg.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.ppl-leadership {
	width: 100%;
	background-image: url('/sustainability/images/leadership-bg.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	/*height:650px;*/
}

div.stretchy-wrapper1x1 {
	width: 100%;
	padding-bottom: 100%;
	/* 1:1 ratio*/
	position: relative;
}

div.stretchy-wrapper1x1 > div {
	position: absolute;
	top: 50%;
	left: 5%;
	right: 5%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

div.stretchy-wrapper1x2 {
	width: 100%;
	padding-bottom: 34.74%;
	/* 1:2 ratio*/
	position: relative;
}

div.stretchy-wrapper1x2 > div {
	position: absolute;
	top: 50%;
	left: 5%;
	right: 5%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

div.stretchy-wrapper16x9 {
	width: 100%;
	padding-bottom: 26.14%;
	/* starting ratio*/
	position: relative;
	max-width: 1120px;
	margin: auto;
}

div.stretchy-wrapper16x9 > div {
	position: absolute;
	top: 50%;
	left: 5%;
	right: 5%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

div.stretchy-wrapper5x3 {
	width: 100%;
	padding-bottom: 68.60%;
	/* 5x3 ish ratio*/
	position: relative;
	max-width: 1120px;
	margin: auto;
}

div.stretchy-wrapper5x3 > div {
	position: absolute;
	top: 50%;
	left: 5%;
	right: 5%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

div.stretchy-bnr {
	width: 100%;
	padding-bottom: 20%;
	/* bnr ratio*/
	position: relative;
}

div.stretchy-bnr > div {
	position: absolute;
	top: 50%;
	left: 5%;
	right: 5%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cust-com-inner {
	padding-top: 0px;
	padding-bottom: 0px;
}

.howwe-inner {
	padding-top: 15px;
	padding-bottom: 55px;
}

.row.main-txt {
	background-color: #f3f0eb;
}

.reports-policies {
	position: relative;
	background-image: url('/sustainability/images/20160422-reports.jpg');
	background-size: cover;
	background-position: center;
	height: 500px;
	background-repeat: no-repeat;
}

.legacy-container {
	position: relative;
	background-image: url('/sustainability/images/20160422-legacy-bg.jpg');
	background-size: cover;
	background-position: left center;
	height: 500px;
	background-repeat: no-repeat;
}
.meaningful {
	background-color: #efefef;
	padding: 0 0 4%;
}
.meaningful-title{
	padding: 3% 0;
	text-align: center;
}
.meaningful-title h2 {
	margin: 5px 0;
}
.meaningful p{
	max-width: 350px;
	margin: 0 auto;
	padding: 10px 0 0;
}
span.fake-br {
	display: block;
}

#sustain-container .open-it {
	cursor: pointer;
}

#sustain-container .show-it {
	display: none;
	padding: 15px;
	height: auto;
	background-color: #f3f0eb;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

#sustain-container .show-it .xclose {
	color: #aaa;
	cursor: pointer;
	font-family: lato;
	font-size: 1.2rem;
	position: absolute;
	right: 10px;
	top: 5px;
	padding: 15px;
}

#sustain-container i {
	font-size: 18px;
	padding: 0 0px;
}

img.float-me-left {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 5px;
}

h2.headline {
	font-size: 3rem !important;
	text-shadow: 0 0 45px black;
}

h2.opened {
	font-family: "lato" !important;
	font-size: 1.8rem !important;
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

h1.opened {
	font-family: "lato" !important;
	font-size: 2.6rem !important;
	line-height: 30px !important;
	padding-bottom: 10px !important;
	font-weight: bold;
	letter-spacing: .1rem;
}


/*end 20150801 Styles*/

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	h1.opened {
		font-family: "lato" !important;
		font-size: 1.6rem !important;
		line-height: 17px !important;
		padding-bottom: 10px !important;
		font-weight: bold;
		letter-spacing: .1rem;
	}
	h2.opened {
		font-family: "lato" !important;
		font-size: 1.6rem !important;
		padding-bottom: 5px !important;
		padding-top: 5px !important;
	}
	.sus-btn-container {
		padding-top: 5px;
		padding-bottom: 15px;
	}
	.reports-policies, .legacy-container {
		height: 315px;
	}
	.cust-commitment {
		width: 100%;
		height: auto;
	}
	#sustain-container p, #sustain-container ul li {
		font-size: 1rem;
		line-height: 12px;
		padding-bottom: 10px;
	}
	div.stretchy-wrapper16x9 {
		padding-bottom: 56.14%;
		/* 16:9 ratio*/
	}
	.sustainability-bg-outer {
		height: 100%;
	}
}

@media (max-width: 767px) {
	/*OVERRIDE
	#masthead {
		margin-bottom: unset;
		z-index: 5;
	}
	/*end OVERRIDE*/
	.sustainability-bg-outer {
		background-image: url("/sustainability/images/20180420_background-main.jpg");
		background-position: center top;
		background-size: cover;
		padding-bottom: 100%;
		position: fixed;
		top: 0;
		width: 100%;
		height: 125vw;
		z-index: -1;
	}
	.trio-mountain, .leaders-vision {
		background-size: auto !important;
	}
	.trio-mountain h3 {
		margin-bottom: 0;
	}
	.trio-mountain .white-link {
		margin-top: 0;
	}
	#sustain-container {
		margin-top: 0px !important;
	}
	h2.headline {
		font-size: 2rem !important;
		text-shadow: 0 0 45px black;
	}
	.at-a-glance-inner h1 {
		padding: 35px 0 15px;
	}
	.at-a-gl
