/*Media Responsive*/
@media screen and (max-width:767px) {
    .mobilecontent
    {display:block;}
    .desktopcontent
    {display:none;}
  }
/*Media Responsive End Section*/

/*Styling for new development*/
@media screen (max-width:767px){
	.td-main-content-wrap .td-container-wrap .country-landing-content .contentmobile {
		display:none:
	}
}
#sectionCountryLandingBanner{
	display:none;
}

.ss-report-name{
	padding: 0 0 5px 0;
}
.ss-report-date{
	padding: 0 0 5px 0;
}

.bridge{
	opacity:1;
}

.section-country-main {
    padding-top: 0px;
}

.td-main-content-wrap {
    padding-top: 20px;
}

.banner_text_style_desktop{
	color:white;
	font-size:40px;
}

.banner_text_style_desktop_p{
	color:white;
	font-size:40px;
}

.banner_text_style_mobile{
	color:white;
	font-size:18px;
}

.sm-title{
	display:none;
}
.asp_product_item 
.asp_product_name{
	font-size:18px;
	line-height:1;
}

.asp_product_item{
	border:none;
}

/*responsive settings for new changes (as of August-September 2020)*/ 
@media screen and (max-width:767px) {
	.mobilecontent
    {display:block;}
    .desktopcontent
    {display:none;}
}

@media (min-width:767px) {
  	.mobilecontent
  	{display:none;}
	.desktopcontent
    {display:block;}
}

/*custom css change for reload*/
/*banner settings for /insights and /country_sector */
.containerbanner {
	position: relative;
	text-align: center;
	color: white;
	font: roboto;
	display: inline-block;
}
.containerbanner .centered {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.containerbannerdesktop {
	position: relative;
	text-align: center;
	color: white;
	font: roboto;
	display: inline-block;
}
.containerbannerdesktop .left {
	position: absolute;
	top: 50%;
	left: 35%;
	transform: translate(-50%, -50%);
	text-align: left;
}

.ss-title-desktop{
	margin-left:30px;
}
.ss-report-name{
	font-size:20px
}

.td-main-content-wrap {
    padding-bottom: 0px;
}
/*Styling for new development End Section*/


/*Country Sector page title spacing*/
.scl-item-title{
	line-height: 1.3;
	padding-top: 50px;
	padding-right: 0px;
	text-align: left; 
	letter-spacing: 2px;
	font-size: 35px;
}
/*Country Sector page title spacing End Section*/

/*page title mobile*/
.scl-item-title-mobile{
	line-height: 1;
	padding top: 40px;
	font-size: 15px;
	color: white;
}

/*Insights page selection form deletion*/
#sectionCountryLandingForm {
    display: none;
}
/*Insights page selection form deletion End Section*/

/*Homepage filter deletion*/
/*
.td-grid-style-7 .td-big-grid-post-0 .td-module-thumb a:last-child::before {
    opacity: 0;
}

.td-grid-style-7 .td-big-grid-post-1 .td-module-thumb a:last-child::before {
	opacity: 0;
}

.td-grid-style-7 .td-big-grid-post-2 .td-module-thumb a:last-child::before {
    opacity: 0;
}

.td-grid-style-7.td_block_big_grid_3 .td-big-grid-post-2 .td-module-thumb a:last-child::before, .td-grid-style-7.td_block_big_grid_4 .td-big-grid-post-2 .td-module-thumb a:last-child::before, .td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-2 .td-module-thumb a:last-child::before, .td-grid-style-7.td_block_big_grid_10 .td-big-grid-post-2 .td-module-thumb a:last-child::before, .td-grid-style-7.td_block_big_grid_12 .td-big-grid-post-2 .td-module-thumb a:last-child::before, .td-grid-style-7 .td-big-grid-post-3 .td-module-thumb a:last-child::before, .td-grid-style-7 .td-big-grid-post-7 .td-module-thumb a:last-child::before {
    opacity: 0;
}

.td-grid-style-7.td_block_big_grid_3 .td-big-grid-post-3 .td-module-thumb a:last-child::before, .td-grid-style-7 .td-big-grid-post-4 .td-module-thumb a:last-child::before {
    opacity: 0;
}
*/

.menu-newsletter {
background-color:#ff7700;
border:0px;padding: 1px 1px;
}
.menu-newsletter a,  .menu-newsletter a:hover, .menu-newsletter a:active {
color:#fff !important;
}