/* C11 V2 */
/* Desktop Styles -- this style is here because components don't allow tags in component source */
@media only screen and (min-width: 961px) {
	.cta-img-outline {
		background-image: url(/administration/marketing/img/component-library-assets/aerial.jpg);
	}
}

/* C11 V1 and V2 CTA */
#c11 {
	max-width: 100%;
}

.c11.cta {
	max-width: 100%;
	font-family: "Neue Helvetica Condensed", "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
	color: rgb(51, 51, 51);
	background: linear-gradient(360deg, #0E3A1F 0%, #104422 100%);
	font-size: 1em;
	line-height: 1.4;
}

.c11.cta p,
.c11.cta a {
	font-size: 1em;
	line-height: 1.4;
	color: #fff;
}

.ctabody {
	width: 80%;
	flex-direction: column;
	align-items: center;
	padding: 30px 0;
	margin: 0 auto;
}

.exone .ctabody.fb {
	justify-content: space-between;
	margin: 0 auto;
	width: 1100px;
	max-width: 100%;
	box-sizing: border-box;
}

/** CTA Icon SVG **/
.ctaicon {
	flex-direction: column;
}

.ctaicon svg {
	width: 100%;
	max-width: 100px;
}

.st0 {
	fill: none;
	stroke: #fff;
	stroke-width: 5;
}

.st1 {
	fill: var(--color-lime);
}

.st2 {
	fill: #FED53D;
}


/** CTA Copy **/
.ctatext {
	padding: 3%;
	align-items: center;
	text-align: center;
	flex-direction: column;
	box-sizing: border-box;
}

.ctaheader {
	padding-bottom: 3%;
	font-size: 1.2em;
	font-weight: 600;
	color: var(--color-evergreen);
	padding: 2px 2px 0 2px;
}

.ctaheader h3 {
	margin: 0 0 0 0;
	color: #fff;
	display: inline;
	padding: 3px;
}

.v2 .ctaheader h3:empty {
	display: none;
}

.v1 .ctaparagraph {
	margin-top: 2%;
}

/** CTA Links **/
.cta_links {
	text-align: center;
	color: var(--color-evergreen);
	flex-direction: column;
}

.c11 .ctabutton {
	text-decoration: none;
	width: 100%;
	font-weight: 600;
	padding: 5px 25px;
	border: 0px solid;
	border-radius: 3px;
	color: var(--color-evergreen);
	transition: background-color 500ms;
	transition-property: background-color;
	transition-duration: 500ms;
	transition-timing-function: ease;
	transition-delay: 0s;
	background-color: inherit;
	border: 2px solid #e3e696;
	border-radius: 0px;
	margin: 0.5em;
	text-transform: uppercase;
	box-sizing: border-box;
}

.c11.v2 .ctabutton {
	width: 200px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/** Hover **/
.ctabutton:hover {
	background-color: var(--color-lime);
	border: 2px solid var(--color-lime);
}

.c11 {
	margin-top: 0;
}

@media (max-width: 1400px) {
	.exone .cta .ctabody {
		padding: 3%;
	}
}

/* Desktop Styles */
@media only screen and (min-width: 961px) {
	.ctabody {
		flex-direction: row;
	}

	.ctaicon svg {
		max-width: 200px;
	}

	/** CTA Copy **/
	.ctaheader {
		width: auto;
		padding: 2px 2px 0 2px;
	}

	.cta_links {
		flex-basis: 33%;
	}
}

/* V2 */
.v2 .ctabody {
	text-align: center;
	padding: 30px 2%;
	box-sizing: border-box;
}

/** CTA Icon SVG **/

/** CTA Copy **/
.v2 .ctatext {
	padding: 0% 3%;
}

.v2 .ctaheader {
	padding-bottom: 3%;
	font-size: 1.2em;
	font-weight: 600;
}

.ctaparagraph {
	width: 95%;
}

/** CTA Links **/

.v2 .cta_links {
	margin: 2% 0%;
	padding: 1%;
	text-align: center;
	color: var(--color-evergreen);
}

/** Hover **/
.v2 .ctalink:hover {
	background-color: var(--color-lime);
	border: 0px solid;
	transition: background-color 600ms;
	border: 2px solid var(--color-lime);
}

/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 700px) {
	.ctaparagraph {
		width: 90%;
	}
}

@media only screen and (min-width: 701px) and (max-width: 960px) {
	.ctaparagraph {
		width: 75%;
	}
}

/* Desktop Styles */
@media only screen and (min-width: 961px) {
	.v2.cta {
		width: 100%;
		height: 275px;
		display: inline-flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		color: #333;
	}

	.v2.cta {
		display: flex;
		align-items: center;
	}

	.v2 .ctabody {
		width: 75%;
		display: flex;
		flex-direction: row;
		align-items: center;
		text-align: center;
	}

	.cta-img {
		position: relative;
		left: -85px;
		height: 140%;
		width: 400px;
		outline: 2px solid #e0e0e0;
		outline-offset: 15px;
		transform: rotate(45deg);
		overflow: hidden;
	}

	.v2 .ctatext {
		padding: 3% 0 0 0;
	}

	.v2 .ctaheader {
		padding: 2px 2px 1% 2px;
		margin-bottom: 1%;
	}

	.cta-img-outline {
		position: absolute;
		top: -20px;
		left: -57px;
		height: 300px;
		width: 600px;
		background-size: cover;
		transform: rotate(-45deg);
		background-position: center;
	}

	.ctaparagraph {
		width: 80%;
		font-weight: 500;
		text-align: center;
	}

	.v2 .cta_links {
		margin: 0%;
		padding: 0%;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		font-size: .9em;
		flex-wrap: wrap;
	}

	.v2 .ctalink {
		padding: 5px 25px;
		text-align: center;
		text-decoration: none;
		font-weight: 600;
		margin: 0 15px;
		border-radius: 3px;
	}
}

/* End C11 V1 and V2 */