/*updated style file for new changes*/

/***********impact-and-insight-page style***********/
.impact-and-insight-page {
    margin-bottom: 0;
}
.impact-and-insight-page .about-impact {
    margin-top: 22px;
}
.impact-and-insight-page .impact-video-wrapper {
    display: flex;
}
.impact-and-insight-page .impact-video-wrapper .impact-video {
	width: 379px;
}
.impact-and-insight-page .impact-video-wrapper .impact-video iframe {
    border: 0;
}
.impact-and-insight-page .impact-video-wrapper .impact-content {
	width: calc(100% - 379px);
	padding-left: 30px;
	font: 18px/26px roboto-regular;
	color: #666;
}

/*****************impact slider*****************/
.impact-and-insight-page .impact-slider {
    margin-top: 90px;
}
.impact-and-insight-page .impact-slider .owl-carousel .owl-item {
    padding: 0;
	margin: 0;
}
.impact-and-insight-page .slider-item-wrap {
    position: relative;
}
.impact-and-insight-page .impact-slider .slider-img {
    height: 304px;
}
.impact-and-insight-page .impact-slider .slider-img img {
    height: 100%;
	display: block;
	width: 100%;
}
.impact-and-insight-page .slider-item-wrap .slider-title {
    position: absolute;
	top: 0;
	bottom: 0;
	left: 85px;
	background: rgba(0,0,0,0.7);
	width: 380px;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.impact-and-insight-page .slider-item-wrap .slider-title a {
    font: 24px/36px roboto-regular;
	color: #fff;
	transition: opacity 0.2s ease;
}
.impact-and-insight-page .slider-item-wrap .slider-title a:hover {
    text-decoration: none;
	opacity: 0.8;
}
.impact-and-insight-page .impact-slider .owl-next,
.impact-and-insight-page .impact-slider .owl-prev {
	position: absolute;
	font-size: 0;
	height: 40px;
    width: 22px;
	top: calc(50% - 20px);
}
.impact-and-insight-page .impact-slider .owl-prev {
    left: 25px;
	background: url(../images/impact/slider_prev_white.png)no-repeat;
}
.impact-and-insight-page .impact-slider .owl-next {
    right: 25px;
	background: url(../images/impact/slider_next_white.png)no-repeat;

}


/***********************************************/

/*our story tab style*/
.impact-and-insight-page .full-width-region {
    overflow-x: hidden;
}
.impact-and-insight-page .impact-our-story {
    margin-top: 62px;
}
#story-tabs {
    width: 100%;
	padding: 0;
	display: flex;
	justify-content: center;
	margin: 0;
}
#story-tabs li {
	float:left; 
    list-style:none;
	margin-right: 30px;
	max-width: 220px;
    text-align: center;
}
#story-tabs li:last-child {
    padding-right: 0;
}
#story-tabs li a {
    cursor: pointer;
	font: 16px/22px roboto-regular;
	color: #666;
	padding-bottom: 22px;
	display: inline-block;
	height: 100%;
    width: 100%;
	position: relative;
	transition: all 0.2s ease;
}
#story-tabs li a:after {
    content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 8px;
	background: #00988b;
	opacity: 0;
	transition opacity 0.2s ease;
}
#story-tabs li a:hover:after,
#story-tabs li a:not(.inactive):after {
    opacity: 1;
}
#story-tabs li a:hover {
	font: 16px/22px roboto-bold; 
	color: #00988b;
	text-decoration: none;
}
#story-tabs li a:not(.inactive) {
    font: 16px/22px roboto-bold; 
	color: #00988b;
	/*width: 100%;
    height: 100%;*/
	/*border-bottom: 8px solid #00988b;*/
    display: inline-block;
}
.story-tab-content {
	padding: 35px 0 80px;
    background: #00988b;
    position: relative;
	z-index: 3;  
}
.story-tab-content:before,
.story-tab-content:after {
    content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	background:#00988b;
	z-index: 1;
	display: block;
}
.story-tab-content:before {
    left: -50%;
}
.story-tab-content:after {
    right: -50%
}
.tab-content .tab-main-desc {
	max-width: 750px;
    margin: auto;
    text-align: center;
	font: 18px/24px roboto-regular;
	color: #fff;
	margin-bottom: 35px;
}
.tab-img-wrap {
    position: relative;
}
.tab-img-wrap .tab-img-title {
	position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 473px;
    height: 100%;
    background: rgba(0,0,0,0.7);
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    padding: 40px 40px 37px;
}
.tab-img-wrap .tab-img-title .title {
    margin-bottom: 23px;
}
.tab-img-wrap .tab-img-title .title a {
	font: 21px/28px roboto-bold;
	color: #fff;
	transition: all 0.2s ease;
	text-decoration: underline;
}
.tab-img-wrap .tab-img-title .title a:hover {
    opacity: 0.8;
	/*text-decoration: none;*/
}
.tab-img-wrap .tab-img-title .read-more a {
    display: inline-block;
	font:  12px/16px roboto-regular;
 	color: #00988b;
    padding: 9px 20px;
    letter-spacing: 4px;
	background: #fff;
	transition: all 0.2s ease;
}
.tab-img-wrap .tab-img-title .read-more a:hover {
	background: #00988b;
	color:#fff;
	text-decoration: none;
}
/***************************************************/


/***************Highlights Style*******************/

.post-type-archive-highlights .highlight-list {
	float: left;
	width: 100%;
	margin: 28px 0 0!important;
}
.post-type-archive-highlights .highlight-list .two-rows-wrapper {
    display: flex;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.post-type-archive-highlights .highlight-list .two-rows-wrapper:last-child {
    margin-bottom: 0;
}
.post-type-archive-highlights .highlight-list .highlight-item-wrapper {
    height: 100%;
	background: #f2f2f2;
}
.post-type-archive-highlights .highlight-list .highlight-item {
    width: 25%;
}
.highlight-item .highlight-img {
    float: left;
	width: 100%;
}
.highlight-item .highlight-img img {
    height: 165px;
	width: 100%;
	object-fit: cover;
	margin: 0!important;
}
.highlight-item .highlight-title {
    float: left;
	width: 100%;
	background: #f2f2f2;
	padding: 15px;
}
.highlight-item .highlight-title a {
	font: 16px/24px roboto-regular;
    color: #666;
}
.post-type-archive-highlights .highlights-filter .input-fields {
	display: flex;
    min-height: 65px;
    align-items: flex-start;
    padding: 15px 10px;
}
.post-type-archive-highlights .highlights-filter .input-fields .input-box {
   	text-align: left;
    padding-right: 15px;
    display: flex;
	min-width: 223px;
}

/**************************************************/
/*************dropdown style for highlight menu**************/
.menu-main-menu-container #menu-main-menu>li:nth-child(2)> .dropdown-menu >.menu-item:last-child {
    position: relative;
    display: none;
}
.menu-main-menu-container #menu-main-menu>li:nth-child(2)> .dropdown-menu >.menu-item:last-child a {
    padding-bottom: 15px;
}
.menu-main-menu-container #menu-main-menu>li:nth-child(2)> .dropdown-menu >.menu-item:last-child > .dropdown-menu {
	background: #fff;
	/*background: rgba(50, 51, 50, 0.9);*/
    padding: 0;
    top: 30px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.menu-main-menu-container #menu-main-menu>li:nth-child(2)> .dropdown-menu >.menu-item:last-child > .dropdown-menu a {
    /*padding: 10px;*/
    font: 14px/18px roboto-regular;
    color:#666;
    /*color: #98c93c;*/
    text-align: center;
    padding: 45px 15px;
}
.menu-main-menu-container #menu-main-menu>li:nth-child(2)> .dropdown-menu >.menu-item:last-child > .dropdown-menu a:hover {
	color: #247fc4;
	/*color: #fff;*/
}

/************************************************************/

.magzine-carousel .magzine-carousel-list .owl-item img {
	object-fit: cover;
    object-position: top;
}
/**********************Responsive Style*************************/

@media screen and (max-width: 767px){ 
	.post-type-archive-highlights .highlight-list .highlight-item {
		width: 100%;
	}
	.impact-and-insight-page .impact-video-wrapper {
		display: block;
	}
	.impact-and-insight-page .impact-video-wrapper .impact-video {
		width: 100%;
	}
	.impact-and-insight-page .impact-video-wrapper .impact-video iframe {
		width: 100%!important;
	}
	.impact-and-insight-page .impact-video-wrapper .impact-content {
		width: 100%;
		padding-left: 0;
    	padding-top: 5px;
	}
	.impact-and-insight-page .green-title {
		margin-bottom: 15px;
	}
	.impact-and-insight-page .impact-slider {
		margin-top: 40px;
	}
	.impact-and-insight-page .impact-slider .slider-img {
		height: 180px;
		object-fit: cover;
	}
	.impact-and-insight-page .slider-item-wrap .slider-title {
		position: static;
		width: 100%;
		padding: 20px;
	}
	.impact-and-insight-page .slider-item-wrap .slider-title a{
		font: 18px/26px roboto-regular;
	}
	.impact-and-insight-page .impact-our-story {
		margin-top: 30px;
	}
	#story-tabs li {
		width: 25%;
		margin-right: 15px;
	}
	#story-tabs li a:not(.inactive),
	#story-tabs li a {
		font: 12px/14px roboto-regular;
	}
	.tab-img-wrap .tab-img-title {
		position: static;
		width: 100%;
	}
	.tab-img-wrap img {
		height: auto;
		width: 100%;
	}
	.tab-img-wrap .tab-img-title {
		padding: 20px 20px 17px;
	}
	.tab-img-wrap .tab-img-title .title a {
		font: 18px/24px roboto-regular;
	}
	.story-tab-content {
		padding: 35px 0 40px;
	}
	.menu-main-menu-container #menu-main-menu>li:nth-child(2)> .dropdown-menu >.menu-item:last-child a {
		padding-bottom: 9px;
		margin: 0;
	}
	.menu-main-menu-container #menu-main-menu>li:nth-child(2)> .dropdown-menu >.menu-item:last-child > .dropdown-menu {
		padding: 0;
    	background: none;
    	box-shadow: none;
	}
	.menu-main-menu-container #menu-main-menu>li:nth-child(2)> .dropdown-menu >.menu-item:last-child > .dropdown-menu a {
		text-align: left;
	}
}
@media screen and (max-width: 991px){ 
	.post-type-archive-highlights .highlight-list .highlight-item {
		margin-bottom: 30px;
	}
	.post-type-archive-highlights .highlight-list .two-rows-wrapper {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){ 
	.post-type-archive-highlights .highlight-list .highlight-item {
		width: 50%;
	}
}
@media screen and (max-width: 1024px){ 
    .post-type-archive-highlights .highlights-filter .input-fields {
		display: block;
		padding: 10px;
	}
	.post-type-archive-highlights .highlights-filter .input-fields .input-box {
		margin-bottom: 5px;
	}
}