/* CTA Left */
.c5h-cta-left-wrap p:last-child {
	margin-bottom: 0;
}

.c5h-cta-left-wrap .c5h-cta-icon {
	float: left;
	margin-right: 20px;
}

.c5h-cta-left-wrap .button {
	margin-bottom: 0;
}

.c5h-cta-left-wrap .c5h-cta-button.show-for-large-up {
	float: right;
	margin-left: 20px;
}

.c5h-cta-left-wrap .c5h-cta-button.show-for-medium-down {
	margin-top: 20px;
}

/* CTA Right */
.c5h-cta-right-wrap p:last-child {
	margin-bottom: 0;
}

.c5h-cta-right-wrap .c5h-cta-icon {
	float: right;
	margin-left: 20px;
}

.c5h-cta-right-wrap .button {
	margin-bottom: 0;
}

.c5h-cta-right-wrap .c5h-cta-button.show-for-large-up {
	float: left;
	margin-right: 20px;
}

.c5h-cta-right-wrap .c5h-cta-button.show-for-medium-down {
	margin-top: 20px;
}

/* CTA Center */
.c5h-cta-center-wrap {
	text-align: center;
}

.c5h-cta-center-wrap p:last-child {
	margin-bottom: 0;
}

.c5h-cta-center-wrap .button {
	margin-bottom: 0;
}

.c5h-cta-center-wrap .c5h-cta-button.show-for-large-up {
	display: none!important;
}

.c5h-cta-center-wrap .c5h-cta-button.show-for-medium-down {
	display: block!important;
	margin-top: 20px;
}