.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); }


  .webform-submission-form div.js-form-type-checkbox input[type="checkbox"] {
  top: 0;
}


.webform-submission-form #edit-actions
{
	padding-top: 30px;
}