html {
	font-size: 62.5%;
}
html body {
	font-family: 'Oracle Sans';
	font-size: 1.4rem;
	color: #000000;
}
body,
div,
section,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
	margin: 0px;
	padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	display: block;
	max-width: 100%;
}
strong {
	font-weight: normal;
	font-family: 'Oracle Sans Bold';
}
.text-center {
	text-align: center;
}
body {
	background-color: #d6d6d6;
}
a:hover,
.cursor-hover:hover {
	cursor: pointer;
}
.optInBlock,
.privacy-text {
	font-size: 1.2rem;
}
.main-container {
	width: 1500px;
}
.wrap {
	width: 1320px;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 100%;
	margin: 0 auto;
}

.header1 {
	background-color: #ffffff;
	padding: 25px 0;
	.wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.cta {
		color: #ffffff;
		background: #DD8A34;
		border-radius: 6px;
		padding: 10px 20px;
		font-size: 1.8rem;
		text-align: center;
		font-weight: 700;
	}
}

@media only screen and (max-width: 767px) {
	.header1 .cta {
		width: 100%;
		margin-top: 20px;
	}

	.header1 .ons-logo {
		margin: 0 auto;
	}
}

.content1 {
	background-image: url('images/banner-esg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.content1 .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 368px;
}
.content1 .banner-text {
	width: 71%;
	color: #ffffff;
	
}
.content1 .banner-text h1 {
	font-size: 6.0rem;
	font-family: 'Oracle Sans Semi Bold';
	line-height: 1em;
	margin-bottom: 15px;
}
.content1 .banner-text p {
	font-size: 3rem;
	line-height: 1.25em;
	width: 700px;
	max-width:100%;
}
.content1 .banner-text p span{
	display: block;
}
.content1 .banner-mobile {
	display: none;
}
@media only screen and (max-width: 767px) {
	.content1 {
		background-image: url('images/banner-esg-mobile.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right;
	}
	.content1 .banner-mobile {
		display: block;
	}
	.content1 .banner-mobile img {
		width: 400px;
		max-width: 100%;
		margin: 0 auto;
	}
	.content1 .banner-text {
		width: 100%;
		text-align: center;
	}
	.content1 .wrap {
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.content1 .banner-text h1 {
		font-size: 4.0rem;
	}
	.content1 .banner-text p {
		font-size: 2.0rem;
		line-height: 1.25em;
	}
	.content1 .banner-text p span{
		display: inline;
	}
}

.content2{
	background-color: #ffffff;
	padding-top: 60px;
	padding-bottom: 60px;
	.wrap {
		display: flex;
		align-items: center;
		gap:40px;
	}
	.content2-text {
		width:872px;
		max-width:100%;
	}
	 h2{
		font-family: 'Oracle Sans Semi Bold';
		color: #000;
		font-size: 2.8rem;
		font-style: normal;
		line-height: 1.28em;
		font-weight: 700;
	}
	 p{
		font-family: 'Oracle Sans';
		margin-top: 20px;
		color: #000;
		font-size: 2rem;
		line-height: 1.5em;
	}
	
}

@media only screen and (max-width: 560px) {
.content2 {
    .wrap {
        flex-direction: column;
    }
}
}
.content3{
	background-color: #ffffff;
	padding-bottom: 60px;
}
.content3 .outer-wrap{
	width: 1410px;
	max-width: 100%;
	margin: 0 auto;
}
.content3 .wrap{
	width: 1410px;
	max-width: 100%;
	display: flex;
	align-items: center;
}
.content3 .content3-left {
    padding: 40px 190px 40px 58px;
    background-image: url(images/bar1.png);
    background-repeat: repeat-y;
    background-position: left center;
    background-color: #F5F4F2;
    width: 69%;
    margin-left: 45px;
}
.content3 .content3-left h2{
	font-family: 'Oracle Sans Bold';
	font-size: 2.8rem;
	line-height: 1.28em;
	color: #000;
	margin-bottom: 30px;
}
.content3 .content3-left .y-divider{
	background-color: #E6A91B;
	width: 40px;
	height: 5px;
}
.content3 .content3-left p{
	font-family: 'Oracle Sans';
	font-size: 2rem;
	line-height: 1.5em;
	color: #000;
	margin-top: 30px;
}
.content3-right{
	margin-left: -145px;
	padding: 45px 45px 45px 75px;
	background-image: url('images/bg-vid.png'),url('images/bg-vid.png');
	  background-position: 35px top, right bottom;
	  background-repeat: no-repeat;
}
.content3-right .vid-bg iframe {
    width: 470px;
    height: 370px;
    max-width: 100%;
}
@media only screen and (max-width: 1200px) {
	.content3 .content3-right{
		width: 50%;
		margin: 0;
		padding: 40px 10px;
		background-position: left top, right bottom;
	}
	.content3 .content3-right .vid-bg iframe{
		width: 100%;
		height: 450px;
	}
}
@media only screen and (max-width: 1000px) {
	.content3 .wrap{
		flex-wrap: wrap;
	}
	.content3 .content3-right{
		width: 100%;
	}
	.content3 .content3-left{
		width: 100%;
		margin-left: 0;
		padding-left: 38px;
		padding-right: 20px;
	}
}

.content4{
	background-image: url('images/texture-data-section.png');
	background-repeat: repeat;
	background-color: #EAF6DF;
}
.content4 .wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding-top: 40px;
}
.content4 .banner-text{
	width: 740px;
	max-width: 100%;
}
.content4 .banner-text p{
	font-family: Georgia;
	font-size: 3.8rem;
	color: #000000;
}
.content4 .banner-text p.source{
	font-family: Georgia;
	font-size: 2rem;
	color: #000000;
	margin-top: 26px;
}
.content4 .banner-text p.source span{
	/* text-decoration: underline; */
}
@media only screen and (max-width: 767px) {
	.content4 .wrap{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
}

.content5{
	background-image: url('images/texture-resources.png');
	background-repeat: repeat;
	background-color: #D6EAE7;
  padding-top: 60px;
  padding-bottom: 60px;
}
.content5 h2{
  text-align: center;
  font-family: 'Oracle Sans Bold';
  font-size: 2.8rem;
  margin-bottom: 30px;
  color:#000;
}
.content5 .wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
	width: 1300px;
	max-width: 100%;
}
.content5 .content5-box{
  position: relative;
  background: #ffffff;
  width: 290px;
  height: 454PX;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.content5 .content5-box img{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.content5 .content5-box .content-box-text{
  padding: 20px;
}
.content5 .content5-box h3{
  font-family: 'Oracle Sans Bold';
  font-size: 1.5rem;
  color: #161513;
  margin-bottom: 10px;
}
.content5 .content5-box p{
  font-family: 'Oracle Sans Lite';
  font-size: 1.6rem;
  line-height: 1.25em;
  color: #161513;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  text-overflow: ellipsis;
}
.content5 .content5-box a, .content5 .content5-box span{
  color: #ffffff;
  background: #51764D;
  border-radius: 4px;
  padding: 8px 10px;
  position: absolute;
  left: 20px;
  bottom: 25px;
}
.content5 .bottom-text{
	text-align: center;
	width: 1080px;
	max-width: 100%;
	margin: 0 auto;
	padding: 120px 0 60px;
}
.content5 .bottom-text h3{
	font-family: Georgia;
	font-size: 3.8rem;
	color: #000000;
}
.content5 .bottom-text p.source{
	font-family: Georgia;
	font-size: 2rem;
	color: #000000;
	margin-top: 26px;
}
.content5 .bottom-text p.source span{
	/* text-decoration: underline; */
}
@media only screen and (max-width: 767px) {
  .content5 .wrap{
    gap: 30px;
  }
}

.content6 {
	background: #ffffff;
	padding-top: 60px;
	padding-bottom: 60px;
}
.content6 .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 25px;
}
.content6 .wrap>h2 {
	font-family: 'Oracle Sans Bold';
	font-size: 2.8rem;
	text-align: center;
	color: #000;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
}
.content6 .disc {
	width: 89px;
	height: 89px;
	padding: 5px;
	background: #FBC26A;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.content6 .disc img {
	display: block;
	margin: 0 auto;
}
.content6-box {
	width: 298px;
	background: #ffffff;
	border-bottom: solid 9px;
	border-radius: 6px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
	text-align: center;
	padding: 30px;
}
.content6-box h3 {
	color: #FBC26A;
	font-family: 'Oracle Sans';
	font-size: 2.0rem;
	margin: 15px 0;
}
.content6-box p {
	color: #000000;
	font-family: 'Oracle Sans Lite';
	font-size: 1.6rem;
}
.content6 .wrap .content6-box.cb-a .disc {
	background-color: #697778;
}
.content6 .wrap .content6-box.cb-b .disc {
	background-color: #4F7D7B;
}
.content6 .wrap .content6-box.cb-c .disc {
	background-color: #B67745;
}
.content6 .wrap .content6-box.cb-d .disc {
	background-color: #325C72;
}
.content6 .wrap .content6-box.cb-a h3 {
	color: #697778;
}
.content6 .wrap .content6-box.cb-b h3 {
	color: #4F7D7B;
}
.content6 .wrap .content6-box.cb-c h3 {
	color: #B67745;
}
.content6 .wrap .content6-box.cb-d h3 {
	color: #325C72;
}
.content6 .wrap .content6-box.cb-a {
	border-color: #697778;
}
.content6 .wrap .content6-box.cb-b {
	border-color: #4F7D7B;
}
.content6 .wrap .content6-box.cb-c {
	border-color: #B67745;
}
.content6 .wrap .content6-box.cb-d {
	border-color: #325C72;
}

.content7 {
	background: #EAF6DF;
	padding-top: 60px;
	padding-bottom: 60px;
}
.content7 .wrap {
	width: 1180px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	font-size: 2.0rem;
	line-height: 1.5em;
	font-family: 'Oracle Sans Lite';
	color: #000000;
}
.content7 .content7-left {
	background: url('images/left-quote-black.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 36px;
	padding-top: 6px;
	width: 697px;
	max-width: 100%;
}
.content7 .content7-left p {
	margin-bottom: 21px;
	font-size: 2rem;
	line-height: 1.45em;
}
.content7 .content7-left p.source {
	margin-bottom: 21px;
	font-size: 1.8rem;
}
.content7 .content7-left p.source strong{
	font-weight: normal;
	font-family: 'Oracle Sans Bold';
}
@media only screen and (max-width: 767px) {
	.content7 .wrap {
		flex-wrap: wrap;
	}
	.content7-left,
	.content3-right {
		width: 100%;
	}
	.content7-right img {
		display: block;
		margin: 0 auto;
	}
}

.content8 {
	background-color: #D6EAE7;
	/* background-image: url('images/bg-texture.png');
	background-repeat: repeat; */
	padding-top: 75px;
	padding-bottom: 40px;
}
.content8 .wrap {
	width: 1180px;
}
.content8 .content8-wrap {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	background-image: url('images/cloud-abstract.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 120px;
}
.content8 .content8-wrap img {
	position: relative;
	z-index: 3;
}
.content8 h2 {
	font-family: 'Oracle Sans Bold';
	font-size: 2.8rem;
	color: #51764D;
	margin-bottom: 30px;
}
.content8 .y-divider {
	width: 40px;
	height: 5px;
	background: #E6A91B;
	margin-bottom: 15px;
}
.content8 .content8-text {
	background-color: #ffffff;
	background-image: url('images/bar1.png');
	background-repeat: repeat-y;
	background-position: right;
	border-radius: 5px;
	padding: 30px 87px 46px 207px;
	width: 936px;
	margin-left: -150px;
	position: relative;
	z-index: 2;
}
.content8 .content8-text h3 {
	font-family: 'Oracle Sans Bold';
	font-size: 2.0rem;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.content8 .content8-text p {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.content8 .content8-text ul {
	margin-left: 20px;
}
.content8 .content8-text ul li{
	font-size: 1.8rem;
	line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
	.content8 .content8-wrap {
		display: block;
	}
	.content8 .content8-wrap img {
		margin: 0 auto;
	}
	.content8 .content8-text {
		width: 90%;
		padding: 140px 40px 40px 40px;
		margin: -100px auto 0;
	}
}

.content9{
	background-image: url('images/texture-product-tour.png');
	background-repeat: repeat;
	background-color: #51764D;
	padding: 60px 0;
	text-align: center;
}
.content9 h3{
	color: #ffffff;
	font-size: 2.8rem;
	font-family: 'Oracle Sans Semi Bold';
}
.content9 .cta{
	font-family: 'Oracle Sans Bold';
	color: #000000;
	background: #F0CB71;
	border-radius: 6px;
	padding: 20px 60px;
	font-size: 2.2rem;
	text-align: center;
	border: none;
	display: inline-block;
	margin: 50px auto 0;
}

.footer1{
  background-image: url('images/footer-bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #312D2A;
  padding-top: 68px;
  padding-bottom: 50px;
  color: #898989;
  font-size: 1.4rem;
}
.footer1 a{
  text-decoration: underline;
  color: inherit;
}

body{
	position: relative
}
.lightbox{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.lb-form{
	position: relative;
	top: 40px;
  left: 50%;
  transform: translate(-50%, 0%);
	background: #ffffff;
	border-radius: 7px;
	padding: 30px 25px;
	width: 548px;
	max-width: 100%;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.20);
}
.lb-form>p{
	font-size: 1.6rem;
	margin-bottom: 30px;
	color: #000000;
}
.lb-form p span{
	color: #D27F1D;
	font-style: italic;
	font-size: 1.8rem;
	font-family: 'Oracle Sans Semi Bold';
}
.lb-form form{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 10px;
}
.lb-form .form-group{
	width: 244px;
}
.lb-form input[type="text"], .lb-form select{
	border: none;
	border-bottom: solid 1px #8B8580;
	width: 100%;
	font-size: 1.4rem;
	padding: 3px 10px 6px 3px;
}
.lb-form input[type="text"]{
	padding-left: 6px;
}
.lb-form input::placeholder{
	color: #000000;
	opacity: 1;
}
.lb-form input[type="submit"]{
	font-family: 'Oracle Sans Semi Bold';
  color: #ffffff;
  background: #DD8A34;
  border-radius: 6px;
  padding: 20px;
  font-size: 2.2rem;
  text-align: center;
	border: none;
	width: 100%;
}
.lb-close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.lb-close:hover{
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
	.lb-form{
		width: 90%;
	}
  .lb-form .form-group{
    width: 100%;
  }
}
