/* Color Tokens */
.color-tokens {
	color: #3299BB; /* $primary */
	background-color: #F7981D; /* $secondary */
	border-top-color: #D88110; /* $tertiary */
	border-right-color: #707070; /* $text */
	border-bottom-color: #FFFFFF; /* $light */
	border-left-color: #434343; /* $dark */
}
/* End Color Tokens */

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

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

.slide-panel.hc1 .animation {
	position: relative;
	height: 50vw;
	max-height: 690px;
	background-color: #434343; /* $dark */
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

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

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

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

.slide-panel.hc1 .info {
	position: absolute;
	top: 50%;
	display: block;
	padding: 1em 3em;
	margin: 0;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	width: 100%;
}

.slide-panel.hc1 .flu-alert .info {
}

.slide-panel.hc1 .flu-alert .info h2, .slide-panel.hc1 .flu-alert .info h3, .slide-panel.hc1 .flu-alert .info p {
	color: #FFF;
}

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

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

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

.slide-panel.hc1 .info h2 {
	font-size: 2.5em;
	line-height: 1;
	color: #FFFFFF; /* $light */
	font-family: 'Playfair Display', serif;
}

.slide-panel.hc1 .info h3 {
	padding: .1em 0;
	font-size: 2em;
	color: #3299BB; /* $primary */
}

.slide-panel.hc1 .info h3 span {
	display: inline-block;
	padding: .1em .25em;
	color: #FFFFFF; /* $light */
	background: #3299BB; /* $primary */
}

.slide-panel.hc1 .info p {
	padding: .5em 0;
	margin: 0;
	font-size: 1em;
	color: #434343; /* $dark */
}

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

.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: 1.5em;
}

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

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

.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 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 10rem;
	height: 10rem;
	padding: 1em;
	font-family: 'Roboto', sans-serif; /* @accentfont */
	color: #FFFFFF;
	text-align: center;
	border: solid 5px #D88110; /* $tertiary */
	border-radius: 50%;
	transition: .5s ease;
}

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

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

.slide-panel.hc1 .slide-ctas ul li a:hover {
	border-color: #FFFFFF;
}

.slide-panel.hc1 .slide-nav {
	position: absolute;
	right: 0;
	bottom: 2em;
	left: 0;
	z-index: 3;
	margin: 0 auto;
	text-align: center;
	display: none;
}

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

.slide-panel.hc1 .slide-nav a.thumb.active {
	background: rgba(255,
				255,
				255,
				.5);
	border: 2px solid #3299BB; /* $primary */
}

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

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

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

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

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

.slide-panel.hc1 a.prev {
	left: .5%;
	display: none;
}
/* 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: 3s ease 2.2s;
}

.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 .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;
}
/* 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 */

/* 1500px Responsive */
@media screen and (max-width:1500px) {
	.slide-panel.hc1 .animation {
		max-height: 475px;
	}
}
/* End 1500px Responsive */

/* 1300px Responsive */
@media screen and (max-width:1300px) {
	.slide-panel.hc1 .info h2 {
	}
}
/* End 1300px Responsive */

/* Responsive @ 800px */
@media screen and (max-width:800px) {
	.slide-panel.hc1 .animation {
		height: 35em;
		max-height: 550px;
	}

	.slide-panel.hc1 .info h2 {
	}

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

	.slide-panel.hc1 .scroll-btn {
		display: none;
	}
}
/* End Responsive @ 800px */

/* Responsive @ 550px */
@media screen and (max-width:550px) {
	.slide-panel.hc1 .animation {
		height: 30em;
	}

	.slide-panel.hc1 .slide-ctas {
		display: none;
	}

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

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

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

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

	.slide-panel.hc1 .info p {
		display: none;
	}

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

	.slide-panel.hc1 a.prev, .slide-panel.hc1 a.next {
		display: none;
	}
}
/* End Responsive @ 550px */

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

	.slide-panel.hc1 .info h2 {
	}

	.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;
	}
}
/* End Responsive @ 450px */

/* Responsive @ 400px */
@media screen and (max-width:400px) {
}
/* End Responsive @ 400px */
