/*Call to action module at the bottom of each page*/

.cta-specialty-section {
    background: #a5d6ef; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #a5d6ef, #a5d6ef); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #a5d6ef, #a5d6ef); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #a5d6ef, #a5d6ef); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #a5d6ef, #a5d6ef); /* Standard syntax (must be last) */
}

.cta-row {
	padding-top: 3% !important;
	padding-left: 25% !important;
	padding-bottom: 0% !important;
}

.cta-paragraph {
	padding-left: 5% !important;
	padding-top: 2% !important;
}

.cta-paragraph-2020 {
	font-size: 1.2em;
	color: black;
}

.cta-icons {
	padding-top: 1%;
}

img.cta-icons {
	width: 20%;
}

@media (max-width: 680px) {
	.cta-row {
	padding-top: 3% !important;
	padding-left: 0% !important;
	padding-bottom: 0% !important;
	}
	img.cta-icons {
	width: 30%;
	}
}