


/************************************************************/

@media screen and (min-width: 320px)  {



				.CTA {
					display: inline-block;
					padding: 5px 10px;
					font-family: 'Lato', sans-serif;
					font-weight: 500;
					text-transform: uppercase;
					font-size: 0.8em;
					line-height: 1.125em;
					color: #fff !important;
					background-color: #0468B0;
					border: 0;
					border-radius: 3px;
					letter-spacing: 1px;
				}

}


/************************************************************/

@media screen and (min-width: 992px)  {


		.CTA {
			font-size: 1.25em;
		}


}



