@charset "utf-8";
/* CSS Document */
/***************************************************
    Global
***************************************************/
main {
	background: #ebebeb;
}
h3.section-title {
	font-size: 1.6rem
}
.img-responsive {
	width: 100%;
	height: auto;
}
.flex-box {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-evenly;
}
.flex-box.flex-row {
	flex-flow: row wrap;
}
.flex-box .flex-item {
	flex-grow: 1;
	flex-shrink: 1;
}
.content-group div.content-wrap .gallery {
	padding: 10px 10px 90px;
	background: #fff;
}
.video-banner {
	height: 80vh;
	-webkit-clip-path: none;
	clip-path: none;
	position: relative;
	z-index: 10;
	overflow: hidden;
}
/* social */
.social-inner {
	display: flex;
	font-size: 1.4rem;
	justify-content: center;
}
.social-inner a, .social-inner a:link {
	color: rgb(128,128,128);
	text-decoration: none
}
.social-inner a {
	border: 1px #717171 solid;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center
}
.social-inner a.addthis_button_facebook {
	margin-right: 15px
}
.social-inner a.addthis_button_facebook:hover span {
	color: #fff;
}
.social-inner a.addthis_button_facebook:hover {
	background-color: #3b5998;
	border-color: #3b5998;
}
.social-inner a.addthis_button_facebook {
	transition: all .2s ease-in;
}
.social-inner a.addthis_button_twitter:hover span {
	color: #fff;
}
.social-inner a.addthis_button_twitter:hover {
	background-color: #00aced;
	border-color: #00aced;
}
.social-inner a.addthis_button_twitter {
	padding-top: 2px;
	transition: all .2s ease-in;
}
.social-inner a.addthis_button_email:hover span {
	color: #fff;
	transition: all .2s ease-in;
}
.social-inner a.addthis_button_email:hover {
	background-color: #DD4B39;
	border-color: #DD4B39;
}
.social-inner a.addthis_button_email {
	margin-left: 15px;
	font-size: .9em;
	transition: all .2s ease-in;
}
.dark-lower {
	position: relative;
	overflow: hidden;
}
.dark-lower:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 100%;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+66,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 66%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 66%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 66%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}

@media (min-width: 768px) {
.content-group div.content-wrap .gallery {
	padding: 30px 30px 90px;
	background: #fff;
}
.bunting {
	position: relative;
}
.bunting:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: url(/Portals/1/Interactive/2018/11-veterans-day-parade/images/bunting.png) repeat-x center top;
}
	.video-banner .video-container video {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
}

@media (min-width: 992px) {
.content-group div.content-wrap .gallery {
	padding: 60px 60px 120px;
	background: #fff;
}
.video-banner {
	height: 80vh;
	position: relative;
	z-index: 10;
}
.social-inner a {
	font-size: 1.6rem
}
}
/***************************************************
    Banner
***************************************************/
.page-banner-inner {
	width: 100%;
	height: 90vh;
	background: none;
}
.page-banner .content-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	padding: 2rem 15px;
	z-index: 3;
}
.page-banner .content-wrap .content {
	max-width: 960px;
	margin: 0 auto;
}
h1.page-title {
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.66);
	position: relative;
	margin-bottom: 5px;
}
h1.page-title small {
	display: block;
	color: #fff;
	font-family: Crimson;
	font-style: italic;
	font-size: .6em;
}
h1.page-title .stars {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
	left: 0;
	margin-top: -60px;
	font-size: .4em;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.66);
	display: none;
	color: gold;
}
h1.page-title .stars .fa-star {
	margin: 0 .3em;
}
h1.page-title .stars .fa-star.star-2 {
	font-size: 1.5em;
}
h1.page-title .stripes {
	width: 17%;
	position: absolute;
	top: 0;
	display: none;
}
h1.page-title .stripes-left {
	left: 0;
}
h1.page-title .stripes-right {
	right: 0;
}
h1.page-title .stripes img {
	display: inline-block;
}

@media (min-width: 768px) {
	h1.page-title {
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) {
h1.page-title .stars {
	display: block;
}
h1.page-title .stripes {
	display: block;
}
}
/***************************************************
    DEFINITION
***************************************************/
section.vet-definition-section {
	position: relative;
	width: 100%;
}
.vet-faces-row {
	filter: saturate(50%);
}
.vet-faces-row:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+1,0.25+25,0+50,0.25+75,0.8+100 */
	/*background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 1%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.25) 75%, rgba(0,0,0,0.8) 100%);  FF3.6-15 
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 1%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.25) 75%, rgba(0,0,0,0.8) 100%);  Chrome10-25,Safari5.1-6 
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 1%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.25) 75%, rgba(0,0,0,0.8) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000', GradientType=0 );  IE6-9 */
}
.vet-faces-row .face {
	flex-basis: 50%;
	text-align: center;
}
.vet-definition-wrap {
	position: static;
}
.vet-definition-wrap .vet-definition {
	padding: 15px 15px 30px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	background: #355e93;
	background: -moz-linear-gradient(-45deg, #355e93 0%, #254267 100%);
	background: -webkit-linear-gradient(-45deg, #355e93 0%, #254267 100%);
	background: linear-gradient(135deg, #355e93 0%, #254267 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#355e93', endColorstr='#254267', GradientType=1 );
	position: relative;
}
.vet-definition-wrap .vet-definition h2, .vet-definition-wrap .vet-definition p {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.66);
}
.vet-definition-wrap .vet-definition p {
	margin-bottom: 10px;
}
.vet-definition-wrap .vet-definition p em {
	display: block;
	font-family: Crimson;
	font-size: 1.25em;
}
.vet-definition-wrap .btn {
	margin-top: 15px;
}
@media (min-width: 768px) {
	section.vet-definition-section {
	margin-top: 60px;
}
}
@media (min-width: 992px) {
.vet-faces-row .face {
	flex-basis: 25%;
}
.vet-definition-wrap .vet-definition {
	margin-top: -50px;
	border-radius: 3px;
}
.vet-definition-wrap .vet-definition p {
	margin-bottom: 30px;
}
	.vet-definition-wrap .vet-definition p em {
	font-size: 1.5em;
}
	.vet-definition-wrap .btn {
	margin-top: 0;
}
}
/***************************************************
    WW1
***************************************************/
section#ww1 {
	position: relative;
}
section#ww1 .text-wrap {
		background: #000;
		text-align: center;
	}
section#ww1 .text-wrap p {
	max-width: 960px;
	font-size: 1.5rem;
	color: #fff;
	padding: 0 15px 15px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.66);
	margin: 0;
}
section#ww1 .flex-item:last-child img {
	display: none;
}
section#ww1 .btn {
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	section#ww1 .text-wrap {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		background: none;
	}
	section#ww1 .text-wrap p {
		margin: 0 auto;
	}
}
@media (min-width: 992px) {
section#ww1 .flex-item {
	flex-basis: 50%;
}
section#ww1 .flex-item:last-child img {
	display: block;
}
section#ww1 .text-wrap p {;
	font-size: 1.5rem;
}
}
/***************************************************
    PERSHING
***************************************************/
.DnnModule-942 {
	background: #000;
}
#pershing {
	height: auto;
}
#pershing .video-banner-text-wrap {
	background: #000;
}
#pershing .video-banner-text {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 0 15px;
}
#pershing .video-banner-text h2, #pershing .video-banner-text p {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.66);
	margin-bottom: 15px;
}
#pershing .btn {
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	#pershing {
		height: 80vh;
	}
#pershing .video-banner-text-wrap {
	position: absolute;
	width: 100%;
	bottom: 15px;
	background: none;
}
}
/***************************************************
    INFOGRAPHICS
***************************************************/
#infographics {
	position: relative;
	margin-top: 30px;
}
#infographics h2.section-title {
	text-align: center;
	z-index: 1;
}
#infographics .graphic-wrap {
	position: relative;
}
#infographics .flex-item#participants, 
#infographics .flex-item#elements, 
#infographics .flex-item#vehicles,
#infographics .flex-item#featured-branch {
	flex-basis: 50%;
} 
#infographics .flex-item#marshall {
	flex-basis: 100%;
}
#infographics .graphic-wrap .graphic-text {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	font-size: 3rem;
	font-family: Crimson;
	font-variant-numeric: oldstyle-nums;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.66);
}
#infographics .graphic-wrap#marshall .graphic-text {
	font-size: 1.6rem;
}
#infographics .graphic-wrap#marshall .graphic-text .line-1 {
	font-style: italic;
	display: block;
}
#infographics .graphic-wrap#marshall .graphic-text .line-3 {
	display: block;
	font-size: 1.3rem;
	font-family: Lato, sans-serif;
}
#infographics .graphic-wrap .graphic-text strong {
	display: block;
	font-size: 1.7rem;
	font-family: Lato, san-serif;
}
#parade-route .text-wrap {
	background: #000;
}
#parade-route .text-wrap .text {
	padding: 0 15px 15px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.66);
	text-align: center;
}
#parade-route .text-wrap .text h2 {
	color: #fff;
}
@media (min-width: 768px) {
	#infograpghics {
		margin-top: 60px;
	}
	#infographics .flex-item#participants, 
#infographics .flex-item#elements, 
#infographics .flex-item#vehicles {
	flex-basis: 33%;
}
#infographics .flex-item#featured-branch, 
#infographics .flex-item#marshall {
	flex-basis: 50%;
}
	#infographics .graphic-wrap#marshall .graphic-text .line-1 {
	font-size: 0.8em;
}
#infographics .graphic-wrap#marshall .graphic-text .line-4 {
	font-size: 0.8em;
}
	#parade-route .text-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	background: none;
}
}
@media (min-width: 992px) {
#infographics .flex-item#participants,  #infographics .flex-item#elements,  #infographics .flex-item#vehicles,  #infographics .flex-item#featured-branch,  #infographics .flex-item#marshall {
	flex-basis: 20%;
}
}
/***************************************************
    PROFILES
***************************************************/
section#profiles .intro {
	position: relative;
	margin-bottom: 30px;
}
section#profiles .intro .text-wrap {
	background: #000;
}
section#profiles .intro .text-wrap .text {
	width: 90%;
	max-width: 960px;
	padding: 0 15px 15px;
	margin: 0 auto;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.66);
	text-align: center;
}
section#profiles .intro .text-wrap .text h2 {
	color: #fff;
}
section#profiles .flex-row {
	justify-content: center;
}
section#profiles .flex-item {
	padding: 0 15px;
}
section#profiles .flex-item .card {
	border-top: solid 8px #355D8E;
	background: #fff;
	-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,.3);
	box-shadow: 0px 3px 5px 1px rgba(0,0,0,.3);
	margin-bottom: 15px;
}
section#profiles .flex-item .card .card-text {
	padding: 15px;
	text-align: center;
}
section#profiles .flex-item .card .card-text h3 {
	text-align: center;
}
section#profiles .flex-item .card .card-text h3 .rank {
	display: block;
	font-family: Crimson;
	font-size: 0.6em;
}
section#profiles .flex-item .card .card-text .title {
	display: none;
}
section#profiles .btn {
	margin-top: 15px;
}
@media (min-width: 768px) {
	section#profiles {
	margin-top: 60px;
}
	section#profiles .intro .text-wrap {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: none;
}
}
@media (min-width: 992px) {
section#profiles .flex-box {
	margin: 0 -15px;
}
section#profiles .flex-item {
	flex-basis: 33%;
}
section#profiles .flex-item .card .card-text {
	min-height: 350px;
}
}
/***************************************************
    SLIDESHOW
***************************************************/
.slideshow-wrap {
	width: 60%;
	margin: 0 auto;
	max-width: 1200px;
}
.GenericSlideshow .rsOverflow {
	overflow: visible;
}
.GenericSlideshow .slideWrapper .slideContainer .rsOverflow .GenericSlideshowItem {
	position: relative;
}
.GenericSlideshow .slideWrapper .slideContainer .rsOverflow .GenericSlideshowItem .bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: rgba(0,0,0,.66);
	padding: 15px;
	display: none;
}
.GenericSlideshow .slideWrapper .slideContainer .rsOverflow .GenericSlideshowItem .bottom .slideTitle {
	font-weight: bold;
	display: block;
	color: #fff;
	font-size: 1.3rem;
}
.GenericSlideshow .slideWrapper .slideContainer .rsOverflow .GenericSlideshowItem .bottom .slideCaptionDivider {
	display: none;
}
.GenericSlideshow .slideWrapper .slideContainer .rsOverflow .GenericSlideshowItem .bottom .slideCaption {
	font-size: 1.0rem;
	color: #fff;
}
.GenericSlideshow .slideWrapper .slideContainer .rsOverflow .GenericSlideshowItem .top a.slideLink {
	background: none;
	cursor: zoom-in;
}
.GenericSlideshow .slideWrapper .slideContainer .rsOverflow .GenericSlideshowItem img {
	width: 100%;
	height: 100%;
}
.GenericSlideshow .slideWrapper .rsNav {
	display: none;
}
.GenericSlideshow .slideWrapper .slideContainer .rsOverflow .arrowsContain {
	text-shadow: 2px 2px 2px rgba(0,0,0,0.66);
}
.GenericSlideshow .slideWrapper .slideContainer .rsArrow {
	font-size: 48px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.66);
}
.slideshow-wrap-wrap {
	background: #ebebeb;
	overflow: hidden;
	position: relative;
}
.slideshow-wrap-wrap::before {
	content: "";
	height: 100%;
	width: 20%;
	left: 0;
	top: 0;
	background-color: #ebebeb;
	position: absolute;
	z-index: 9;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
	background: -moz-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(235,235,235,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(235,235,235,1) 0%, rgba(235,235,235,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(235,235,235,1) 0%, rgba(235,235,235,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
.slideshow-wrap-wrap::after {
	content: "";
	height: 100%;
	width: 20%;
	right: 0;
	top: 0;
	background-color: #fff;
	position: absolute;
	z-index: 9;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
	background: -moz-linear-gradient(right, rgba(235,235,235,1) 0%, rgba(235,235,235,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right, rgba(235,235,235,1) 0%, rgba(235,235,235,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, rgba(235,235,235,1) 0%, rgba(235,235,235,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
.GenericSlideshow .slideWrapper .slideContainer .rsArrowRight .rsArrowIcn:before {
	content: "\f105" !important;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 700;
}
.GenericSlideshow .slideWrapper .slideContainer .rsArrowLeft .rsArrowIcn:before {
	content: "\f104" !important;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 700;
}
@media (min-width: 768px) {
	section#history-parades {
		margin-top: 60px;
	}
}
@media (min-width: 992px) {
	.GenericSlideshow .slideWrapper .slideContainer .rsOverflow .GenericSlideshowItem .bottom {
		display: block;
	}
}
/***************************************************
	Video Player
***************************************************/
section#videos {
		margin-top: 30px;
	}
section#videos .DVIDSFilter {
	display: none;
}
@media (min-width: 992px) {
	section#videos {
		margin-top: 60px;
	}
}
/***************************************************
    HISTORY
***************************************************/
#history {
	/*background: #355e93;
	background: -moz-linear-gradient(-45deg, #355e93 0%, #254267 100%);
	background: -webkit-linear-gradient(-45deg, #355e93 0%, #254267 100%);
	background: linear-gradient(135deg, #355e93 0%, #254267 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#355e93', endColorstr='#254267', GradientType=1 );*/
	background: url(/Portals/1/Interactive/2018/11-veterans-day-parade/images/history-bg-min.jpg) center center;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	position: relative;
	margin-top: 60px;
}
#history:after {
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 3;
	background: rgba(0,0,0,0.45);
}
#history .content-wrap {
	position: relative;
	z-index: 5;
}
#history * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#history h2, 
#history .date p {
	color: #fff;
}
#history .timeline .date {
	font-family: 'Oswald', sans-serif;
}
#history .flex-container {
	display: flex;
	height: 800px;
	margin-top: -190px;
}
#history .flex-spot-left {
	width: 80%;
}
#history .flex-spot-left img {
	width: 700px;
	max-width: 100%;
}
#history .flex-spot-left figure.portrait img {
	width: auto;
	max-width: none;
	max-height: 520px;
	display: block;
	margin: 0 auto;
}
#history .flex-spot-left figure.timeline-figure figcaption {
	display: none;
}
#history .flex-spot-right {
	width: 20%;
	position: relative;
	top: -60px;
}
#history .timeline {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: -45px;
}
/* style */
#history .date {
	font-size: 24px;
	margin: 100px 0px;
}
#history .circle {
	border-radius: 50%;
	width: 1200px;
	height: 1200px;
	border: 3px solid #fff;
	left: 0px;
	top: -25%;
	position: absolute;
}
#history #complex-slideshow .nav-btn, 
#history #complex-slideshow .nav-btn:hover {
	background: none;
	border: none;
	font-size: 35px;
	display: inline;
	top: 50%;
	position: absolute;
	width: 30px;
	color: #fff;
	cursor: pointer;
}
#history #complex-slideshow .nav-btn:hover {
	transform: scale(1.1);
	transition: all .25s;
}
#history .date::after {
	display: inline-block;
	position: absolute;
	content: '';
	-webkit-border-radius: 0.375rem;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	left: 70px;
	top: -4px;
	background-color: #fff;
}
#history #next-button {
	position: relative;
	left: 75px;
	top: 50%;
}
#history #prev-button {
	position: relative;
	left: -98px;
	top: 50%;
}
#history .content {
	display: none;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
	margin-right: 125px;
}
/* logic */
#history .content-active {
	display: block;
}
#history .timeline .date {
	display: none;
}
#history .timeline .active {
	margin-top: 100px;
	margin-bottom: 100px;
	position: relative;
	display: block;
	margin-left: 15px;
}
#history .timeline .next_slide, 
#history .timeline .prev_slide, 
#history .timeline .date.next_next_slide, 
#history .timeline .date.prev_prev_slide {
	margin-top: 100px;
	margin-bottom: 100px;
	position: relative;
	display: block;
	left: 0px;
}
#history .timeline .date.prev_prev_slide {
	margin-top: 175px;
	margin-bottom: 100px;
	left: 3px;
}
#history .timeline .date.next_next_slide {
	left: 22px;
}
#history .timeline .prev_slide {
	left: -28px;
}
#history .timeline .next_slide {
	left: -20px;
}
#history #complex-slideshow > div.flex-spot-right > ul > li.date.item-1.prev_slide {
	margin-top: 293px;
}
#history #complex-slideshow > div.flex-spot-right > ul > li.date.item-1.active {
	margin-top: 411px;
}
#history .date.active::after {
	display: inline-block;
	position: absolute;
	content: '';
	-webkit-border-radius: 0.375rem;
	border-radius: 100%;
	height: 100px;
	width: 100px;
	margin-left: 0px;
	top: -40px;
	left: -20px;
	background-color: #fff;
	z-index: 2;
}
#history .mobile {
	display: none;
}
/* transition */
#history .active, 
#history .timeline .next_slide, 
#history .timeline .prev_slide {
	transition: all .5s;
}
#history .date {
	transition: all .5s, opacity 0s;
	left: 100px;
}
#history .date.active {
	left: 0px;
}
#history .date::after {
	-webkit-transition: all .25s;
	transition: all .25s;
}
#history .hiding_prev_slide {
	top: -20px;
	display: block !important;
	opacity: 0;
	margin: 0px;
	margin-top: -10px;
	color: #355e93 !important;
}
#history .hiding_prev_slide::after {
	display: none !important;
}
#history .date.active p {
	color: #355e93 !important;
	position: relative;
	z-index: 3;
	width: 100px;
	font-size: 34px;
}
/* card */
#history .flex-spot-left .card {
	z-index: 3;
	cursor: pointer;
	position: absolute;
	right: 10%;
	background: rgba(255, 255, 255, 0.9);
	width: 38%;
	padding: 20px 30px 30px;
	border-top: solid 8px #355D8E;
	border-radius: 3px;
	bottom: -10%;
	-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,.3);
	box-shadow: 0px 3px 5px 1px rgba(0,0,0,.3);
	margin: 0 5px 0 5px;
}
#history p {
	margin-bottom: 0px;
}
@media only screen and (max-width: 1200px) {
	#history .flex-spot-left .card {
		width: 50%;
	}
}
@media only screen and (max-width: 991px) {
	#history .flex-container {
		display: block;
		margin-top: 0px;
	}
	#history .flex-spot-left {
		width: 100%;
		margin-bottom: 150px;
	}
	#history .flex-spot-right {
		width: 100%;
		top: 0px;
	}
	#history .content {
		top: 0px;
		transform: none;
		margin-right: 0px;
	}
	#history .content img {
		width: 100%;
	}
	#history .circle {
		display: none;
	}
	#history .timeline {
		left: 0px;
		position: relative;
		display: block;
		margin: auto;
		width: fit-content;
	}
	#history .timeline .active, 
	#history .timeline .next_slide, 
	#history .timeline .prev_slide, 
	#history .timeline .date.next_next_slide, 
	#history .timeline .date.prev_prev_slide {
		margin: 0px !important;
		display: inline-block;
		width: 100px;
		left: 0px !important;
		right: 0px !important;
		top: 0px !important;
		bottom: 0px !important;
		text-align: center;
	}
	#history .date.active::after {
		left: 0px;
	}
	#history .date::after {
		display: none;
	}
	#history #complex-slideshow .nav-btn, 
	#history #complex-slideshow .nav-btn:hover {
		position: absolute;
		top: 0px;
	}
	#history #prev-button, 
	#history #next-button {
		top: 0px;
	}
	#history #next-button {
		right: 15px;
		left: auto;
	}
	#history #prev-button {
		left: 15px;
	}
	#history .content img {
		width: 90%;
		margin: auto;
		display: block;
	}
	#history .flex-spot-left .card {
		width: 80%;
	}
	#history #complex-slideshow > div.flex-spot-right > ul > li.date.item-1.prev_slide {
		margin-left: 103px !important;
	}
	#history #complex-slideshow > div.flex-spot-right > ul > li.date.item-1.active {
		margin-left: 206px !important;
	}
	#history #complex-slideshow > div.flex-spot-right > ul > li.date.item-18.next_slide {
		margin-right: 103px !important;
	}
	#history #complex-slideshow > div.flex-spot-right > ul > li.date.item-18.active {
		margin-right: 206px !important;
	}
	#history #complex-slideshow {
		flex-flow: column;
		display: flex;
	}
	#history .flex-spot-left {
		order: 2;
	}
	#history .flex-spot-right {
		order: 1;
		margin-bottom: 60px;
	}
	#history #complex-slideshow {
		height: auto !important;
	}
}
@media only screen and (max-width: 768px) {
	#history {
		background-position: top center;
		background-size: 160vh;
		margin-top: 30px;
	}
	#history h2.slice-title {
		font-size: 3rem;
		text-align: center;
	}
	#history .panel-title {
		font-size: 18px;
	}
	#history #complex-slideshow * {
		transition: none;
	}
	#history .timeline .date.next_next_slide, 
	#history .timeline .date.prev_prev_slide {
		display: none;
	}
	#history #complex-slideshow > div.flex-spot-right > ul > li.date.item-1.active, 
	#history #complex-slideshow > div.flex-spot-right > ul > li.date.item-18.active {
		margin-right: 0px !important;
		margin-left: 85px !important;
	}
	#history #complex-slideshow > div.flex-spot-right > ul > li.date.item-1.prev_slide {
		margin-left: 0px !important;
	}
	#history #complex-slideshow > div.flex-spot-right > ul > li.date.item-18.next_slide {
		margin-right: 0px !important;
	}
	#history #complex-slideshow > div.flex-spot-right > ul > li.date.item-18.active {
		margin-right: 85px !important;
		margin-left: 0px !important;
	}
	#history .flex-spot-left .card {
		display: block;
		margin: auto;
		position: relative;
		right: 0px;
		top: -20px;
		background: #fff;
	}
	#history .flex-spot-left {
		margin-top: 20px;
		margin-bottom: 60px;
	}
}
/* XS */
@media only screen and (max-width: 400px) {
	#history .timeline .date.next_slide, 
	#history .timeline .date.prev_slide {
		display: none;
	}
	#history #complex-slideshow > div.flex-spot-right > ul > li.date.item-18.active, 
	#history #complex-slideshow > div.flex-spot-right > ul > li.date.item-1.active {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	#history #complex-slideshow > div.flex-spot-right > ul > li.date.item-1.prev_slide {
		margin-left: 0px !important;
	}
	#history #complex-slideshow > div.flex-spot-right > ul > li.date.item-18.next_slide {
		margin-right: 0px !important;
	}
	#history #complex-slideshow > div.flex-spot-right > ul > li.date.item-18.active {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
}