.compliance{
	height: 350px;
	background: #061e2b;
	color: #FFF;
	position: relative;
}
.compliance .col-md-4{
	padding: 0;
}
.content{
	height: 100%;
}
.content .imgContainer{
	height: 100%;
}
.content .imgContainer img{
	position: absolute;
    bottom: 0;
    right: 50px;
}
.compliance .left img, .compliance .right img{
	max-width: 100%;
	height: 100%;
}
.compliance .left{
	text-align: left;
}
.compliance .right{
	text-align: right;
}
.content .col-xs-12{
	padding: 0;
}
.content .imgContainer img{
	max-width: 100%;
}
.content .ctaContainer{
	height: 100%;
}
.content .ctaContainer .ctaWrapper{
	position: absolute;
	top: 50%;
	transform: translateY(-55%);
}
.ctaWrapper h2, .ctaWrapper h3{
	margin: 0;
	font-weight: 600;
}
.ctaWrapper h3{
	padding-top: 15px;
	padding-bottom: 60px;
	font-weight: 600;
}
.ctaM {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    padding: 15px 40px;
    border: 3px solid;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
}
.ctaM:hover {
    color: #fff;
    background: #00a485;
    border: 3px solid #00a485;
    text-decoration: none;
}
@media screen and (max-width:1800px) and (min-width:768px){
	.left{
		width: 1%;
		position: absolute;
	}
	.right{
		width: 100%;
	    position: absolute;
	    right: 0;
	}
	.content{
		z-index: 1;
	}
	.compliance .left img, .compliance .right img{
		max-width: none;
	}
	.content{
		width: 100%;
	}
}
@media screen and (max-width:767px){
	/* .content .imgContainer img{
		right: 25px;
	} */
	.content .imgContainer{
		height: 50%;
	}
	.content .ctaContainer {
	    height: 50%;
	}
	.content .ctaContainer .ctaWrapper{
		transform: translateY(-55%) translateX(-50%);
		left: 50%;
		text-align: center;
		width: 100%;
	}
	.content .imgContainer img{
		transform: translateX(-50%);
		left: 50%;
		height: 100%;
	}
	.ctaWrapper h3{
		padding-bottom: 35px;
	}
	/* .ctaM{
		padding: 15px 20px;
		display: inline-block;
		text-align: center;
	}
	.ctaWrapper{
		padding: 0 10px;
	} */
}
/* @media screen and (max-width:600px){
	.content .imgContainer img{
		right: 10px;
	}
} */