/* CUSTOM CONTENT AREAS */
.cta-text {
	font-size: var(--large-font);
	height:100%;
}
.cta-text .btn {
	font-size: initial;
	height: 100%;
}
.cta-content .cta-button {
    margin-top: 15px;
}
.button-block img {
	height: 64px;
	width: auto;
	margin-top: 12px;
	margin-left: 10px;
}
.cta-bar .right img {
	padding-right:1.5em;
}
@media only screen and (max-width: 640px) {
	.cta-bar .cta-text {
		padding: 0.5em;
	}
	.cta-bar .button-block img {
		display: none;
	}
	.cta-bar {
		flex-flow: wrap-reverse;
		text-align: center;
	}
	.button-block {
		justify-content: center;
	}
}