.brand-subheading, .brand-subheading-align-left {
  color: #00904c !important;
  font-size: 22px;
}
@media (max-width: 768px) {
.timeline:before {
height: calc(100% - 240px);
}
}

.page-corp-landing-responsibility .basic-block .basic-block__item-text li a:hover {
    color: white; 
}   
.sustain .circle_img img {
       border: 0px solid #fff !important;
}

.page-general-site-search .search-filter-form__content::before {
    background: #bdd753 !important;
}
.page.page-general-content-about.page-event-list.full--width .rtf.article-content__body h2 {
    margin-top: 50px;
}

.basic-block__links {
font-family: 'FFDINWebProBlack' !important;
}
.footer .copyright, .footer .nav-footer a{
    font-size: 12px;
}


/*blog article*/
section.blog-article {
	max-width: 1024px;
	margin: 40px auto;
}
section.blog-article h1.blog-article-heading {
	color: #00904c;
	font-size: 48px;
        line-height: 100%;
}
section.blog-article span.author {
	font-size: 14px;
	margin: 20px auto;
	display: block;
	font-weight: 700;
}
section.blog-article .article-content__body p {
	margin: 35px auto;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.8;
}
.article-footer-links {
	display: flex;
	max-width: 500px;
	margin: 0px auto;
}
.article-footer-link-box {
	width: 50%;
	margin: 0px;
}
.article-img {
	position: relative;
	display: block;
}
.article-img img {
	width: 100%;
	height: auto;
	max-height: 584px;
}
.article-footer-link-box h2 {
	font-family: 'Trade Gothic LT Bold';
	font-weight: 600;
	font-size: 20px;
	color: #10312B;
}
.article-footer-link-box p {
	font-size: 16px;
	color: #10312B;
}
.article-footer-links .article-footer-link-box:nth-child(1) {
	margin-right: 5%;
	border-right: 2px solid #10312B;
}
.shareIconsBox ul.brand-social-links__container {
	justify-content: space-between;
	max-width: 150px;
	margin-bottom: 15px;
	align-items: center;
}
.shareIconsBox ul.brand-social-links__container a {
	color: #00904c;
}
.shareIconsBox ul.brand-social-links__container h3 {
	margin: 0;
	letter-spacing: 0.5px;
	font-weight: 100;
	font-size: 19px;
}
.mainContDetailBox {
	display: flex;
	max-width: 650px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
.mainContDetailBox .leftBoxCont {
	width: 48%;
	position: relative;
	padding: 15px 15px 15px 0;
}
.mainContDetailBox .rightBoxCont {
	width: 48%;
	padding: 15px 0;
}
.mainContDetailBox .leftBoxCont a {
	margin: 0;
	font-family: 'Trade Gothic LT Bold';
	font-weight: 600;
	font-size: 20px;
	color: #10312B;
}
.mainContDetailBox .leftBoxCont p {}
.mainContDetailBox .rightBoxCont a {
	margin: 0;
	font-family: 'Trade Gothic LT Bold';
	font-weight: 600;
	font-size: 20px;
	color: #10312B;
}
.mainContDetailBox .rightBoxCont p {}
.mainContDetailBox .leftBoxCont:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #000;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}
.blog-heading-sec {
	padding: 0 25px;
}

ul.brand-social-links__container {
    display: flex;
    justify-content: flex-end;
}

/*Media Query Blog Article*/
@media (max-width: 1024px){
.blog-heading-sec {
    padding: 0 25px;
}

.rtf.article-content__body {
    padding: 0 30px;
}

.mainContDetailBox {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 30px;
}

section.blog-article h1.blog-article-heading {
    font-size: 36px;
}
.mainContDetailBox .rightBoxCont {
    width: 100%;
}
}


/*blog article end*/

/*article landing page start*/
.blog_grid_layout {
	padding: 10px 0px;
}
.press_heading h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
	margin: 10px 0px;
}
.press_heading h1 {
	text-align: left;
	letter-spacing: 1px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #10312B000;
	font-size: 74px;
	margin: 10px 0px 0px;
}
.press_heading h2 {
	text-align: left;
	letter-spacing: 1px;
	font-size: 74px;
}
.press_heading p {
	text-align: left;
	color: #00904c;
	font-weight: 700;
	margin: 10px 0px;
}
.full_grid_blog {
	display: table-cell;
	width: 55%;
	vertical-align: middle;
}
.full_grid_blog img {
	width: 100%;
}
.full_grid_text {
	display: table-cell;
	vertical-align: middle;
	width: 45%;
	padding: 0px 80px;
}
.full_grid_text h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	color: #00904c;
	font-weight: 700;
	font-size: 16px;
	margin: 10px 0px;
	padding-bottom: 10px;
	border-bottom: 2px solid #00904c;
	max-width: 80%;
}
.full_grid_text h2,
.half_grid_text h2 {
	letter-spacing: 1px;
	text-align: left;
	font-size: 22px;
	margin: 20px 0px;
	line-height: 1;
}
.date_category {
	text-align: left;
	font-weight: 600;
	font-size: 15px;
	margin: 20px 0px;
}
.full_grid_text h4:before,
.half_grid_text h2:before {
	content: '';
	border-bottom: 2px solid #ffffff;
	position: absolute;
	width: 6px;
	z-index: 9;
	left: 25px;
	bottom: -2px;
	padding-bottom: 10px;
}
.full_grid_text h4:after,
.half_grid_text h2:after {
	content: '';
	border-bottom: 2px solid #ffffff;
	position: absolute;
	width: 6px;
	z-index: 9;
	left: 50px;
	bottom: -2px;
	padding-bottom: 10px;
}
.full_grid_text .btn-link,
.half_grid_text .btn-link {
	background: #7fc349;
	text-align: left;
	min-width: auto;
	min-height: 0px;
	line-height: 2;
	border: 1px solid #7fc349;
}
.full_grid_text .btn-link:after,
.half_grid_text .btn-link:after {
	content: '';
	border-bottom: 2px solid #ffffff;
	position: absolute;
	width: 12px;
	z-index: 9;
	right: 20px;
	bottom: -2px;
	padding-bottom: 10px;
}
.full_grid_text .btn-link:hover,
.half_grid_text .btn-link:hover {
	color: #ffffff;
	border-color: #7fc349;
}
.single_blog_press {
	padding: 50px 0px;
}
.half_press_blog .half-sect-img {
	margin-bottom: 15px;
}
.half_press_blog .half-sect-img img {
	width: 100%;
}
.half_press_blog {
	width: 49%;
	display: inline-block;
	margin-bottom: 80px;
        vertical-align: top;
}
.half_press_blog:nth-child(even) {
	padding-left: 25px;
}
.half_press_blog:nth-child(odd) {
	padding-right: 25px;
}
.press_heading {
	padding-left: 60px;
}

.half_press_blog .half-sect-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

/*media query for article landing page*/

@media (max-width: 1024px){
.blog_grid_layout {
    padding: 10px 0;
}

.single_blog_press {
    padding: 20px 0;
}

.container {
    width: 100%;
    max-width: 100%;
}

.press_heading {
    padding: 0px 20px;
}

.press_heading h1, .press_heading h2 {
    font-size: 34px;
}

.press_heading h1, .press_heading h2 {
    font-size: 34px;
}

.full_grid_text {
    display: block;
    width: 100%;
    padding: 25px;
}

.half_grid_text {
    padding: 0px 20px;
}


.half_press_blog:nth-child(odd) {
    padding-right: 0px;
}

.half_press_blog {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.half_press_blog:nth-child(even) {
    padding-left: 0px; 
}
}

@media screen and (max-width: 48em){
.btn {
    font-size: 16px;
}}

/*article landing page end*/
