.custom-html--sitecore .title {
	font-size: 38px;
	color: #616161;
	font-style: italic;
	font-weight: 800;
}

.custom-html--sitecore p.timeline-text {
	color: #111;
	font-size: 1.72rem;
	padding-right: 20px;
}

.custom-html--sitecore .left-content p.timeline-text {
	font-size: 0.8em;
}

.custom-html--sitecore .timeline {
	width: 100%;
	background-color: #fff;
}

.custom-html--sitecore .timeline .swiper-container {
	/* height: 670px; */
	width: 100%;
	position: relative;
}

.custom-html--sitecore .timeline .swiper-wrapper {
	/* -webkit-transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s; */
	/* transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s; */
}

.custom-html--sitecore .timeline .swiper-slide {
	position: relative;
	overflow: hidden;
	/* background: rgb(176,235,255); */
	/* background: linear-gradient(333deg, rgba(176,235,255,1) 10%, rgba(0,189,254,1) 97%); */
}

.custom-html--sitecore .swiper-slide.swiper-slide-active .swiper-slide-content {
	/**transition: transform 0.9s ease;**/
}

.custom-html--sitecore .swiper-slide.swiper-slide-8 .swiper-slide-content {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	top: 50px;
}

@media screen and (min-height: 769px) {
	.custom-html--sitecore .swiper-slide.add-scale .swiper-slide-content {
		-webkit-transform: translateY(-50%) scale(0.9);
		transform: translateY(-50%) scale(0.9);
	}

	.custom-html--sitecore .swiper-slide.add-scale.swiper-slide-8 .swiper-slide-content {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		top: 0px;
	}
}

@media screen and (max-height: 769px) {
	.custom-html--sitecore .swiper-slide.add-scale .swiper-slide-content {
		-webkit-transform: translateY(-50%) scale(0.75);
		transform: translateY(-50%) scale(0.75);
	}

	.custom-html--sitecore .swiper-slide.add-scale.swiper-slide-8 .swiper-slide-content {
		-webkit-transform: scale(0.65);
		transform: scale(0.65);
		top: -100px;
	}

	.custom-html--sitecore .swiper-slide.add-scale .img-group.img-group-1 img.img1 {
		top: -25%;
		width: 70%;
	}

	.custom-html--sitecore .swiper-slide.add-scale .img-group.img-group-2 img.img1 {
		width: 55%;
	}

	.custom-html--sitecore .swiper-slide.add-scale .marqueeContent.swiper-slide-content {
		left: 9.6rem !important;
	}
}

.custom-html--sitecore .timeline .swiper-slide::after {
	content: "";
	position: absolute;
	z-index: 1;
	right: -115%;
	bottom: -10%;
	width: 100%;
	height: 100%;

	border-radius: 100%;
}

.custom-html--sitecore .timeline .swiper-slide-content {
	position: absolute;
	text-align: center;
	right: 50%;
	top: 13%;
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
	font-size: 12px;
	z-index: 2;
}

.custom-html--sitecore .timeline .swiper-slide .ani-1 {
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.custom-html--sitecore .timeline .swiper-slide .ani-2 {
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.custom-html--sitecore .timeline .swiper-slide .ani-3 {
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}

.custom-html--sitecore .timeline .swiper-slide .ani-4 {
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}

.custom-html--sitecore .timeline .swiper-slide.from-top .ani-1 {
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);

}

.custom-html--sitecore .timeline .swiper-slide.from-top .ani-2 {
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

.custom-html--sitecore .timeline .swiper-slide.from-top .ani-3 {
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

.custom-html--sitecore .timeline .swiper-slide.from-top .ani-4 {
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
}

.custom-html--sitecore .timeline .swiper-slide h4.timeline-title {
	font-size: 1.8em;
	margin-bottom: 15px;
}

.custom-html--sitecore .timeline .swiper-slide h3.timeline-title {
	font-size: 2.4em;
	margin-bottom: 15px;
}

.custom-html--sitecore .timeline .swiper-slide h2.timeline-title {
	font-size: 2.8em;
	margin-bottom: 15px;
}

.custom-html--sitecore .timeline .swiper-slide h1.timeline-title {
	font-size: 3.6em;
	margin-bottom: 15px;
}

.custom-html--sitecore .timeline .swiper-slide-active .ani-1 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 1s ease 0.7s;
	transition: all 1s ease 0.7s;
}

.custom-html--sitecore .timeline .swiper-slide-active .ani-2 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 1.1s ease 0.8s;
	transition: all 1.1s ease 0.8s;
}

.custom-html--sitecore .timeline .swiper-slide-active .ani-3 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 1.1s ease 0.9s;
	transition: all 1.1s ease 0.9s;
}

.custom-html--sitecore .timeline .swiper-slide-active .ani-4 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 1.1s ease 1s;
	transition: all 1.1s ease 1s;
}

.custom-html--sitecore .left-content .timeline-title,
.custom-html--sitecore .left-content .timeline-text {
	opacity: 0;
}

.custom-html--sitecore .left-content.active .timeline-title,
.custom-html--sitecore .left-content.active .timeline-text {
	opacity: 1;
	-webkit-transition: all .3s ease 0.4s;
	transition: all .3s ease 0.4s;
}

.custom-html--sitecore .timeline .swiper-pagination {
	left: 8rem;
	height: 100%;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	font-style: italic;
	font-weight: 300;
	font-size: 18px;
	z-index: 1;
}

.custom-html--sitecore .timeline .swiper-pagination::before {
	content: "";
	position: absolute;
	left: -30px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: rgba(1, 1, 1, 0.2);
}

.custom-html--sitecore .timeline .swiper-pagination-bullet {
	width: auto;
	height: auto;
	text-align: center;
	opacity: 1;
	background: transparent;
	color: #c124d4;
	margin: 15px 0 !important;
	position: relative;
}

.custom-html--sitecore .timeline .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	top: 8px;
	left: -32.5px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #c124d4;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .2s;
	transition: .2s;
}

.custom-html--sitecore .timeline .swiper-pagination-bullet-active {
	color: #c124d4;
}

.custom-html--sitecore .timeline .swiper-pagination-bullet-active::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.custom-html--sitecore .timeline .swiper-button-next,
.custom-html--sitecore .timeline .swiper-button-prev {
	background-size: 20px 20px;
	top: 15%;
	width: 20px;
	height: 20px;
	margin-top: 0;
	z-index: 2;
	-webkit-transition: .2s;
	transition: .2s;
}

.custom-html--sitecore .timeline .swiper-button-prev {
	left: 8%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}

.custom-html--sitecore .timeline .swiper-button-prev:hover {
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px);
}

.custom-html--sitecore .timeline .swiper-button-next {
	right: 8%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}

.custom-html--sitecore .timeline .swiper-button-next:hover {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

@media screen and (min-width: 768px) {
	.custom-html--sitecore .timeline .swiper-slide::after {
		right: -30%;
		bottom: -8%;
		width: 240px;
		height: 50%;
	}

	.custom-html--sitecore .timeline .swiper-slide-content {
		left: 24rem;
		top: 50%;
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
		font-size: 11px;
		text-align: left;
	}

	.custom-html--sitecore .timeline .swiper-slide .timeline-year {
		margin-bottom: 0;
		font-size: 32px;
	}

	.custom-html--sitecore .timeline .swiper-slide h4.timeline-title {
		font-size: 2.2em;
		margin-bottom: 20px;
	}

	.custom-html--sitecore .timeline .swiper-slide h3.timeline-title {
		font-size: 2.6em;
		margin-bottom: 20px;
	}

	.custom-html--sitecore .timeline .swiper-slide h2.timeline-title {
		font-size: 3em;
		margin-bottom: 20px;
	}

	.custom-html--sitecore .timeline .swiper-slide h1.timeline-title {
		font-size: 4em;
		margin-bottom: 20px;
	}

	.custom-html--sitecore .timeline .swiper-pagination {
		display: -webkit-box;
		display: flex;
	}

	.custom-html--sitecore .timeline .swiper-button-prev {
		top: 15%;
		left: auto;
		right: 15%;
		-webkit-transform: rotate(180deg) translate(0, 10px);
		transform: rotate(180deg) translate(0, 10px);
	}

	.custom-html--sitecore .timeline .swiper-button-prev:hover {
		-webkit-transform: rotate(180deg) translate(-3px, 10px);
		transform: rotate(180deg) translate(-3px, 10px);
	}

	.custom-html--sitecore .timeline .swiper-button-next {
		top: auto;
		bottom: 15%;
		right: 15%;
		-webkit-transform: rotate(180deg) translate(0, 10px);
		transform: rotate(180deg) translate(0, 10px);
	}

	.custom-html--sitecore .timeline .swiper-button-next:hover {
		-webkit-transform: rotate(180deg) translate(3px, 10px);
		transform: rotate(180deg) translate(3px, 10px);
	}
}

/* Override to remove vertical scrollbar */
@media screen and (min-width: 1200px) {
  .cmp-global-header {
      padding-top: 69px;
  }
}

@media screen and (min-width: 1024px) {
	.custom-html--sitecore .timeline .swiper-slide::after {
		right: -20%;
		bottom: -12%;
		width: 240px;
		height: 50%;
	}

	.custom-html--sitecore .timeline .swiper-slide-content {
		left: 9.6rem;
	}
}

/*Add CSS*/
@media screen and (min-width: 1000px) {
	.custom-html--sitecore .body-content .ui-container .row {
		max-width: 100%;
	}

	.custom-html--sitecore .content-module {
		margin-bottom: 0rem;
	}
}

.custom-html--sitecore div#hero-carousel,
.custom-html--sitecore #block-related-capabilities {
	display: none;
}

.custom-html--sitecore .body-content .ui-container.block-ribbon .ribbon-row {
	max-width: 100%;
}

.custom-html--sitecore .timeline {
	opacity: 0;
	transition: opacity 0.2s ease;
}

.custom-html--sitecore .timeline.active {
	transition-delay: 1s;
	opacity: 1;
}

.custom-html--sitecore .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
	display: initial;
	position: absolute;
	left: 5%;
	right: auto;
	width: 5%;
	z-index: 5;
}

.custom-html--sitecore .swiper-button-next,
.custom-html--sitecore .swiper-button-prev,
.custom-html--sitecore .swiper-button-disabled {
	opacity: 0 !important;
}

.custom-html--sitecore .left-content {
	transition: all 0.6s ease;
	position: absolute;
	right: 0px;
	background: rgba(255, 255, 255, 1);
	width: 5%;
	opacity: 0;
	height: 100%;
	padding-top: 3%;
	padding-left: 3%;
	padding-right: 3%;
}

.custom-html--sitecore .left-content.active {
	z-index: 3;
	width: 40%;
	opacity: 1;
	overflow-y: auto;
}

.custom-html--sitecore .left-content-2 {
	transition: all 0.6s ease;
	position: absolute;
	right: 0px;
	background: rgba(255, 255, 255, 1);
	width: 5%;
	opacity: 0;
	height: 100%;
	padding-top: 3%;
	padding-left: 3%;
	padding-right: 3%;
}

.custom-html--sitecore .left-content-2.active {
	z-index: 3;
	width: 40%;
	opacity: 1;
	overflow-y: auto;
}

.custom-html--sitecore .compass {
	width: 150px;
	height: auto;
	border-radius: 20px;
	padding: 5px;
	/* transition: right 0.6s ease; */
	background: #fff;
	color: #a100ff;
	border: 1px solid #A100FF;
	/* width: 40px; */
	/* height: 40px; */
	/* border-radius: 50%; */
	/* text-align: center; */
	/* padding-top: 7px; */
	/* cursor: pointer; */
	/* color: white; */
	text-indent: 10px;
	font-size: 18px;
	cursor: pointer;
}

.custom-html--sitecore .compass.static .light-text {
	font-size: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #a100ff;
	text-align: center;
	color: white;
	text-indent: 2px;
}

.custom-html--sitecore .compass-white {
	transition: right 0.6s ease;
	background: #FFF;
	border: 1px solid #A100FF;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
	color: white;
	font-size: 25px;
	float: right;
}

.custom-html--sitecore .compass-slides,
.custom-html--sitecore .compass-slides-2,
.custom-html--sitecore .compass-slides-3,
.custom-html--sitecore .compass-slides-4,
.custom-html--sitecore .compass-slides-5 {
	display: none;
	transition: right 0.6s ease;
	background: #FFF;
	border: 1px solid #A100FF;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	padding-top: 3px;
	cursor: pointer;
	color: #A100FF;
	font-size: 20px;
}

.custom-html--sitecore .compass-slides.compass-slide-left,
.custom-html--sitecore .compass-slides-2.compass-slide-left-2,
.custom-html--sitecore .compass-slides-3.compass-slide-left-3 {
	position: absolute;
	right: -30px;
	top: -53px;
}

.custom-html--sitecore .compass-slides-4.compass-slide-left-4,
.custom-html--sitecore .compass-slides-5.compass-slide-left-5 {
	position: absolute;
	right: -30px;
	top: -35px;
}


.custom-html--sitecore .compass-slides.compass-slide-right,
.custom-html--sitecore .compass-slides-2.compass-slide-right-2,
.custom-html--sitecore .compass-slides-3.compass-slide-right-3,
.custom-html--sitecore .compass-slides-4.compass-slide-right-4,
.custom-html--sitecore .compass-slides-5.compass-slide-right-5 {
	position: absolute;
	right: -30px;
	bottom: -35px;
}

.custom-html--sitecore .compass-slides.compass-slide-left .light-text,
.custom-html--sitecore .compass-slides-2.compass-slide-left-2 .light-text,
.custom-html--sitecore .compass-slides-3.compass-slide-left-3 .light-text,
.custom-html--sitecore .compass-slides-4.compass-slide-left-4 .light-text,
.custom-html--sitecore .compass-slides-5.compass-slide-left-5 .light-text {
	transform: rotate(90deg);
}

.custom-html--sitecore .compass-slides.compass-slide-right .light-text,
.custom-html--sitecore .compass-slides-2.compass-slide-right-2 .light-text,
.custom-html--sitecore .compass-slides-3.compass-slide-right-3 .light-text,
.custom-html--sitecore .compass-slides-4.compass-slide-right-4 .light-text,
.custom-html--sitecore .compass-slides-5.compass-slide-right-5 .light-text {
	transform: rotate(90deg);
}

.custom-html--sitecore .compass-slides.active,
.custom-html--sitecore .compass-slides-2.active,
.custom-html--sitecore .compass-slides-3.active,
.custom-html--sitecore .compass-slides-4.active,
.custom-html--sitecore .compass-slides-5.active {
	display: block;
	margin-right: 20px;
}

.custom-html--sitecore .swiper-slide-active .compass-text.active {
	opacity: 1 !important;
	transition: opacity 0.7s ease 0.9s;
}

.custom-html--sitecore .scroll-container {
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	z-index: 2;
	padding-top: 20px;
	margin-top: -20px;
}

.custom-html--sitecore .scroll-container.scroll-container-2 {
	height: 260px;
}

.custom-html--sitecore .scroll-container.scroll-container-4,
.scroll-container.scroll-container-5 {
	height: 250px;
}

.custom-html--sitecore .compass-text {
	opacity: 0 !important;

}

.custom-html--sitecore .compass-purple-box:before {
	width: 160px;
	height: 80px;
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	background: #A100FF;
	z-index: -1;
}

.custom-html--sitecore .compass-purple-box:after {
	width: 160px;
	height: 80px;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	background: #600098;
}

.custom-html--sitecore .compass-purple-box {
	width: 150px;
	height: 70px;
	position: relative;
	color: #fff;
	padding: 10px
}

.custom-html--sitecore .compass-purple-box .title-text {
	position: absolute;
	z-index: 1;
	bottom: 15px;
	font-family: "Graphik Bold", "Arial", Sans-Serif !important;
	font-size: 13px !important;
	left: 10%;
	line-height: 1;
}

.custom-html--sitecore .compass-purple-box .header-text {
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 10%;
}

.custom-html--sitecore .compass-purple-box .small-arrow {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 1;
	font-size: 20px;
}

.custom-html--sitecore .compass-white .light-text {
	color: #111;
}

.custom-html--sitecore .compass-close {
	color: #111;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	padding-top: 7px;
	font-size: 25px;
	border: 1px solid #ccc;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}

.custom-html--sitecore .compass.active {
	right: 45%;
}

.custom-html--sitecore .bg-color-gray-lightest {
	background: #fff !important;
}

.custom-html--sitecore .purple-text {
	color: #A100FF;
}

.custom-html--sitecore .timeline-text {
	padding-right: 10px;
}

.custom-html--sitecore ul.timeline-text {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

.custom-html--sitecore ul.timeline-text li {
	padding-left: 0px;
	cursor: pointer;
}

.custom-html--sitecore div.box-number {
	border: 2px solid #A100FF;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.5em;
	font-family: "Graphik Bold", "Arial", Sans-Serif !important;
}

.custom-html--sitecore .timeline .swiper-slide-12 .swiper-slide-content {
	top: 35%;
}

.custom-html--sitecore .slide-content,
.custom-html--sitecore .slide-content-2 {
	position: absolute;
	opacity: 0;
	top: 10px;
}

.custom-html--sitecore .slide-content.active,
.custom-html--sitecore .slide-content-2.active {
	opacity: 1;
	left: 0px;
	transition: all 0.8s ease;
}

.custom-html--sitecore .slide-container {
	height: 455px;
}

.custom-html--sitecore .slide-container-2 {
	height: 330px;
}


/**scroll bar**/
/* width */
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 4px;
	box-shadow: 0 0 1px rgba(255, 255, 255, .2);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #ddd;
}

/**Image Animation**/
.custom-html--sitecore .img-row {
	height: 210px;
	margin-bottom: 40px !important;
	position: relative;
	z-index: -1;
}

.custom-html--sitecore .img-group.img-group-1,
.custom-html--sitecore .img-group.img-group-2,
.custom-html--sitecore .img-group.img-group-4,
.custom-html--sitecore .img-group.img-group-5 {}

.custom-html--sitecore .img-group.img-group-1 img.img1 {
	position: absolute;
	z-index: 0;
	opacity: 0;
	top: -70%;
	width: 70%;
	-webkit-transition: all 1s ease 0.9s;
	transition: all 1s ease 0.9s;
}

.custom-html--sitecore .img-group.img-group-2 img.img1 {
	position: absolute;
	opacity: 0;
	top: -40%;
	right: 0px;
	width: 50%;
	-webkit-transition: all 1s ease 1s;
	transition: all 1s ease 1s;
	z-index: -1;
}

.custom-html--sitecore .swiper-slide-active .img-group.img-group-1 img.img1 {
	opacity: 1;
	top: -60%;
	width: 70%;
}

.custom-html--sitecore .swiper-slide-active .img-group.img-group-2 img.img1 {
	opacity: 1;
	top: -20%;
	width: 50%;
}

.custom-html--sitecore .img-group.img-group-3 {
	height: 300px;
}

.custom-html--sitecore .img-group-3 img {
	position: absolute;
}

.custom-html--sitecore .img-group-3 img.img1 {
	opacity: 0;
	top: 10%;
	left: 10%;
	-webkit-transition: all 1s ease 1.2s;
	transition: all 1s ease 1.3s;
}

.custom-html--sitecore .img-group-3 img.img2 {
	top: 25%;
	left: 25%;
	transform: scale(0.8);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 1s ease 1.1s;
	transition: all 1s ease 1.3s;
}

.custom-html--sitecore .img-group-3 img.img3 {
	top: 35%;
	left: 35%;
	transform: scale(0.6);
	opacity: 0;
	z-index: -2;
	-webkit-transition: all 1s ease 1s;
	transition: all 1s ease 1.2s;
}

.custom-html--sitecore .img-group-4 img {
	position: absolute;
}

.custom-html--sitecore .img-group-4 img.img1 {
	opacity: 0;
	top: 5%;
	left: -5%;
	width: 50%;
	-webkit-transition: all 1s ease 1s;
	transition: all 1s ease 1s;
}

.custom-html--sitecore .img-group.img-group-5 img.img1 {
	opacity: 0;
	position: absolute;
	left: 25%;
	top: 20%;
	transition: all 1s ease 1s;
}

.custom-html--sitecore .img-group.img-group-5 img.img2 {
	opacity: 0;
	position: absolute;
	top: 20%;
	left: 35%;
	transition: all 1s ease 0.9s;
}

.custom-html--sitecore .img-group.img-group-5 img.img3 {
	opacity: 0;
	position: absolute;
	top: 25%;
	left: 45%;
	transition: all 1s ease 0.8s;
}

.custom-html--sitecore .swiper-slide-active .img-group.img-group-5 img.img1 {
	opacity: 1;
	left: -5%;
	top: -15%;
}

.custom-html--sitecore .swiper-slide-active .img-group.img-group-5 img.img2 {
	opacity: 1;
	top: 0%;
	left: 16%;
}

.custom-html--sitecore .swiper-slide-active .img-group.img-group-5 img.img3 {
	opacity: 1;
	top: 20%;
	left: 40%;
}

.custom-html--sitecore .swiper-slide-active .img-group-3 img.img1 {
	opacity: 1;
	top: 0%;
	left: 0%;
}

.custom-html--sitecore .swiper-slide-active .img-group-3 img.img2 {
	opacity: 0.6;
	top: 20%;
	left: 20%;
}

.custom-html--sitecore .swiper-slide-active .img-group-3 img.img3 {
	opacity: 0.2;
	top: 35%;
	left: 35%;
}

.custom-html--sitecore .swiper-slide-active .img-group-4 img.img1 {
	opacity: 1;
	top: 0%;
	left: 0%;
	width: 70%;
}

.custom-html--sitecore .img-group.img-group-6 img.img1 {
	position: absolute;
	z-index: 0;
	opacity: 0;
	top: -40%;
	-webkit-transition: all 1s ease 0.9s;
	transition: all 1s ease 0.9s;
}

.custom-html--sitecore .img-group.img-group-7 img.img1 {
	position: absolute;
	opacity: 0;
	top: -20%;
	right: 15%;
	-webkit-transition: all 1s ease 1s;
	transition: all 1s ease 1s;
	z-index: -1;
}

.custom-html--sitecore .swiper-slide-active .img-group.img-group-6 img.img1 {
	opacity: 1;
	top: -20%;
	width: 70%;
}

.custom-html--sitecore .swiper-slide-active .img-group.img-group-7 img.img1 {
	opacity: 1;
	top: 0%;
	z-index: -1;
	width: 55%;
}

/**Mobile view**/
.custom-html--sitecore .read-more {
	display: none;
}

.custom-html--sitecore .read-more.active {
  	display: block;
}

.custom-html--sitecore .read-more-v {
 	display: none;
}

.custom-html--sitecore .read-more-v.active {
	display: block;
}

/**Image background**/
.custom-html--sitecore .swiper-slide {
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 98% 100%;
}

.custom-html--sitecore .swiper-slide-0 {
	/* background: rgb(0,189,254); */
	/* background: linear-gradient(180deg, rgba(24,196,255,1) 1%, rgba(0,189,254,1) 100%); */
	background-image: url('/content/dam/accenture/final/a-com-migration/custom/cl-es/ascend-to-cloud/assets/Accenture-CA-bg-img14.jpg');

}

.custom-html--sitecore .swiper-slide-1 {
	/* background: rgb(131,223,255); */
	/* background: linear-gradient(180deg, rgba(54,204,255,1) 1%, rgba(24,196,255,1) 100%); */
	background-image: url('/content/dam/accenture/final/a-com-migration/custom/cl-es/ascend-to-cloud/assets/Accenture-CA-bg-img13.jpg');
}

.custom-html--sitecore .swiper-slide-2 {
	/* background: rgb(131,223,255); */
	/* background: linear-gradient(180deg, rgba(83,211,255,1) 1%, rgba(54,204,255,1) 100%); */
	background-image: url('/content/dam/accenture/final/a-com-migration/custom/cl-es/ascend-to-cloud/assets/Accenture-CA-bg-img12.jpg');
}

.custom-html--sitecore .swiper-slide-3 {
	/* background: rgb(131,223,255); */
	/* background: linear-gradient(180deg, rgba(110,218,255,1) 1%, rgba(83,211,255,1) 100%); */
	background-image: url('/content/dam/accenture/final/a-com-migration/custom/cl-es/ascend-to-cloud/assets/Accenture-CA-bg-img11.jpg');
}

.custom-html--sitecore .swiper-slide-4 {
	/* background: rgb(131,223,255); */
	/* background: linear-gradient(180deg, rgba(131,223,255,1) 1%, rgba(110,218,255,1) 100%); */
	background-image: url('/content/dam/accenture/final/a-com-migration/custom/cl-es/ascend-to-cloud/assets/Accenture-CA-bg-img10.jpg');
}

.custom-html--sitecore .swiper-slide-5 {
	/* background: rgb(131,223,255); */
	/* background: linear-gradient(180deg, rgba(156,229,255,1) 1%, rgba(131,223,255,1) 100%); */
	background-image: url('/content/dam/accenture/final/a-com-migration/custom/cl-es/ascend-to-cloud/assets/Accenture-CA-bg-img9.jpg');
}

.custom-html--sitecore .swiper-slide-6 {
	/* background: rgb(131,223,255); */
	/* background: linear-gradient(180deg, rgba(180,235,255,1) 1%, rgba(156,229,255,1) 100%); */
	background-image: url('/content/dam/accenture/final/a-com-migration/custom/cl-es/ascend-to-cloud/assets/Accenture-CA-bg-img8.jpg');
}

.custom-html--sitecore .swiper-slide-7 {
	/* background: rgb(131,223,255); */
	/* background: linear-gradient(180deg, rgba(191,238,255,1) 1%, rgba(180,235,255,1) 100%); */
	background-image: url('/content/dam/accenture/final/a-com-migration/custom/cl-es/ascend-to-cloud/assets/Accenture-CA-bg-img7.jpg');
}

.custom-html--sitecore .swiper-slide-8 {
	/* background: rgb(131,223,255); */
	/* background: linear-gradient(180deg, rgba(211,243,255,1) 1%, rgba(191,238,255,1) 100%); */
	background-image: url('/content/dam/accenture/final/a-com-migration/custom/cl-es/ascend-to-cloud/assets/Accenture-CA-bg-img6.jpg');
}

.custom-html--sitecore .swiper-slide-9 {
	/* background: rgb(131,223,255); */
	/* background: linear-gradient(180deg, rgba(223,246,255,1) 1%, rgba(211,243,255,1) 100%); */
	background-image: url('/content/dam/accenture/final/a-com-migration/custom/cl-es/ascend-to-cloud/assets/Accenture-CA-bg-img5.jpg');
}

.custom-html--sitecore .swiper-slide-10 {
	/* background: rgb(233,249,255); */
	/* background: linear-gradient(180deg, rgba(233,249,255,1) 1%, rgba(223,246,255,1) 100%); */
	background-image: url('/content/dam/accenture/final/a-com-migration/custom/cl-es/ascend-to-cloud/assets/Accenture-CA-bg-img4.jpg');
}

.custom-html--sitecore .swiper-slide-11 {
	/* background: rgb(246,253,255); */
	/* background: linear-gradient(180deg, rgba(246,253,255,1) 1%, rgba(233,249,255,1) 100%); */
	background-image: url('/content/dam/accenture/final/a-com-migration/custom/cl-es/ascend-to-cloud/assets/Accenture-CA-bg-img3.jpg');
}

.custom-html--sitecore .swiper-slide-12 {
	/* background: rgb(246,253,255); */
	/* background: linear-gradient(180deg, rgba(246,253,255,1) 1%, rgba(233,249,255,1) 100%); */
	background-image: url('/content/dam/accenture/final/a-com-migration/custom/cl-es/ascend-to-cloud/assets/Accenture-CA-bg-img2.jpg');
}

.custom-html--sitecore .vid-container.vid1 {
	position: absolute;
	width: 200px;
	height: 200px;
	bottom: 8%;
	left: 35%;
	opacity: 0;
	transition: opacity 0.7s ease 1s;
}

.custom-html--sitecore .swiper-slide-active .vid-container.vid1 {
	opacity: 0.7;
}

.custom-html--sitecore .vid-container.vid1 video {
	width: 100%;
}

.custom-html--sitecore .vid-container.vid2 {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.4;
}

.custom-html--sitecore .vid-container.vid2 video {
	width: 100%;
}

.custom-html--sitecore .video-player-module {
	height: 70vh;
}

.custom-html--sitecore .in-page-video.video-container {
	height: 100%;
}

/**Footer**/
@media screen and (min-width: 769px) {
	.custom-html--sitecore .body-content .ui-container.article-ribbon {
		position: fixed;
		bottom: -200px;
		width: 100%;
		z-index: 2;
		transition: all 0.6s ease 0.7s
	}

	#footer {
		position: fixed;
		bottom: -300px;
		width: 100%;
		z-index: 1;
		transition: all 0.6s ease 0.7s
	}

	.custom-html--sitecore .body-content .ui-container.article-ribbon.active {
		bottom: 160px;
	}

	.custom-html--sitecore .body-content .ui-container.article-ribbon {
		transform: scale(0.8);
		width: 130%;
		left: -10%;
	}

	#footer.active {
		position: fixed;
		bottom: -30px;
	}

	#footer {
		transform: scale(0.8);
		width: 130%;
		left: -10%;
	}

	.custom-html--sitecore span.module-title.cta-text {
		padding-left: 100px;
	}
}

/**Left Menu**/
.custom-html--sitecore .menu-left {
	position: fixed;
	z-index: 10;
	width: 100px;
	height: 95%;
	left: 0;
	top: 70px;
	background: #fff;
}

.custom-html--sitecore .menu-title {
	text-align: center;
	color: #A100FF;
	padding-top: 10px;
	padding-left: 10px
}

.custom-html--sitecore ul.menu-bar {
	height: 58%;
	position: absolute;
	top: 4%;
}

.custom-html--sitecore ul.menu-bar:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 2px;
	background: #E5E5E5;
	top: 50%;
	transform: translateY(-50%);
}

.custom-html--sitecore ul.menu-bar:before {
	content: "";
	width: 2px;
	height: 1%;
	bottom: 0%;
	background: #A100FF;
	position: absolute;
	transition: all 0.8s ease;
	z-index: 1;
}

.custom-html--sitecore ul.menu-bar li {
	width: 20px;
	height: 20px;
	background: transparent;
	border-radius: 50%;
	padding: 0px;
	list-style-type: none;
	position: relative;
	left: -4px;
	z-index: 2;
}

.custom-html--sitecore ul.menu-bar li:after {
	content: '';
	width: 60%;
	height: 60%;
	background: #E5E5E5;
	position: absolute;
	border-radius: 50%;
	top: 20%;
	left: 20%;
}

.custom-html--sitecore ul.menu-bar.bar-0:before {
	height: 1%;
}

.custom-html--sitecore ul.menu-bar.bar-1:before {
	height: 10%;
}

.custom-html--sitecore ul.menu-bar.bar-2:before {
	height: 20%;
}

.custom-html--sitecore ul.menu-bar.bar-3:before {
	height: 30%;
}

.custom-html--sitecore ul.menu-bar.bar-4:before {
	height: 41%;
}

.custom-html--sitecore ul.menu-bar.bar-5:before {
	height: 52%;
}

.custom-html--sitecore ul.menu-bar.bar-6:before {
	height: 63%;
}

.custom-html--sitecore ul.menu-bar.bar-7:before {
	height: 74%;
}

.custom-html--sitecore ul.menu-bar.bar-8:before {
	height: 85%;
}

.custom-html--sitecore ul.menu-bar.bar-9:before {
	height: 99%;
}

.custom-html--sitecore ul.menu-bar li {
	transition: background 0.7s ease;
	cursor: pointer;
}

.custom-html--sitecore ul.menu-bar li:nth-child(1) {
	position: absolute;
	left: 11px;
	top: -2%;
}

.custom-html--sitecore ul.menu-bar li:nth-child(2) {
	position: absolute;
	left: 11px;
	top: 10%;
}

.custom-html--sitecore ul.menu-bar li:nth-child(3) {
	position: absolute;
	left: 11px;
	top: 20%;
}

.custom-html--sitecore ul.menu-bar li:nth-child(4) {
	position: absolute;
	left: 11px;
	top: 30%;
}

.custom-html--sitecore ul.menu-bar li:nth-child(5) {
	position: absolute;
	left: 11px;
	top: 41%;
}

.custom-html--sitecore ul.menu-bar li:nth-child(6) {
	position: absolute;
	left: 11px;
	top: 52%;
}

.custom-html--sitecore ul.menu-bar li:nth-child(7) {
	position: absolute;
	left: 11px;
	top: 63%;
}

.custom-html--sitecore ul.menu-bar li:nth-child(8) {
	position: absolute;
	left: 11px;
	top: 74%;
}

.custom-html--sitecore ul.menu-bar li:nth-child(9) {
	position: absolute;
	top: 85%;
	left: 11px;
}

.custom-html--sitecore ul.menu-bar li:nth-child(10) {
	position: absolute;
	bottom: -2%;
	left: 11px;
	background: rgba(161, 0, 255, 0.2);
}

.custom-html--sitecore ul.menu-bar.bar-9 li:nth-child(9):after,
.custom-html--sitecore ul.menu-bar.bar-9 li:nth-child(1):after,
.custom-html--sitecore ul.menu-bar.bar-9 li:nth-child(2):after,
.custom-html--sitecore ul.menu-bar.bar-9 li:nth-child(3):after,
.custom-html--sitecore ul.menu-bar.bar-9 li:nth-child(4):after,
.custom-html--sitecore ul.menu-bar.bar-9 li:nth-child(5):after,
.custom-html--sitecore ul.menu-bar.bar-9 li:nth-child(6):after,
.custom-html--sitecore ul.menu-bar.bar-9 li:nth-child(7):after,
.custom-html--sitecore ul.menu-bar.bar-9 li:nth-child(8):after {
	background: #a100ff;
}

.custom-html--sitecore ul.menu-bar.bar-9 li:nth-child(9),
.custom-html--sitecore ul.menu-bar.bar-9 li:nth-child(1),
.custom-html--sitecore ul.menu-bar.bar-9 li:nth-child(2),
.custom-html--sitecore ul.menu-bar.bar-9 li:nth-child(3),
.custom-html--sitecore ul.menu-bar.bar-9 li:nth-child(4),
.custom-html--sitecore ul.menu-bar.bar-9 li:nth-child(5),
.custom-html--sitecore ul.menu-bar.bar-9 li:nth-child(6),
.custom-html--sitecore ul.menu-bar.bar-9 li:nth-child(7),
.custom-html--sitecore ul.menu-bar.bar-9 li:nth-child(8) {
	transition-delay: 0.8s;
	background: rgba(161, 0, 255, 0.2);
}

.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(9),
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(2),
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(3),
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(4),
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(5),
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(6),
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(7),
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(8) {
	transition-delay: 0.8s;
	background: rgba(161, 0, 255, 0.2);
}

.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(9):after,
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(2):after,
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(3):after,
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(4):after,
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(5):after,
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(6):after,
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(7):after,
.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(8):after {
	background: #a100ff;
}

.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(9),
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(3),
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(4),
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(5),
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(6),
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(7),
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(8) {
	transition-delay: 0.8s;
	background: rgba(161, 0, 255, 0.2);
}

.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(9):after,
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(3):after,
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(4):after,
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(5):after,
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(6):after,
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(7):after,
.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(8):after {
	background: #a100ff;
}

.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(9),
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(4),
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(5),
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(6),
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(7),
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(8) {
	transition-delay: 0.8s;
	background: rgba(161, 0, 255, 0.2);
}

.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(9):after,
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(4):after,
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(5):after,
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(6):after,
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(7):after,
.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(8):after {
	background: #a100ff;
}

.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(9),
.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(5),
.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(6),
.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(7),
.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(8) {
	transition-delay: 0.8s;
	background: rgba(161, 0, 255, 0.2);
}

.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(9):after,
.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(5):after,
.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(6):after,
.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(7):after,
.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(8):after {
	background: #a100ff;
}

.custom-html--sitecore ul.menu-bar.bar-4 li:nth-child(6),
.custom-html--sitecore ul.menu-bar.bar-4 li:nth-child(7),
.custom-html--sitecore ul.menu-bar.bar-4 li:nth-child(8),
.custom-html--sitecore ul.menu-bar.bar-4 li:nth-child(9) {
	transition-delay: 0.8s;
	background: rgba(161, 0, 255, 0.2);
}

.custom-html--sitecore ul.menu-bar.bar-4 li:nth-child(6):after,
.custom-html--sitecore ul.menu-bar.bar-4 li:nth-child(7):after,
.custom-html--sitecore ul.menu-bar.bar-4 li:nth-child(8):after,
.custom-html--sitecore ul.menu-bar.bar-4 li:nth-child(9):after {
	background: #a100ff;
}

.custom-html--sitecore ul.menu-bar.bar-3 li:nth-child(7),
.custom-html--sitecore ul.menu-bar.bar-3 li:nth-child(8),
.custom-html--sitecore ul.menu-bar.bar-3 li:nth-child(9) {
	transition-delay: 0.8s;
	background: rgba(161, 0, 255, 0.2);
}

.custom-html--sitecore ul.menu-bar.bar-3 li:nth-child(7):after,
.custom-html--sitecore ul.menu-bar.bar-3 li:nth-child(8):after,
.custom-html--sitecore ul.menu-bar.bar-3 li:nth-child(9):after {
	background: #a100ff;
}

.custom-html--sitecore ul.menu-bar.bar-2 li:nth-child(8),
.custom-html--sitecore ul.menu-bar.bar-2 li:nth-child(9) {
	transition-delay: 0.8s;
	background: rgba(161, 0, 255, 0.2);
}

.custom-html--sitecore ul.menu-bar.bar-2 li:nth-child(8):after,
.custom-html--sitecore ul.menu-bar.bar-2 li:nth-child(9):after {
	background: #a100ff;
}

.custom-html--sitecore ul.menu-bar.bar-1 li:nth-child(9) {
	transition-delay: 0.8s;
	background: rgba(161, 0, 255, 0.2);
}

.custom-html--sitecore ul.menu-bar.bar-1 li:nth-child(9):after {
	background: #a100ff;
}

.custom-html--sitecore ul.menu-bar li:nth-child(10):after {
	background: #a100ff;
}

.custom-html--sitecore ul.menu-bar li:nth-child(11) {
	display: none;
	top: 96.5%;
	left: 11px;
	background: rgba(161, 0, 255, 0.2);
	width: 20px;
	height: 20px;
	z-index: 1;
	position: absolute;
}

.custom-html--sitecore ul.menu-bar li .menu-sub-title {
	opacity: 0;
	text-align: center;
	color: #A100FF;
	position: fixed;
	/* top: 40%; */
	transform: rotate(-90deg) translateY(-50%);
	left: -88px;
	width: 360px;
}

.custom-html--sitecore ul.menu-bar.bar-0 li:nth-child(10) .menu-sub-title {
	opacity: 1;
}

.custom-html--sitecore ul.menu-bar.bar-1 li:nth-child(9) .menu-sub-title {
	opacity: 1;
}

.custom-html--sitecore ul.menu-bar.bar-2 li:nth-child(8) .menu-sub-title {
	opacity: 1;
}

.custom-html--sitecore ul.menu-bar.bar-3 li:nth-child(7) .menu-sub-title {
	opacity: 1;
}

.custom-html--sitecore ul.menu-bar.bar-4 li:nth-child(6) .menu-sub-title {
	opacity: 1;
}

.custom-html--sitecore ul.menu-bar.bar-5 li:nth-child(5) .menu-sub-title {
	opacity: 1;
}

.custom-html--sitecore ul.menu-bar.bar-6 li:nth-child(4) .menu-sub-title {
	opacity: 1;
	top: 30%;
}

.custom-html--sitecore ul.menu-bar.bar-7 li:nth-child(3) .menu-sub-title {
	opacity: 1;
	top: 30%;
}

.custom-html--sitecore ul.menu-bar.bar-8 li:nth-child(2) .menu-sub-title {
	opacity: 1;
	top: 40%;
}

.custom-html--sitecore ul.menu-bar.bar-9 li:nth-child(1) .menu-sub-title {
	opacity: 1;
	top: 40%;
}

.custom-html--sitecore ul.menu-bar li .menu-left-progress-bar {
	height: 8.2%;
	width: 4px;
	background: #A100FF;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: height 0.8s ease;
}

.custom-html--sitecore .scrollButton.ani-4 {
	bottom: 1%;
	top: auto;
	left: 48%;
	width: 120px;
	z-index: 5;
	font-size: 12px;
	padding: 0.2em 0.96rem;
}


@media screen and (max-height: 1024px) and (max-width: 768px) {
	.custom-html--sitecore .timeline {
		display: none;
	}

	.custom-html--sitecore .menu-left {
		display: none;
	}

	.custom-html--sitecore .img-marquee {
		height: 100%;
		width: 100%;
		overflow: hidden;
		position: relative;
		z-index: -1;
	}

	.custom-html--sitecore .img-marquee img {
		position: absolute;
		height: 100%;
		width: auto;
		right: 0;
	}

	.custom-html--sitecore .scrollButtonMobile {
		transform: translateX(45%);
	}
}

/**Docs**/
.custom-html--sitecore .tv-quickaccess.isActive {
	display: block
}

.custom-html--sitecore .tv-quickaccess {
	position: fixed;
	z-index: 100;
	left: 100px;
	bottom: 100%;
	display: block;
	transition: all 0.7s ease-out;
	width: 105.24px;
	height: 105.24px
}

.custom-html--sitecore .tv-quickaccess.isActive {
	bottom: 28%;
}

.custom-html--sitecore ul.tv-quickaccess__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.custom-html--sitecore .tv-quickaccess__item {
	cursor: pointer;
	position: absolute;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-family: "Graphik Medium", "Arial Black", sans-serif;
	font-size: 8px;
	line-height: 9px;
	border: 0;
	width: 80px;
	height: 80px;
	transition: all 0.6s ease
}

.custom-html--sitecore .tv-quickaccess__item:hover {
	background-color: #A100FF
}

.custom-html--sitecore .tv-quickaccess__item.shide {
	top: 0 !important
}

.custom-html--sitecore .tv-quickaccess__item.downloads {
	top: 0;
	z-index: 5
}

.custom-html--sitecore .tv-quickaccess__item.downloads i.close-download {
	font-size: 24px;
	transition: all 0.6s ease;
	transform: rotate(135deg)
}

.custom-html--sitecore .tv-quickaccess__item.downloads.isActive a,
.custom-html--sitecore .tv-quickaccess__item.downloads.isActive a span {
	color: #A100FF !important
}

.custom-html--sitecore .tv-quickaccess__item.downloads.isActive:hover a,
.custom-html--sitecore .tv-quickaccess__item.downloads.isActive:hover a span {
	color: #fff !important
}

.custom-html--sitecore .tv-quickaccess__item.downloads.isActive i.close-download {
	font-size: 24px;
	transition: all 0.6s ease;
	transform: rotate(0deg)
}

.custom-html--sitecore .tv-quickaccess__item.full-report {
	top: -100px;
	z-index: 4;
}

.custom-html--sitecore .tv-quickaccess__item.short-report {
	top: -200px;
	z-index: 3;
}

.custom-html--sitecore .tv-quickaccess__item.slide-share {
	top: -300px;
	z-index: 2;
}

.custom-html--sitecore .tv-quickaccess__item.slide-info {
	top: -400px;
	z-index: 1;
}

.custom-html--sitecore .tv-quickaccess__item a,
.custom-html--sitecore .tv-quickaccess__item div.btn-download {
	font-family: "Graphik Medium", "Arial Black", Sans-Serif;
	font-size: 8px;
	line-height: 9px;
	color: #fff;
	display: block;
	padding: 5px;
}

.custom-html--sitecore .tv-quickaccess__item a span,
.custom-html--sitecore .tv-quickaccess__item div.btn-download span {
	font-family: "Graphik Medium", "Arial Black", Sans-Serif;
	clear: both;
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	padding: 5px
}

/**Social Media**/
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee {
	position: fixed;
	bottom: 5px;
	left: 0.5%;
	z-index: 11;
}

@media screen and (max-height: 1024px) and (max-width: 768px) {
	.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee {
		bottom: 50%;
		transform: translateY(50%);
		left: 1%;
		z-index: 11;
	}

	.custom-html--sitecore .mobileView {
		padding: 0 7% !important;
	}

	.custom-html--sitecore .video-player-module {
		height: 30vh;
	}

	.custom-html--sitecore .navbar-header {
		float: none;
	}

	.custom-html--sitecore .navbar-toggle {
		display: block;
	}

	.custom-html--sitecore .navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.custom-html--sitecore .navbar-default .navbar-nav>li>a:hover,
	.custom-html--sitecore .navbar-default .navbar-nav>li>a:focus {
		color: #A100FF;
	}

	.custom-html--sitecore .navbar-collapse.collapse {
		display: none !important;
		overflow-y: auto !important;
		overflow-x: hidden !important;
	}

	.custom-html--sitecore .navbar-nav {
		float: none !important;
		margin: 7.5px -15px;
	}

	.custom-html--sitecore .navbar-nav>li {
		float: none;
	}

	.custom-html--sitecore .navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.custom-html--sitecore .navbar-text {
		float: none;
		margin: 15px 0;
	}

	.custom-html--sitecore .navbar-collapse.collapse.in {
		display: block !important;
	}

	.custom-html--sitecore .collapsing {
		overflow: hidden !important;
	}

	.custom-html--sitecore .navbar-default .navbar-toggle {
		margin-top: 5px;
	}

	.custom-html--sitecore .mobile-menu {
		top: 50px !important;
		z-index: 5;
	}
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee.isActive {
	z-index: 3
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon {
	padding-bottom: 2px
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger {
	display: block;
	text-align: center;
	padding: 5px;
	color: #7E00FF;
	border: 1px solid #7E00FF;
	border-radius: 50%;
	font-size: 20px;
	height: 30px;
	width: 30px;
	position: relative;
	opacity: 0;
	cursor: pointer
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.twitter {
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	top: 2500px
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.linkedin {
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	top: 2500px
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.facebook {
	-webkit-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	top: 2500px
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.mail {
	-webkit-transition: all 0.9s ease-out;
	-o-transition: all 0.9s ease-out;
	transition: all 0.9s ease-out;
	top: 2500px
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon.isActive .social-icon-trigger {
	top: 0;
	opacity: 1
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg {
	height: 100%;
	width: 100%;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg path {
	fill: #7E00FF;
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover {
	background-color: #7E00FF;
	color: #fff
}

.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover svg path {
	fill: #fff;
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section {
	position: fixed;
	top: 50%;
	left: 1%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section.isActive {
	z-index: 3
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon {
	padding-bottom: 10px
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger {
	display: block;
	text-align: center;
	padding: 10px;
	color: #7E00FF;
	border: 1px solid #7E00FF;
	border-radius: 50%;
	font-size: 20px;
	height: 42px;
	width: 42px;
	position: relative;
	opacity: 0;
	cursor: pointer
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.twitter {
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	top: 2500px
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.linkedin {
	-webkit-transition: all 0.9s ease-out;
	-o-transition: all 0.9s ease-out;
	transition: all 0.9s ease-out;
	top: 2500px
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.facebook {
	-webkit-transition: all 0.9s ease-out;
	-o-transition: all 0.9s ease-out;
	transition: all 0.9s ease-out;
	top: 2500px
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.mail {
	-webkit-transition: all 1.2s ease-out;
	-o-transition: all 1.2s ease-out;
	transition: all 1.2s ease-out;
	top: 2500px
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon.isActive .social-icon-trigger {
	top: 0;
	opacity: 1
}

.custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon:hover .social-icon-trigger:hover {
	background-color: #7E00FF;
	color: #fff
}