/* CTA Button Styler (generated) */
.cta101 {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	background-color: #1e73be;
	color: #ffffff;
	border-color: #1e73be !important;
	border-width: thin !important;
	border-style: solid !important;
	border-radius: 5px !important;
	font-weight: bold;
	cursor: hand;
	-webkit-animation: pulsing 7s 5 cubic-bezier(0.1, 0.7, 0.1, 1);
	-moz-animation: pulsing 7s 5 cubic-bezier(0.1, 0.7, 0.1, 1);
	-ms-animation: pulsing 7s 5 cubic-bezier(0.1, 0.7, 0.1, 1);
	animation: pulsing 7s 5 cubic-bezier(0.1, 0.7, 0.1, 1);
}

.cta101:hover {
	background-color: #ffffff;
	color: #1e73be;
	font-weight: bold;
	border-color: #1e73be !important;
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
}

.cta101 > a {padding: 0 !important; background: transparent !important; color: #ffffff !important;}
.cta101:hover > a {padding: 0 !important; background: transparent !important; color: #1e73be !important;}

/* Animation */
@-webkit-keyframes pulsing {
	to {
		box-shadow: 0 0 0 50px #fea92c00;
	}
}

@-moz-keyframes pulsing {
	to {
		box-shadow: 0 0 0 50px #fea92c00;
	}
}

@-ms-keyframes pulsing {
	to {
		box-shadow: 0 0 0 50px #fea92c00;
	}
}

@keyframes pulsing {
	to {
		box-shadow: 0 0 0 50px #fea92c00;
	}
}

