.callToAction {
	position: relative;
	width: 100%;
	background: linear-gradient(#3a64b0 0%, #10123b 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.callToAction .boxContentContainer {
	max-width:1920px;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 45px 60px;
	overflow: hidden;
	position: relative;
}

.callToAction .boxBackground {
	display:none;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.callToAction .boxContentWrapper {
  position: relative;
  text-align:center;
}

.callToAction h2 {
	/*font-family:"Times New Roman", Times, serif;*/
	color:#d0b475;
	font-size:3em;
	font-weight: bold;
	margin: 0 0 10px;
}

.callToAction h3 {
	color: #fff;
	font-size: 1.5em;
	margin: 0;
	transform: scaleY(1.25);
	letter-spacing: 0.05em;
}

.callToAction .link {
	margin-top:45px;
}

.callToAction .link a.btn {
	border-color: #d0b5fe !important;
	color: #fff !important;
	background: #a18ac8 !important;
}

.callToAction .link a.btn:hover {
	border-color: #d0b5fe !important;
	color: #fff !important;
	background: #d0b5fe !important;
}

.callToAction .link img {
	max-width: 300px;
	display:inline !important;
}

.callToAction .link a span.unhover {
	display:inline;
}

.callToAction .link a span.hover {
	display:none;
}

.callToAction .link a:hover span.unhover {
	display:none;
}

.callToAction .link a:hover span.hover {
	display:inline;
}