/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
.typography-cta.cta {
	font-size: 16px;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
	padding: 0 20px;
	bottom: auto;
	top: 84%;
}
.typography-cta.cta a {
	color: #6e6e73;
}
.monarch.typography-cta.cta {
	font-size: 16px;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
	padding: 0 20px;
	bottom: auto;
	top: 88%;
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.typography-cta.cta {
		bottom: auto;
		top: 85%;
	}
	.monarch.typography-cta.cta {
		bottom: auto;
		top: 88%;
		font-size: 16px;
		line-height: 1.3;
	}
}
@media only screen and (min-width: 735px) and (max-width: 960px) {
	.monarch.typography-cta.cta {
		max-width: 320px;
		top: 85%;
	}
}
@media only screen and (max-width: 734px) {
	.typography-cta.cta {
		bottom: auto;
		font-size: 15px;
		top: 35%;
	}
	.monarch.typography-cta.cta {
		bottom: 12px;
		font-size: 15px;
		padding-left: 50px;
		top: auto;
	}
}
@media only screen and (max-width: 359px) {
	.typography-cta.cta, .monarch.typography-cta.cta {
		font-size: 12px;
	}
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
