.main-container-wrapper .row.nomargin>section {
    margin-top: 0;
}
div#header {
    background: #4a5cc6;
}
.gdpr-banner {
	padding: 150px 0;
    margin: 0 auto;
    max-width: 840px;
}
.gdpr-banner:before {
	content:'';
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	background-image: url('/sites/default/files/campaigns/campaigns-gdpr-star-top.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: 88px;
}
.gdpr-banner:after {
	content:url('/sites/default/files/campaigns/campaigns-gdpr-star-bottom.png');
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
}
.gdpr-banner h1 {
    color: #fff;
    margin: 0;
    padding: 20px 0 10px;
}
.gdpr-banner p
{
	color: #fff;
}
.main-container-wrapper::before {
    display: none;
}
#mini-panel-product_menu .menu-icon-help-header .product-title a, #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a {
	color : #fff;
}

.product-nav-links .menu li a.active, .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a.active, .main-container-wrapper .product-header-top #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a.active {
	box-shadow: 0 -2px 0 #fff inset;
}
.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a {
	color : #fff;
}

#mini-panel-product_menu .product-nav-links .menu>li>a {
    color: #fff;
}

.banner-content {
	text-align: center;
    margin: 0px auto;
    max-width: 980px;
    background-image: url(/sites/default/files/campaigns/campaigns-gdpr-world-map.png);
    background-repeat: no-repeat;
    background-size: 600px auto;
    background-position: center center;
}
.banner-wrap {
	position: relative;
	margin-bottom: 60px;
}
.banner-wrap:before {
    background: rgba(48,63,159,1);
    background: -moz-linear-gradient( 90deg, rgb(48,63,159) 0%, rgb(74,93,197) 100%);
    background: -webkit-linear-gradient( 90deg, rgb(48,63,159) 0%, rgb(74,93,197) 100%);
    background-repeat: repeat;
    background: -ms-linear-gradient( 90deg, rgb(48,63,159) 0%, rgb(74,93,197) 100%);
    text-align: center;
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.block.block-system .content-wrap {
	max-width: 900px;
}
.content-wrap .row {
	padding: 0px 0px 50px 0px;
}

@media screen and (max-width: 1024px)
{
    .gdpr-banner h1 {
        padding: 0px 0px 10px 0px;
        max-width: 600px;
        margin: 30px auto 0px;
    }

}
@media screen and (max-width: 991px){
	.gdpr-banner {
		padding: 100px 0;
	}
}
@media screen and (max-width: 767px)
{
	#mini-panel-product_menu .product-nav-links .menu>li>a {
    color: #000;
}
	
	.gdpr-banner {
		padding: 120px 0;
		margin: 0 auto;
		max-width: 840px;
	}
	.gdpr-banner:before
	{
		top: 50px;
	}
	.gdpr-banner:after
	{
		bottom: 50px;
	}
	.gdpr-banner h1 {
		margin: 0 auto 0px;
		padding: 30px 0;
	}
}


/*********************** header Part starts ***************************/
.og-context-node-17848 .main-container-wrapper #mini-panel-product_menu, .product-header-top {
	display: none;
}

@media only screen and (max-width:1140px) {
	.og-context-node-17848 .main-container-wrapper #mini-panel-product_menu {
		display: block;
	}
	.og-context-node-17848 .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header {
		display: none;
	}
}

@media only screen and (max-width:767px) {
	.og-context-node-17848 .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header {
		display: block;
	}
	.og-context-node-17848 .mobile-menu-icon {
		display: none !important;
	}
	.og-context-node-17848 .menu-icon-help-header .product-title a {
		margin: 0 0 0 10px;
	}

}
/*********************** header Part ends ***************************/