.container-fluid {
	padding-left: 0;
	padding-right:  0;
}
.row-0 {
	margin:  0;
}
.row-0 .col-xl-6 {
	padding:  0;
}
.wd-full-width-columns {
	background-color: #454a5b;
}
.wd-full-width-columns .wrapper {
	padding-left:  55px;
	max-width:  585px;
	position:  relative;
	top:  50%;
	-webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.wd-full-width-columns .wrapper h2 {
	font-family: 'source_sans_probold', Arial, sans-serif;
	font-size: 20px;
	line-height:  27px;
	color: #fff;
	margin:  0 0 15px;
}
.wd-full-width-columns .wrapper p {
	font-family: 'source_sans_proregular', Arial, sans-serif;
	font-size:  16px;
	line-height:  32px;
	color:  #fff;
	margin:  0 0 40px;
}
.wd-full-width-columns .wrapper p strong {
	font-weight:  400;
	font-family: 'source_sans_probold', Arial, sans-serif;
}
@media (max-width: 1200px) {
	.wd-full-width-columns img {
		max-width:  none;
		width:  100%;
		height:  auto;
	}
	.wd-full-width-columns .wrapper {
		padding:  15px;
		max-width: none;
	}
}
@media (max-width: 992px) {
	.wd-full-width-columns .wrapper p {
		margin-bottom: 20px;
	}
}