.sustainability-cover-wrapper {
	width: 100%;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-color: #00529B;
	position: relative;
	height: auto;
	display: inline-block;
	padding-top: 20px;
	background-image: url("../jpg/header-bg.jpg");
	background-position: center;
}
.sustainability-cover-wrapper, .main-branding-photo, body, html {
	height: auto;
}
.chief_brand_message {
	padding:250px 20px 250px 20px;
	text-shadow: 2px 2px #000;
	height: 88%;
	margin: auto;
	float: none;
}
.chief_brand_message_inner {
	position: relative;
}
.chief_brand_message_inner h1 {
	font-size: 70px;
	font-weight: bold;
	color:#fff;
	font-family: 'Roboto Slab' , serif;
	line-height: 95%;
}
.chief_brand_message_inner span{
	color:var(--sky);
}

.chief_brand_message small {
	font-size: 25px;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: 2px 2px #000000;
	font-weight: 400;
	margin-bottom:30px;
	display: block;
}
.chief_brand_message_inner .btn-lg {
	background: #fff none repeat scroll 0 0;
    border-color: var(--sky);
    border-style: solid;
    border-width: 2px;
    color: #001e44;
    font-size: 22px;
    text-shadow:none;
    width:300px;
    padding-top:20px;
    padding-bottom:20px;
}
	
.chief_brand_message_inner .btn-lg:hover, .chief_brand_message_inner .btn-lg:active, .chief_brand_message_inner .btn-lg:focus {
    background: var(--sky) none repeat scroll 0 0;
    border-color: #fff;
    color: #000;
}

/******* Styles for the down arrow ***********/

.down-arrow img {
	width: auto;
}
.down-arrow {
	bottom: 0;
	float: none;
	margin: auto;
	position: relative;
	text-align: center;
	top: 25px;
}

@media (max-width: 1200px) {
			.chief_brand_message_inner .btn-lg {
			float:none!important;
			margin-bottom:20px;
		}
}

@media (max-width: 991px) {}
@media (max-width: 767px) {
	.chief_brand_message_inner h1 {
		font-size: 50px;
	}
}
@media (max-width: 600px) {}
@media (max-width: 480px) {
	.chief_brand_message_inner h1 {
		font-size: 35px;
	}
	.chief_brand_message small {
		font-size: 18px;
	}
	.chief_brand_message .btn {
		font-size: 16px;
		padding: 8px 12px;
		margin-top: 5px;
	}
}
@media (max-width: 320px) {}