.page-title-block {
	background: url("../images/bg-global.png") no-repeat;
    background-size: cover;
    text-align: center;
    padding: 20px;
    color: #FFF;
}

.page-title-block .page-title {
	text-align: center;
	color: #FFF;
	font-size: 38px;
	line-height: 46px;
	font-weight: 700;
}

.page-title-block h2.sub-title {
	font-size: 28px;
	color: #FFF;
	font-weight: 200;
}

textarea {
	width: 100%;
}


.blog-carousel { position: relative; }
.blog-carousel:after, .blog-carousel:before {
  content: '';
  z-index: -1;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center; }
.blog-carousel:before {
  left: -105px;
  bottom: 40px;
  width: 210px;
  height: 220px;
  background-image: url(../images/blog/shape-1.png); }
.blog-carousel:after {
  top: -30px;
  right: -65px;
  width: 230px;
  height: 210px;
  background-image: url(../images/blog/shape-2.png); }
  
  
  .gdpr [class^="icon-"] {
 font-size:40px;
 color:#5684c5
}
.gdpr h3 {
 font-size:40px;
 margin-bottom:30px
}


.footer-bottom .contextual-region .contextual .contextual-links a {
    color: #2968B1 !important;
}


.path-press-clippings .share-links ul li {
  font-size: 1.2rem;
  margin-left: 20px;
}