/* Color Tokens */
.color-tokens {
	color: #00338E; /* $primary */
	background-color: #39892F; /* $secondary */
	border-left-color: #DAE8FE; /* $tertiary */
	border-right-color: #F0F0F0; /* $light */
	border-bottom-color: #1A1A1A; /* $dark */
	border-top-color: #707070; /* $text */
}
/* End Color Tokens */

/* Animation HC1 Styles */
.slide-in {
	z-index: 1;
}

.slide-panel.hc1 {
	position: relative;
	padding: 0;
	clear: both;
}

.slide-panel.hc1 .animation {
	position: relative;
	height: 46vh;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #F0F0F0; /* $light */
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 27.5em;
	border-bottom: solid 1.125em #39892F; /* $secondary */
}

.home .slide-panel.hc1 .animation {
	height: 48vh;
}

.slide-panel.hc1.slide-panel-hie .animation {
	height: 21em;
}

.partners .slide-panel.hc1 .animation {
	border-color: #00338E; /* $primary */
}

.no-flexbox .slide-panel.hc1 .animation {
	height: 44em;
}

.slide-panel.hc1 .slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
	left: 0;
}

.slide-panel.hc1 .slide:first-child {
	display: block;
}

.slide-panel.hc1 .slide .main {
	height: 100%;
}

.slide-panel.hc1 .slide img.slide-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
}

.slide-panel.hc1 .info {
	position: absolute;
	display: block;
	text-align: center;
	background-color: #DAE8FE;
	margin: 0px 0px 0px 60px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 60%;
	min-width: 45%;
}

.partners .slide-panel.hc1 .info {
	text-align: left;
	width: 100%;
	max-width: 856px;
}

.no-csstransforms .slide-panel.hc1 .info {
	top: 10em;
}

.slide-panel.hc1 .slide.align-center .info {
	text-align: center;
	margin: 0 auto;
}

.slide-panel.hc1 .small-text .info {
	font-size: .85em;
	width: 60%;
}

.slide-panel.hc1 .small-text .info .btn {
	font-size: 1.25em;
}

.slide-panel.hc1 .info h2 {
	font-size: 2.6111em;
	color: #00338E; /* $primary */
	line-height: .9em;
	font-family: 'Gotham', 'Open Sans', Arial, sans-serif;
	font-weight: 500;
	letter-spacing: -2px;
	text-transform: capitalize;
}

.partners .slide-panel.hc1 .info h2 {
	font-size: 2.5em;
	line-height: 1.1em;
	hyphens: none;
}

.partners .slide-panel.hc1 .info h2 span {
	display: block;
}

.slide-panel.hc1 .info h3, .slide-panel.hc1 .info p {
	font-size: 2.111em;
	color: #46983F;
	font-family: 'Gotham', 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	margin: 0;
	line-height: 1;
	padding: .25em 0 0;
}

.partners .slide-panel.hc1 .info h3, .partners .slide-panel.hc1 .info p {
	font-size: 2em;
	line-height: 1.1;
}

.slide-panel.hc1 .info h3 + .slide-panel.hc1 .info p {
	padding-top: 0;
}

.slide-panel.hc1 .info h3 span {
	display: inline-block;
	padding: .1em .25em;
	font-size: .45em;
	position: relative;
	bottom: .45em;
	font-family: 'Gotham', 'Open Sans', Arial, sans-serif;
	color: #46983F;
	font-weight: 400;
}

.slide-panel.hc1 .info h3 + .slide-panel.hc1 .info .btn {
	margin-top: .5em;
}

.slide-panel.hc1 .info ul {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.slide-panel.hc1 .info ul li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: .5em;
}

.slide-panel.hc1 .info .btn {
	margin-top: .5em;
	max-width: 45%;
	padding: .55em 2em;
}

.slide-panel.hc1 .info ul li .btn {
	margin: 0;
}

.slide-panel.hc1 .alerts {
	position: absolute;
	bottom: 3em;
	left: 8.5%;
	z-index: 3;
	background-color: #F0F0F0; /* $light */
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 .5em 0 1.5em;
	color: #39892F; /* $secondary */
	font-weight: 700;
	font-size: 1.1em;
	border-radius: 3em;
	line-height: 1;
	display: none;
}

.slide-panel.hc1 .alerts icon {
	color: #00338E; /* $primary */
	font-size: 1.5em;
	padding: 0 .5em 0 0;
}

.slide-panel.hc1 .alerts a {
	background-color: #00338E; /* $primary */
	color: #F0F0F0; /* $light */
	padding: .8em 2em;
	border-radius: 3em;
	font-weight: 500;
	font-size: .9em;
	margin: 0 0 0 6em;
	transition: .5s ease;
}

.slide-panel.hc1 .alerts a:hover {
	background-color: #39892F; /* $secondary */
}

.slide-panel.hc1 .slide-ctas, .slide-panel.hc1 .animation .zone-editable {
	position: absolute !important;
	bottom: 1em;
	width: 100% !important;
	z-index: 5;
}

.slide-panel.hc1 .slide-ctas ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.slide-panel.hc1 .slide-ctas ul li {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.slide-panel.hc1 .slide-ctas ul li a {
	color: #F0F0F0; /* $light */
	text-transform: uppercase;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-radius: 50%;
	border: solid 5px #DAE8FE; /* $tertiary */
	font-family: 'Archer Bold', Serif; /* @accentfont */
	width: 10rem;
	height: 10rem;
	padding: 1em;
	transition: .5s ease;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.no-flexbox .slide-panel.hc1 .slide-ctas ul li a {
	width: 20%;
	margin: 0;
}

.slide-panel.hc1 .slide-ctas ul li a icon {
	font-size: 3em;
	padding-bottom: .1em;
}

.slide-panel.hc1 .slide-ctas ul li a p {
	margin: 0;
}

.slide-panel.hc1 .slide-ctas ul li a:hover {
	border-color: #F0F0F0; /* $light */
}

.slide-panel.hc1 .slide-nav {
	position: absolute;
	z-index: 3;
	right: 1.5%;
	margin: 0;
	text-align: right;
	top: 50%;
	-webkit-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	transform: translateY(-70%);
}

.no-flexbox .slide-panel.hc1 .slide-nav {
	display: none;
}

.slide-panel.hc1 .slide-nav a.thumb {
	padding: .3em;
	margin: 0 .5em;
	border: 2px solid transparent;
	width: 2em;
	height: 2em;
	display: block;
	border-radius: 50%;
	background: transparent;
	position: relative;
	color: #00338E; /* $primary */
	text-align: center;
}

.slide-panel.hc1 .slide-nav a.thumb.active {
	color: #39892F; /* $secondary */
	-webkit-transform: scale(1.35);
	-ms-transform: scale(1.35);
	transform: scale(1.35);
}

.no-backgroundsize .slide-panel.hc1 .slide-nav a.thumb.active {
	border: none;
}

.slide-panel.hc1 .slide-nav a.thumb icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: .85em;
}

.slide-panel.hc1 a.prev, .slide-panel.hc1 a.next {
	position: absolute;
	top: 50%;
	color: #FFFFFF;
	z-index: 2;
	font-size: 2em;
	margin-top: -1em;
	transition: color .5s ease;
}

.slide-panel.hc1 a.prev:hover, .slide-panel.hc1 a.next:hover {
	color: #00338E; /* $primary */
}

.slide-panel.hc1 a.next {
	right: .5%;
}

.slide-panel.hc1 a.prev {
	left: .5%;
}

.slide-panel.hc1 .slide.white-background .info {
	background: rgba(255,
				255,
				255,
				.55);
	padding: 2em;
}

.slide-panel.hc1 .slide.white-background .info h3 {
	text-shadow: 0 2px 2px rgba(0,0,0,0.6);
}

.nav-thumbnail {
	height: auto;
	max-width: 14em;
	bottom: -17px;
	right: 0;
	margin: 1em 1em 0 1em;
}
/* End Animation HC1 Styles */

/* Background Image Animation Styles */
.slide-panel.hc1 .slide-start img.slide-bg {
	opacity: 0;
}

.slide-panel.hc1 .transition-in img.slide-bg {
	transition: opacity 2s ease 0s;
}

.slide-panel.hc1 .slide-in img.slide-bg {
	opacity: 1;
}

.slide-panel.hc1 .transition-out img.slide-bg {
	transition: opacity 2s ease 0s;
}

.slide-panel.hc1 .slide-end img.slide-bg {
	opacity: 0;
}
/* End Background Image Animation Styles */

/* Info Panel Animation Styles */
.slide-panel.hc1 .slide-start .info {
	opacity: 0;
}

.slide-panel.hc1 .transition-in .info {
	transition: 1.5s ease .9s;
}

.slide-panel.hc1 .slide-in .info {
	opacity: 1;
}

.slide-panel.hc1 .transition-out .info {
	transition: 1.5s ease;
}

.slide-panel.hc1 .slide-end .info {
	opacity: 0;
}
/* End Info Panel Animation Styles */

/* Info Contents Animation Styles */
.slide-panel.hc1 .slide-start .info * {
	position: relative;
}

.slide-panel.hc1 .slide-in .info * {
}

.slide-panel.hc1 .transition-in .info h2 {
	transition: 1s ease 2.0s;
}

.slide-panel.hc1 .transition-in .info h3 {
	transition: 1s ease 2.3s;
}

.slide-panel.hc1 .transition-in .info p {
	transition: 1s ease 2.3s;
}

.slide-panel.hc1 .transition-in .info a {
}
/* End Info Contents Animation Styles */

/* Animation HC1 IE Fallbacks */
.no-flexbox .hc1.slide-panel .slide-ctas ul {
	display: table;
}

.no-flexbox .hc1.slide-panel .slide-ctas ul li {
	display: table-cell;
}

.no-flexbox .hc1.slide-panel .slide-ctas ul li a {
	display: block;
}
/* End Animation HC1 IE Fallbacks */

/* Responsive @ 1600px */
@media screen and (max-width: 1600px) {
	.slide-panel.hc1 li:nth-child(2) .info h3 span {
		bottom: auto;
	}
}
/* End Responsive @ 1600px */

/* Responsive @ 1366px */
@media screen and (max-width: 1366px) {
	.slide-panel.hc1 .info {
		top: 45%;
	}

	.partners .slide-panel.hc1 .info {
		max-width: 650px;
	}

	.partners .slide-panel.hc1 .info h2 span {
		display: inline;
	}

	.slide-panel.hc1 .info h2 {
	}

	.slide-panel.hc1 .info h3 {
	}

	.cdd-content {
		display: none;
	}

	.cdd-feed .item:last-child {
		display: none;
	}

	.cdd-feed .item p {
		max-width: 95%;
		font-size: .9em;
		margin: 0;
	}

	.cdd-feed .item a {
		position: static;
		text-align: right;
	}
}
/* End Responsive @ 1366px */

/* Responsive @900px */
@media screen and (max-width:900px) {
	.slide-panel.hc1 .alerts {
		display: none;
	}

	.slide-panel.hc1 .info {
		top: 50%;
	}

	.partners .slide-panel.hc1 .info {
		max-width: 60%;
	}
}
/* End Responsive @900px */

/* Responsive @ 800px */
@media screen and (max-width:800px) {
	.slide-panel.hc1 .info h2 {
		font-size: 3em;
		letter-spacing: 0;
	}

	.slide-panel.hc1 .info h3 {
		font-size: 2em;
	}

	.slide-panel.hc1 .scroll-btn {
		display: none;
	}

	.slide-panel.hc1 .animation, .home .slide-panel.hc1 .animation {
		height: 22em;
	}

	.slide-panel.hc1.slide-panel-hie .info {
		padding: 2em;
		width: 50%;
	}

	.slide-panel-hie.slide-panel.hc1 .slide-1 .info h2 {
		font-size: 1.5em;
	}

	.slide-panel-hie.slide-panel.hc1 .slide-1 .info h3 {
		font-size: 1em;
	}

	.slide-panel-hie.slide-panel.hc1 .info .btn {
		padding: .55em 1.15em;
	}
}
/* End Responsive @ 800px */

/* Responsive @ 756px */
@media screen and (max-width:756px) {
	.slide-panel.hc1 .slide-nav {
		display: none;
	}

	.slide-panel.hc1 .info, .slide-panel.hc1 .small-text .info, .partners .slide-panel.hc1 .info {
		width: 100%;
		top: 0;
		background-color: rgba(255,255,255,.55);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		height: 100%;
		padding: 5em 1em 1em 1em;
		margin: 0;
		font-size: .85em;
		max-width: 100%;
	}

	.slide-panel.hc1.slide-panel-hie .info {
		background-color: rgba(255,255,255,0.85);
		max-width: 100%;
		width: 100%;
		margin: 0;
		padding: 6em 2em 0 2em;
	}

	.slide-panel-hie.slide-panel.hc1 .slide-1 .info h2 {
		font-size: 2em;
	}

	.slide-panel-hie.slide-panel.hc1 .slide-1 .info h3 {
		font-size: 1.5em;
	}

	.slide-panel.hc1 .animation .info h3, .slide-panel.hc1  .animation .info p {
		font-size: 1.35em;
	}

	.partners .slide-panel.hc1 .info {
		max-width: 100%;
		text-align: center;
		padding-top: 3.5em;
	}

	.slide-panel.hc1 .info h2, .slide-panel.hc1 .info h3 {
		line-height: 1.3;
	}
}
/* End Responsive @ 756px */

/* Responsive @ 550px */
@media screen and (max-width:550px) {
	.slide-panel.hc1 .slide-ctas {
		display: none;
	}

	.slide-panel.hc1 .align-center.slide .info {
		width: 100%;
	}

	.slide-panel.hc1 .info h2 {
		font-size: 1.85em;
	}

	.slide-panel.hc1 .info h3 {
		font-size: 1.45em;
	}

	.slide-panel.hc1 .info p {
		font-size: 1.45em;
	}

	.slide-panel.hc1 .slide-nav {
		bottom: .5em;
	}

	.slide-panel.hc1 a.prev, .slide-panel.hc1 a.next {
		display: none;
	}

	.slide-panel.hc1 .animation .no-mobile-image img {
		display: none;
	}

	.slide-panel.hc1 .animation .no-mobile-image {
		background-color: #EEE0b0;
	}

	.slide-panel.hc1 .animation .extended {
		font-size: .8em;
	}

	.slide-panel.hc1 .animation, .home .slide-panel.hc1 .animation {
		height: 18em;
	}

	.slide-panel.hc1.slide-panel-hie .info {
		padding: 2em 2em 0 2em;
	}
}
/* End Responsive @ 550px */

/* Responsive @ 500px */
@media screen and (max-width:500px) {
	.partners .slide-panel.hc1 .info p, .partners .slide-panel.hc1 .info h3 {
		display: none;
	}

	.partners .slide-panel.hc1 .info {
		padding-top: 5em;
	}

	.partners .slide-panel.hc1 .info h2 span {
		display: block;
	}
}
/* End Responsive @ 500px */

/* Responsive @ 450px */
@media screen and (max-width:450px) {
	.slide-panel.hc1 .animation {
	}

	.slide-panel.hc1 .info h2 {
		font-size: 2.25em;
	}

	.slide-panel.hc1 .info h3 {
		font-size: 1.75em;
	}

	.slide-panel.hc1 .info ul {
		display: block;
	}

	.slide-panel.hc1 .info ul li {
		padding: .5em 0 0;
	}

	.slide-panel.hc1 .info ul li .btn {
		display: block;
		padding: .5em 2.75em .5em 1em;
	}
}
/* End Responsive @ 450px */

/* Responsive @ 400px */
@media screen and (max-width:400px) {
	.slide-panel.hc1 .info h2 {
		font-size: 2em;
	}
}
/* End Responsive @ 400px */
