/*---	Module Image Signpost Starts	---*/
.signpost_image {
	height:450px;
}
.signpost_image:before {
    background: var(--gradient-mono-linear);
    top: 0;
    left: 0;
    position: absolute;
    content: '';
	width: 100%;
    height: 100%;
}
.image_signpost_content_box{
    background-color: var(--mono1);
    padding: 60px;
    box-shadow: var(--shadow);
	margin-top: -55.5%;
}
.image_signpost__wrapper .image_signpost_content_box{
	min-height: 410px;
}
.image_signpost__wrapper .video-trigger i {
	font-size:2.6rem;
}
.image_signpost_content_box .image_signpost_desc
{
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom:57px;
}
@media all and (max-width:991.98px){
	.signpost_image {
		height:350px;
	}
	.image_signpost_content_box{ padding: 32px 30px; } 
    .image_signpost_content_box .image_signpost_desc { margin-bottom: 31px; }
	.image_signpost__wrapper .image_signpost_content_box {
		min-height: 310px;
	}
}
@media all and (max-width: 767.98px) { 
.image_signpost_content_box{ padding: 30px;}
} 
@media all and (max-width: 575.98px) { 
.image_signpost_content_box{ padding: 32px 30px; margin-top: -10%;} 
.image_signpost__wrapper.pull-right .image_signpost_content__wrapper, .image_signpost__wrapper .image_signpost_content__wrapper {margin: 0;width: 100%;}
}
/*---	Module Image Signpost Ends	---*/
/*-------------------------------------------*/

/*---	Module Text Signpost  Starts	---*/

.text_signpost_item_wrapper .text_signpost_item:nth-child(n + 3){
	margin-top: 30px;
}
/*---	Module Share price & Regulatory News Starts 	---*/
@media screen and (max-width: 575.98px){
	.text_signpost_item_wrapper .text_signpost_item:nth-child(n + 2), .module-shareprice-and-regulatory-news-wrapper .shareprice-and-regulatory-news-item-wrapper [class*="col-"]:nth-child(n + 2){
		margin-top: 30px;
	}	
	.image_signpost__wrapper .image_signpost_content_box {
		min-height: 50px;
	}
}
/*---	Module Share price & Regulatory News Ends 	---*/
/*---	Module Text Signpost Ends 	---*/
