section.hasContentbuilder {
}


section.hasContentbuilder .columnLayout {
padding-top:60px;
padding-bottom:0;
}



section.hasContentbuilder .columnLayout .col {
	margin-bottom: 60px;
}

section.hasContentbuilder .columnLayout.full-width > .col {
margin-top:0;
	width: 100%;
	max-width: 100%;
}


@media screen and (max-width: 999px) {
	section.hasContentbuilder .columnLayout.half-half > .col:last-child {
		margin-top: 0 !important;
	}
}

@media screen and (min-width: 1000px) {
	section.hasContentbuilder .columnLayout.half-half > .col {
		width: calc((100% - 70px) / 2);
	}

	section.hasContentbuilder .columnLayout.half-half > .col:first-child {
		float: left;
	}

	section.hasContentbuilder .columnLayout.half-half > .col:last-child {
		float: right;
	}

	section.hasContentbuilder .columnLayout.wide-narrow > .col:first-child {
		width: calc(100% - 400px);
		max-width: 750px;
		float: left;
	}

	section.hasContentbuilder .columnLayout.wide-narrow > .col:last-child {
		width: 330px;
		float: right;
	}
}







section.hasContentbuilder img {
	width: 100%;
	max-width: 100% !important;
	height: auto !important;
	display: block;
}

section.hasContentbuilder iframe {
	max-width: 100% !important;
}