@import url("https://use.fontawesome.com/releases/v5.2.0/css/all.css");
html {
	background-color: transparent;
}
.custom-html--sitecore #block-marquee-section {
	position: relative;
	z-index: 10;
	-webkit-box-shadow: 0 8px 5px -5px #5e5e5e;
	box-shadow: 0 8px 5px -5px #5e5e5e;
	display: flow-root;
}
.custom-html--sitecore .marquee-container {
	height: 80vh;
	background: #111;
}
.custom-html--sitecore .onMac .marquee-container{
	background: #111;
}
.custom-html--sitecore img.audioControl{
	width: 100%;
	height: 100%;
}
.custom-html--sitecore img.ITNlogo{
	position: absolute;
	z-index: 2;
	top: 2%;
	left: 1%;
	width: 120px;
	cursor: pointer;
}
.custom-html--sitecore img.marqueeImg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-45%);
	-ms-transform: translate(-50%,-45%);
	transform: translate(-50%,-45%);
	width: 100%;
}
.custom-html--sitecore div#mute-video {
	position: absolute;
	z-index: 2;
	right: 5%;
	top: 1%;
	cursor: pointer;
	width: 80px;
	height: 80px;
}
.custom-html--sitecore div#play-video, 
.custom-html--sitecore div#volume-video{
	position: absolute;
	z-index: 2;
	background: black;
	color: white;
	width: 40px;
	height: 40px;
	bottom: 3%;
	left: 48%;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
	transform: translateX(-50%);
}
.custom-html--sitecore div#volume-video{
	left: 52%;
}
.custom-html--sitecore div#play-video.isActive, 
.custom-html--sitecore div#volume-video.isActive{
	border: 2px solid #A100FF;
}
.custom-html--sitecore i.icon-play.fas, 
.custom-html--sitecore i.icon-mute.fas {
	position: relative;
	left: 50%;
	top: 40%;
	transform: translate(-50%,-50%);
}

.custom-html--sitecore video.vidm-0 {
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.custom-html--sitecore video.vidm {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	z-index: -1;
	visibility: hidden;
}
.custom-html--sitecore .sub-marquee.inIE .row.row-new{
	display: none;
}
.custom-html--sitecore .sub-marquee.inIE .background-video video.vidm{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	z-index: 1;
	visibility: visible;
}
.custom-html--sitecore video.vidm.isActive{
	visibility: visible;
}
.custom-html--sitecore .marquee-headline {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 70vw;
	z-index: 9;
}
.custom-html--sitecore .sub-marquee-headline {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}
.custom-html--sitecore .marquee-headline h2, 
.custom-html--sitecore .sub-marquee-headline h2{
	font-size: 8.8rem;
	letter-spacing: -0.05em;
	line-height: 8.8rem;
	font-family: "Graphik Black",Arial,Sans-Serif!important;
	color: #fff;
}
.custom-html--sitecore .marquee-headline h3, 
.custom-html--sitecore .sub-marquee-headline h3{
	font-size: 4rem;
	color: black;
	font-family: "Graphik Bold","Arial",Sans-Serif;
	letter-spacing: -0.02em;
	line-height: 109%;
	color: #fff;
}
.custom-html--sitecore .sub-marquee-headline h2,
.custom-html--sitecore .sub-marquee-headline h3, 
.custom-html--sitecore .sub-marquee-headline h5{
	color: #fff;
}
.custom-html--sitecore .double-arrow-down {
	cursor: pointer;
	position: absolute;
	top: 5px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-animation: arrowDown 1.5s infinite;
	animation: arrowDown 1.5s infinite;
	z-index: 1;
}
.custom-html--sitecore .double-arrow-down img{
	width: 50px;
}
.custom-html--sitecore .marquee-container .background-video-marquee{
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.custom-html--sitecore .content-module {
	padding: 0;
}
.custom-html--sitecore .sub-marquee .background-video{
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
}
@-webkit-keyframes arrowDown {
	0% {
		top: 5px;
	}
	70% {
		top: 15px;
	}
	100% {
		top: 5px;
	}
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.custom-html--sitecore .marquee-container.visible {
	opacity: 1;
}
.custom-html--sitecore .background-lemon {
	position: absolute;
	right: 0;
	overflow: hidden;
	width: 40vw;
	height: 100%;
	z-index: 8;
}
.custom-html--sitecore .background-lemon img{
	-webkit-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
	height: 80vh;
	position: absolute;
	right: -10%;
	opacity: 0;
	top: 5vh;
}
.custom-html--sitecore .background-lemon.visible img{
	right: 0;
	opacity: 1;
}
/*Navigation*/
.custom-html--sitecore .mouse-scroll {
	position: fixed;
	bottom: 10%;
	left: 50%;
	width: 25px;
	height: 40px;
	border-radius: 100px;
	border: 2px solid #c4c4c4;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 1 !important;
	text-align: center;
}
.custom-html--sitecore .mouse-scroll.isAbsolute{
	position: absolute;
}
.custom-html--sitecore .mouse-scroll .wheel {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 5px;
	height: 10px;
	background-color: #c4c4c4;
	border-radius: 4px;
	-webkit-animation: mouseWheel 1.4s infinite;
	animation: mouseWheel 1.4s infinite;
}
.custom-html--sitecore .mouse-scroll span{
	position: absolute;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	color: #c4c4c4;
}

.custom-html--sitecore .btn:hover, 
.custom-html--sitecore .btn:focus, 
.custom-html--sitecore .btn.focus{
	background-color: #A100FF;
}
.custom-html--sitecore .share-tools.module{
	display:none;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee{
	position:fixed;
	top:50%;
	left:1%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:11;
}
.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:10px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .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;
	background-color: rgba(255,255,255, 0.6);
}
.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.6s ease-out;
	-o-transition:all 0.6s ease-out;
	transition:all 0.6s ease-out;
	top:2500px;
}
.custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .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-marquee .icon-bar-marquee .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-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;
}
.custom-html--sitecore .tv-quickaccess.isActive{
	display:block;
}
.custom-html--sitecore .tv-quickaccess{
	position:fixed;
	z-index:100;
	right:0;
	top:150%;
	display:block;
	-webkit-transition:all 0.7s ease-out;
	-o-transition:all 0.7s ease-out;
	transition:all 0.7s ease-out;
	width:105.24px;
	height:105.24px;
}
.custom-html--sitecore .tv-quickaccess.isActive{
	top:25%;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__menu{
	list-style:none;
	margin:0;
	padding:0;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);
	box-shadow:0 0 10px rgba(0,0,0,.4);
}
.custom-html--sitecore .tv-quickaccess .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:105px;
	height:105px;
	min-height:105px;
	-webkit-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item:hover{
	background-color:#A100FF;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.shide{
	top:0!important;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads{
	top:0;
	z-index:5;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads i.close-download{
	font-size:24px;
	-webkit-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	-webkit-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a span{
	color:#A100FF!important;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span{
	color:#fff!important;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive i.close-download{
	font-size:24px;
	-webkit-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.full-report {
	top: 104px;
	z-index: 4;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.short-report {
	top: 207px;
	z-index: 3;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share {
	top: 309px;
	z-index: 2;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-info {
	top: 410px;
	z-index: 1;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item a,
.custom-html--sitecore .tv-quickaccess .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;
	padding-top:18px;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item a span,
.custom-html--sitecore .tv-quickaccess .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;
}
.custom-html--sitecore .tv-quickaccess-mobile.isActive{
	display:block;
}
.custom-html--sitecore .tv-quickaccess-mobile{
	position:fixed;
	z-index:100;
	right:0;
	bottom:-150%;
	display:block;
	-webkit-transition:all 0.7s ease-out;
	-o-transition:all 0.7s ease-out;
	transition:all 0.7s ease-out;
	width:40px;
	height:40px;
}
.custom-html--sitecore .tv-quickaccess-mobile.isActive{
	bottom:3%;
	right: 3%;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__menu{
	list-style:none;
	margin:0;
	padding:0;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);
	box-shadow:0 0 10px rgba(0,0,0,.4);
}
.custom-html--sitecore .tv-quickaccess-mobile .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: 40px;
	height: 40px;
	min-height: 40px;
	border-radius: 50%;
	-webkit-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.custom-html--sitecore .tv-quickaccess-mobile .btn-download {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item:hover{
	background-color:#A100FF;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.shide{
	bottom:0!important;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads{
	bottom:0;
	z-index:5;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads i.close-download{
	font-size:24px;
	-webkit-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	-webkit-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a span{
	color:#A100FF!important;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive:hover a,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span{
	color:#fff!important;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive i.close-download{
	font-size:24px;
	-webkit-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.full-report {
	bottom: 41px;
	z-index: 4;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.short-report {
	bottom: 82px;
	z-index: 3;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.slide-share {
	bottom: 123px;
	z-index: 2;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.slide-info {
	bottom: 164px;
	z-index: 1;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item a,
.custom-html--sitecore .tv-quickaccess .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:12px;
}
.custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item a span,
.custom-html--sitecore .tv-quickaccess .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;
}
.custom-html--sitecore .align-center{
	text-align:center;
}
.custom-html--sitecore .download-container{
	margin-left:30px;
}
ul.downloads{
	margin-top:0rem;
}
.custom-html--sitecore .downloads li.head span{
	border-bottom:3px solid #A100FF;
	padding-bottom:15px;
}
.custom-html--sitecore .downloads>li{
	width:100%;
	padding-top:9px;
}
.custom-html--sitecore .downloads>li>a{
	position:relative;
	display:block;
	font-family:"Graphik medium","Arial",Sans-Serif;
	font-size:10px!important;
	margin-bottom:10px;
	-webkit-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	color:#000;
	margin:0;
}
.custom-html--sitecore .downloads>li>a:hover{
	color:#A100FF;
}
.custom-html--sitecore .downloads>li>a>img{
	padding-right:10px;
}
.custom-html--sitecore .nav-pills>li+li{
	padding-top:22px
}
.custom-html--sitecore .share-button{
	cursor:pointer;
	position:relative;
}
.custom-html--sitecore a#share-button-2,
.custom-html--sitecore a#share-button-3,
.custom-html--sitecore a#share-button-4,
.custom-html--sitecore a#share-button-1,
.custom-html--sitecore a#share-button-5,
.custom-html--sitecore a#share-button-6{
	color:#fff!important;
	padding:10px 1px;
	position:relative;
	z-index:1;
}
.custom-html--sitecore .arrow-down{
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid black;
	position:absolute;
	top:-20px;
	left:15px;
	-webkit-transform:translateX(50%);
	-ms-transform:translateX(50%);
	transform:translateX(50%);
	opacity:0;
}
.custom-html--sitecore .arrow-down.isActive{
	-webkit-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	-webkit-transition-delay:0.6s;
	-o-transition-delay:0.6s;
	transition-delay:0.6s;
	top:-10px;
	opacity:1;
}
.custom-html--sitecore .social-share-container{
	-webkit-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	position:absolute;
	top:0;
	height:30px;
	width:auto;
	left:0;
	background-color:black;
	opacity:0;
	z-index:-1;
}
.custom-html--sitecore .social-share-container.isActive{
	top:-40px;
	opacity:1;
	z-index:1;
	padding:10px;
}
.custom-html--sitecore .social-share-container a{
	color:#fff!important;
	margin-top:-10px;
	display:inline-block;
	padding:5px;
}

.custom-html--sitecore .social-share-container a:hover{
	color:#A100FF!important;
}

.custom-html--sitecore img.intoTheNewLogo{
	width: auto;
	max-height: 40px;
}
.custom-html--sitecore .row.itn-nav{
	padding-bottom:0!important;
	padding-top:1.6rem!important;
	max-width:91%!important;
}
.custom-html--sitecore #hero-carousel{
	margin-top:80px;
}
.custom-html--sitecore .hero-background-dashboard{
	position:absolute;
	top:0;
	left:0;
	height:230px;
	width:100%;
	background-color:#000;
	z-index:-1;
}
.custom-html--sitecore nav.navbar.navbar-light.bg-light{
	position:absolute;
	z-index:20;
	top:-65px;
	left:0;
	width:100%;
	height:auto;
	margin-top:60px;
	background-color:#000;
}
.custom-html--sitecore nav.navbar.navbar-light.bg-light.inFixed{
	position:fixed;
	top:30px;
}
.custom-html--sitecore ul.navbar-nav>li>a.moveTo{
	padding-top:3.2rem!important;
	margin-bottom:0;
	color:#efefef;
	font-size:12px;
}
.custom-html--sitecore ul.navbar-nav>li>a.moveTo:hover{
	color:#fff;
	background-color:#000;
}
.custom-html--sitecore .content-module a:visited,
.custom-html--sitecore .content-module a:visited strong,
.custom-html--sitecore .content-module a:visited:focus,
.custom-html--sitecore .content-module a:visited:hover{
	color:#fff;
}
.custom-html--sitecore .nav>li>a:focus,
.custom-html--sitecore .nav>li>a:hover{
	text-decoration:underline;
	background-color:transparent;
}
.custom-html--sitecore div#block-media-navigator-section{
	height:0;
}
.custom-html--sitecore .focus-indicator a:focus{
	outline:transparent solid 3px!important
}
.custom-html--sitecore #less-ellyn, 
.custom-html--sitecore #less-eva, 
.custom-html--sitecore #less-julie{
	display:none;
}
.custom-html--sitecore #less-ellyn,
.custom-html--sitecore #less-eva,
.custom-html--sitecore #less-julie,
.custom-html--sitecore #read-ellyn,
.custom-html--sitecore #read-eva,
.custom-html--sitecore #read-julie{
	cursor:pointer;
}
.custom-html--sitecore .marquee-holder{
	opacity:0;
}
.custom-html--sitecore .headline.headline-text{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	color:#fff;
	width:100%;
	text-align:center;
	display:none;
	text-shadow:2px 2px #000;
	padding:0 10px;
}
.custom-html--sitecore .globe-image{
	margin-left:20px;
}
.custom-html--sitecore .globe-video{
	position:absolute;
	left:0;
	z-index:-1;
	top:0;
	width:70%;
	text-align:center;
	margin-left:15%;
	margin-top:3%;
}
.custom-html--sitecore .count-up-1,
.custom-html--sitecore .count-up-2{
	position:absolute;
	width:100%;
	text-align:center;
}
.custom-html--sitecore .count-up-1{
	top:10%
}
.custom-html--sitecore .count-up-2{
	bottom:15%;
}
.custom-html--sitecore .counter{
	width:150px;
	margin:auto auto -10px;
}

.custom-html--sitecore .ITN-logo-768{
	/*display: none !important;*/
}
/* @media (max-width:1450px) and (min-width:1000px){ */
/* .hide-768{ */
/* display: none !important; */
/* } */
/* .ITN-logo-768{ */
/* display: block !important; */
/* } */
/* } */

.custom-html--sitecore .content-module.inIE{
	overflow: hidden;
}
.custom-html--sitecore .share-text.eyebrow-title {
	float: left;
	padding-right: 10px;
}
.custom-html--sitecore .social-likes.social-likes_visible {
	position: relative;
	float: left;
	border: 2px #004DFF solid;
	color: #004DFF;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	margin: -5px 10px 0px 10px;
	cursor: pointer;
}
.custom-html--sitecore .social-likes.social-likes_visible svg{
	height: 70%;
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.custom-html--sitecore .social-likes.social-likes_visible svg path{
	fill: #004DFF;
}
.custom-html--sitecore .social-likes.social-likes_visible.disable{
	border: 2px #cfcfcf solid;
	color: #cfcfcf;
}
.custom-html--sitecore .social-likes.social-likes_visible.disable svg path{
	fill: #cfcfcf;
}
.custom-html--sitecore .social-likes.social-likes_visible i{
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.custom-html--sitecore .tv-quickaccess{
	/*right: 15px;*/
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item{
	background-color: rgba(0,0,0, 0.95);
}
.custom-html--sitecore .tv-quickaccess:after {
	/* background-image: -o-radial-gradient(#dddddd 20%, transparent 20%), -o-radial-gradient(#cccccc 20%, transparent 20%); */
	/* background-image: radial-gradient(#dddddd 20%, transparent 20%), radial-gradient(#cccccc 20%, transparent 20%); */
	/*background: url(/content/dam/accenture/final/a-com-migration/custom/us-en/culture-equality-research/Accenture-tech-vision-2020-purple-pattern.png);
	background-color: transparent;
	background-position: 0 0, 3px 3px;
	background-size: 6px 6px;
	content: '';
	position: absolute;
	right: -15px;
	top: 15px;
	width: 100%;
	height: 400%;
	-webkit-transition: height 0.6s ease;
	-o-transition: height 0.6s ease;
	transition: height 0.6s ease;
	z-index:-1;*/
}
.custom-html--sitecore .tv-quickaccess.reduceShadow:after {
	height: 100%;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.full-report{
	top: 104px;
	opacity:1;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.short-report{
	top: 208px;
	opacity:1;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share{
	top: 312px;
	opacity:1;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-info{
	top: 420px;
	opacity:1;
}
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.full-report.shide,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.short-report.shide,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share.shide,
.custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-info.shide{
	opacity: 0;
}
.custom-html--sitecore .two-colum-value div{
	position: relative;
	z-index: 2;
}
.custom-html--sitecore .two-colum-value:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 90%;
	background: #efefef;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	top: -5%;
	left: 5%;
	opacity: 0.8;
	z-index: 1;
}
.custom-html--sitecore .two-colum-value.background-adjust:before{
	top: 15%;
}
.custom-html--sitecore .two-colum-value:after {
	content: '';
	position: absolute;
	position: absolute;
	width: 55%;
	height: 84%;
	background-image: -o-radial-gradient(#dddddd 20%, transparent 20%), -o-radial-gradient(#cccccc 20%, transparent 20%);
	background-image: radial-gradient(#dddddd 20%, transparent 20%), radial-gradient(#cccccc 20%, transparent 20%);
	background-color: transparent;
	background-position: 0 0, 3px 3px;
	background-size: 6px 6px;
	-webkit-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	transform: rotate(1deg);
	-webkit-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	top: 0%;
	left: 40%;
	z-index: 0;
}
.custom-html--sitecore .two-colum-value.background-adjust:after{
	top: 20%;
}
/*On View Dotted background*/
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) translate3d(0, 0, 0);
		transform: rotate(0deg) translate3d(0, 0, 0);
	}
	25% {
		-webkit-transform: rotate(2deg) translate3d(0, 0, 0);
		transform: rotate(2deg) translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: rotate(-1deg) translate3d(0, 0, 0);
		transform: rotate(-1deg) translate3d(0, 0, 0);
	}
	75% {
		-webkit-transform: rotate(1deg) translate3d(0, 0, 0);
		transform: rotate(1deg) translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: rotate(2deg) translate3d(0, 0, 0);
		transform: rotate(2deg) translate3d(0, 0, 0);
	}
}
@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) translate3d(0, 0, 0);
		transform: rotate(0deg) translate3d(0, 0, 0);
	}
	25% {
		-webkit-transform: rotate(2deg) translate3d(0, 0, 0);
		transform: rotate(2deg) translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: rotate(-1deg) translate3d(0, 0, 0);
		transform: rotate(-1deg) translate3d(0, 0, 0);
	}
	75% {
		-webkit-transform: rotate(1deg) translate3d(0, 0, 0);
		transform: rotate(1deg) translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: rotate(2deg) translate3d(0, 0, 0);
		transform: rotate(2deg) translate3d(0, 0, 0);
	}
}
.custom-html--sitecore .sub-marquee.inIE .row{
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	z-index: 1;
}
.custom-html--sitecore .puple-quote{
	font-size: 6.4rem;
	font-family: "Arial",Sans-Serif !important;
	font-weight: 800;
	color: #A100FF;
}
.custom-html--sitecore h3.h3-authors {
	font-size: 2.88rem;
}
.custom-html--sitecore hr.hr-authors {
	border: .09em solid #111;
	background: #111;
	width: 50%;
}
.custom-html--sitecore .block-purple-quote p, 
.custom-html--sitecore .block-purple-quote-right p{
	padding: 5%;
	background: #fff;
	font-family: "Graphik SemiBold","Arial",Sans-Serif;
	font-size: 2.4rem;
	line-height: 2.56rem;
	position: relative;
	z-index: 1;
}
.custom-html--sitecore .block-purple-quote-no-box p{
	padding: 5%;
	background: #fff;
}
.custom-html--sitecore .block-purple-quote:after {
	content: '';
	background: url(/content/dam/accenture/final/a-com-migration/custom/us-en/culture-equality-research/Accenture-tech-vision-2020-purple-pattern.png);
	width: 120%;
	height: 95%;
	position: absolute;
	top: 20%;
	right: -20%;
	z-index: -1;
}
.custom-html--sitecore .block-purple-quote-right:after {
	content: '';
	background: url(/content/dam/accenture/final/a-com-migration/custom/us-en/culture-equality-research/Accenture-tech-vision-2020-purple-pattern.png);
	width: 90%;
	height: 95%;
	position: absolute;
	top: 20%;
	left: -20%;
	z-index: -1;
}
.custom-html--sitecore .social-icons div a {
	float: left;
	font-size: 1.81rem;
	border: .12em solid #004dff;
	width: 1.9em;
	height: 1.85em;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	padding-top: .2em;
	margin-right: 0.8rem;
}
.custom-html--sitecore .social-icons div a:hover, 
.custom-html--sitecore .social-icons div a:focus, 
.custom-html--sitecore .social-icons div a:visited,
.custom-html--sitecore .social-icons div a:visited:focus,  
.custom-html--sitecore .social-icons div a:visited:hover{
	color: blue;
}
.custom-html--sitecore .content-module .social-icons .ion-social-twitter a:hover {
	color: #00BAFF !important;
}
.custom-html--sitecore .yvideo-container {
	overflow: hidden;
	position: relative;
	width:100%;
}
.custom-html--sitecore .yvideo-container::after {
	padding-top: 56.25%;
	display: block;
	content: '';
}
.custom-html--sitecore .yvideo-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.custom-html--sitecore a.btn-purple{
	padding-bottom: 10px;
}
.custom-html--sitecore .btn-purple .btn-title {
	width: 100%;
	background: #A100FF;
	padding: 5%;
	font-family: "Graphik SemiBold","Arial",Sans-Serif;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.custom-html--sitecore .btn-white .btn-title {
	width: 100%;
	background: #fff;
	color: #1e1e1e;
	padding: 5%;
	font-family: "Graphik SemiBold","Arial",Sans-Serif;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	line-height: 1.76rem;
}
.custom-html--sitecore .btn-purple:hover .btn-title {
	background: #1e1e1e;
}
.custom-html--sitecore .btn-white:hover .btn-title {
	background: #A100FF;
	color: #fff;
}
.custom-html--sitecore .box-light-grey label{
	font-family: "Graphik SemiBold","Arial",Sans-Serif;
}
.custom-html--sitecore .purple-icon {
	width: 70%;
	padding-bottom: 10px;
}
.custom-html--sitecore .btn-purple i.white-right-arrow {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.custom-html--sitecore .btn-white i.white-right-arrow {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.custom-html--sitecore .btn-purple:hover i.white-right-arrow {
	right: 10px;
}
.custom-html--sitecore .btn-white:hover i.white-right-arrow {
	right: 10px;
}
i.white-right-arrow img {
	height: 15px;
}
.custom-html--sitecore .white-container {
	/* background-color: #ffffff; */
	padding-bottom: 4.8rem;
	z-index: 1;
}
.custom-html--sitecore .grey-container {
	background-color: #F8F8F8;
	padding-bottom: 4.8rem;
	z-index: 1;
}
.custom-html--sitecore .box-lightest-grey{
	background: #f2f2f2;
	padding: 2%;
}

/*block-The-I-in-experience-sub-marquee*/
.custom-html--sitecore .sub-marquee {
	height: 70vh;
	min-height: 300px;
	position: relative;
	-webkit-box-shadow: 0 8px 5px -5px #5e5e5e;
	box-shadow: 0 8px 5px -5px #5e5e5e;
}
.custom-html--sitecore .sub-marquee h1{
	/* text-transform: uppercase; */
}

/*Trend-3*/
.custom-html--sitecore .leader-priorities-mobile.forIE.inIE{
	display: block!important;
}
.custom-html--sitecore .leader-priorities-mobile.forIE.inIE img.leader-priorities-mobile{
	width: 100% !important;
}
.custom-html--sitecore .leader-priorities.forIE.inIE, 
.custom-html--sitecore .leader-priorities-mobile.forIE.inIE p.scroll-left{
	display: none!important;
}
.custom-html--sitecore .bar-graphs{
	width: 100%;
	height: 350px;
	position: relative;
	margin-bottom: 240px;
}
.custom-html--sitecore .bar-graphs-v2{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.custom-html--sitecore .bar-graphs-v2.inIOS{
	overflow: hidden;
}
.custom-html--sitecore .blue-box{
	width: 35px;
	bottom: 3%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: height 1s ease-out, -webkit-transform 0.7s ease-out 1s;
	transition: height 1s ease-out, -webkit-transform 0.7s ease-out 1s;
	-o-transition: height 1s ease-out, transform 0.7s ease-out 1s;
	transition: height 1s ease-out, transform 0.7s ease-out 1s;
	transition: height 1s ease-out, transform 0.7s ease-out 1s, -webkit-transform 0.7s ease-out 1s;
	height: 10px;
	-webkit-transform: rotateY(15deg) rotateX(-4deg) rotateZ(-1deg);
	transform: rotateY(15deg) rotateX(-4deg) rotateZ(-1deg);
}
.custom-html--sitecore .blue-box-1{
	left: 5%;
}
.custom-html--sitecore .blue-box-2{
	left: 16%;
}
.custom-html--sitecore .blue-box-3{
	left: 27%;
}
.custom-html--sitecore .blue-box-4{
	left: 38%;
}
.custom-html--sitecore .blue-box-5{
	left: 49%;
}
.custom-html--sitecore .blue-box-6{
	left: 60%;
}
.custom-html--sitecore .blue-box-7{
	left: 71%;
}
.custom-html--sitecore .blue-box-8{
	left: 82%;
}
.custom-html--sitecore .blue-box.isActive{-webkit-transform: rotateY(45deg) rotateX(-25deg) rotateZ(-23deg); transform: rotateY(45deg) rotateX(-25deg) rotateZ(-23deg);}
.custom-html--sitecore .blue-box-1.isActive{height: 300px; }
.custom-html--sitecore .blue-box-2.isActive{height: 280px; -webkit-transform: rotateY(45deg) rotateX(-25deg) rotateZ(-23deg); transform: rotateY(45deg) rotateX(-25deg) rotateZ(-23deg);}
.custom-html--sitecore .blue-box-3.isActive{height: 240px; -webkit-transform: rotateY(45deg) rotateX(-25deg) rotateZ(-23deg); transform: rotateY(45deg) rotateX(-25deg) rotateZ(-23deg);}
.custom-html--sitecore .blue-box-4.isActive{height: 220px; -webkit-transform: rotateY(45deg) rotateX(-25deg) rotateZ(-23deg); transform: rotateY(45deg) rotateX(-25deg) rotateZ(-23deg);}
.custom-html--sitecore .blue-box-5.isActive{height: 220px; -webkit-transform: rotateY(45deg) rotateX(-25deg) rotateZ(-23deg); transform: rotateY(45deg) rotateX(-25deg) rotateZ(-23deg);}
.custom-html--sitecore .blue-box-6.isActive{height: 180px; -webkit-transform: rotateY(45deg) rotateX(-25deg) rotateZ(-23deg); transform: rotateY(45deg) rotateX(-25deg) rotateZ(-23deg);}
.custom-html--sitecore .blue-box-7.isActive{height: 150px; -webkit-transform: rotateY(45deg) rotateX(-25deg) rotateZ(-23deg); transform: rotateY(45deg) rotateX(-25deg) rotateZ(-23deg);}
.custom-html--sitecore .blue-box-8.isActive{height: 130px; -webkit-transform: rotateY(45deg) rotateX(-25deg) rotateZ(-23deg); transform: rotateY(45deg) rotateX(-25deg) rotateZ(-23deg);}
.custom-html--sitecore .onIE .blue-box-1,
.custom-html--sitecore .onIE .blue-box-2,
.custom-html--sitecore .onIE .blue-box-1.isActive,
.custom-html--sitecore .onIE .blue-box-2.isActive{
	-webkit-transform: none;
	transform: none;
}
.custom-html--sitecore .blue-box .cic-front {
	display: block;
	-webkit-transform: rotateY(-90deg) translateX(50%) rotateY(90deg);
	transform: rotateY(-90deg) translateX(50%) rotateY(90deg);
	background: rgb(28,136,255);
	background: linear-gradient(0deg, rgba(8,217,251,0.5) 0%, rgba(28,136,255,1) 100%);
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.custom-html--sitecore .blue-box .cic-left, 
.custom-html--sitecore .blue-box .cic-top {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.custom-html--sitecore .blue-box .cic-left {
	height: 100%;
	-webkit-transform: translateX(-50%) rotateY(90deg);
	transform: translateX(-50%) rotateY(90deg);
	background: rgba(28,136,255,0.8);
}
.custom-html--sitecore .blue-box .cic-top {
	padding-bottom: 100%;
	-webkit-transform: translateY(-50%) rotateX(90deg);
	transform: translateY(-50%) rotateX(90deg);
	background: rgb(8,217,251);
	background: linear-gradient(36deg, rgba(8,217,251,1) 0%, rgba(8,217,251,0.5) 100%);
}
.custom-html--sitecore .blue-box-7 .cic-front {
	display: block;
	-webkit-transform: rotateY(-90deg) translateX(50%) rotateY(90deg);
	transform: rotateY(-90deg) translateX(50%) rotateY(90deg);
	background: rgba(186, 237, 255, 0.8);
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.custom-html--sitecore .blue-box-7 .cic-left {
	height: 100%;
	-webkit-transform: translateX(-50%) rotateY(90deg);
	transform: translateX(-50%) rotateY(90deg);
	background: rgba(206, 241, 255, 0.5);
}
.custom-html--sitecore .blue-box-7 .cic-top {
	padding-bottom: 100%;
	-webkit-transform: translateY(-50%) rotateX(90deg);
	transform: translateY(-50%) rotateX(90deg);
	background: rgba(206, 241, 255, 1);
}
.custom-html--sitecore .cic-front .line-bar {
	width: 100%;
	height: 2px;
	background: rgb(255,255,255);
	background: -o-linear-gradient(313deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 90%);
	background: linear-gradient(137deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 90%);
	position: absolute;
}
.custom-html--sitecore .cic-left .line-bar {
	width: 100%;
	height: 2px;
	background: rgb(255,255,255);
	background: -o-linear-gradient(313deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 90%);
	background: linear-gradient(137deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 90%);
	position: absolute;
}
.custom-html--sitecore img.lb-background {
	width: 90%;
	position: absolute;
	bottom: -20%;
	left: -5%;
}
.custom-html--sitecore label.bb-label-percentage {
	font-family: "Graphik Bold","Arial",sans-serif;
	font-size: 3.84rem;
	position: absolute;
}
.custom-html--sitecore label.bb-label-percentage-1{
	left: 4%;
	top: 3%;
}
.custom-html--sitecore label.bb-label-percentage-2{
	left: 15%;
	top: 8%;
}
.custom-html--sitecore label.bb-label-percentage-3{
	left: 26%;
	top: 20%;
}
.custom-html--sitecore label.bb-label-percentage-4{
	left: 36%;
	top: 26%;
}
.custom-html--sitecore label.bb-label-percentage-5{
	left: 48%;
	top: 26%;
}
.custom-html--sitecore label.bb-label-percentage-6{
	top: 35%;
	left: 59%;
}
.custom-html--sitecore label.bb-label-percentage-7{
	top: 42%;
	left: 70%;
}
.custom-html--sitecore label.bb-label-percentage-8{
	top: 48%;
	left: 81%;
}
.custom-html--sitecore .blue-box-label {
	width: 10%;
	position: absolute;
	top: 100%;
}
.custom-html--sitecore .blue-box-label-1{
	left: 2%;
}
.custom-html--sitecore .blue-box-label-2{
	left: 13%;
}
.custom-html--sitecore .blue-box-label-3{
	left: 24%;
}
.custom-html--sitecore .blue-box-label-4{
	left: 35%;
}
.custom-html--sitecore .blue-box-label-5{
	left: 46%;
}
.custom-html--sitecore .blue-box-label-6{
	left: 57%;
}
.custom-html--sitecore .blue-box-label-7{
	left: 68%;
}
.custom-html--sitecore .blue-box-label-8{
	left: 79%;
}
.custom-html--sitecore .blue-box-label p{
	font-size: 1.28rem;
}
.custom-html--sitecore .bb-shadow{
	background: linear-gradient(0deg, rgba(17,17,17,0.2) 0%, rgba(17,17,17,0) 100%);
	width: 40px;
	height: 200px;
	opacity: 0;
	transition: opacity 1s ease-out 1.5s;
	position: absolute;
	transform: rotateY(0deg) rotateX(-60deg) rotateZ(-40deg);
}
.custom-html--sitecore .bb-shadow.isActive{
	opacity: 1;
}
.custom-html--sitecore .bb-shadow-1{
	left: 0.2%;
	bottom: -9.5%;
}
.custom-html--sitecore .bb-shadow-2{
	left: 11%;
	bottom: -10%;
}
.custom-html--sitecore .bb-shadow-3{
	left: 22.1%;
	bottom: -11%;
}
.custom-html--sitecore .bb-shadow-4{
	left: 33%;
	bottom: -11.5%;
}
.custom-html--sitecore .bb-shadow-5{
	left: 44%;
	bottom: -11.5%;
}
.custom-html--sitecore .bb-shadow-6{
	left: 55%;
	bottom: -12.5%;
}
.custom-html--sitecore .bb-shadow-7{
	left: 66.3%;
	bottom: -13%;
}
.custom-html--sitecore .bb-shadow-8{
	left: 77%;
	bottom: -13.5%;
}
/*Trend-4*/
.acn-title-header span.header-1.fadeOut{
	opacity: 0;
	transition: opacity 1s ease;
}
.custom-html--sitecore .grey-border.right-corner{
	border: 1px solid #c4c4c4;
	padding: 30px;
	margin-left: 10px;
}
.custom-html--sitecore hr.hr-purple {
	width: 50%;
	border-color: #A100FF;
}
.custom-html--sitecore .quote-grey.quote-grey-no{
	padding: 2em 1em 0 1em;
}
.custom-html--sitecore .quote-grey.quote-grey-no label.no-percentage {
	font-family: "Graphik Bold","Arial",sans-serif;
	font-size: 4.8rem;
	position: absolute;
	top: -10px;
}

.custom-html--sitecore .graph-container-mobile{
	overflow-y: auto;
}
.custom-html--sitecore img.leader-priorities {
	width: 100%;
	position: relative;
	left: -5em !important;
}
.custom-html--sitecore img.leader-priorities-mobile{
	width: 150%;
}
.custom-html--sitecore .lp-title{
	position: absolute;
	top: 2%;
	left: 28%;
}
.custom-html--sitecore .lp-label {
	position: absolute;
	left: 28%;
	width: 70%;
}
.custom-html--sitecore .lp-label label.percentage {
	position: absolute;
	left: 0;
}
.custom-html--sitecore .lp-label p {
	position: relative;
	left: 10%;
}
.custom-html--sitecore .lp-label.lp-label-1 {
	top: 14%;
}
.custom-html--sitecore .lp-label.lp-label-2 {
	top: 22%;
}
.custom-html--sitecore .lp-label.lp-label-3 {
	top: 33%;
}
.custom-html--sitecore .lp-label.lp-label-4 {
	top: 40%;
}
.custom-html--sitecore .lp-label.lp-label-4b {
	top: 47%;
}
.custom-html--sitecore .lp-label.lp-label-5 {
	top: 55%;
}
.custom-html--sitecore .lp-label.lp-label-6 {
	top: 64%;
}
.custom-html--sitecore .lp-label.lp-label-7 {
	top: 71%;
}
.custom-html--sitecore p.top-padding-mobile.scroll-left{
	text-align: center;
}
.custom-html--sitecore p.top-padding-mobile.scroll-left i.left:after{
	transform: rotate(180deg);
}
/*block-section-6*/
.custom-html--sitecore .panel-3-div {
	margin-right: 5px;
	border-top: 3px solid #A100FF !important;
	min-height: 250px;
}
.custom-html--sitecore .panel-3-div label{
	font-family: "Graphik SemiBold","Arial",sans-serif;
	font-size: 1.76rem;
}
.custom-html--sitecore .folder-container{
	border: 1px solid #c4c4c4;
}
.custom-html--sitecore .folder-trigger{
	color: #dedede;
	cursor: pointer;
}
.custom-html--sitecore .folder-trigger.isActive {
	color: #A100FF !important;
	/*border-bottom: 1px solid #fff;*/
}
.custom-html--sitecore .folder-trigger.folder-trigger-2,
.custom-html--sitecore .folder-trigger.folder-trigger-3 {
	border-left: 1px solid #c4c4c4;
}
.custom-html--sitecore .folder-trigger.folder-trigger-3.bottom-border{
	border-bottom: 1px solid #c4c4c4;
}
.custom-html--sitecore .folder-trigger {
	padding: 5%;
	border-bottom: 1px solid #c4c4c4;
	text-transform: uppercase;
	font-size: 1.92rem;
	line-height: 1.92rem;
	font-family: "Graphik Bold","Arial",Sans-Serif;
}
.custom-html--sitecore .folder{
	display: none;
}
.custom-html--sitecore .folder.isActive{
	display: block;
}
.custom-html--sitecore #accordion .panel{
	border: 0px;
	border-bottom: 1px solid #ddd;
}
.custom-html--sitecore #accordion .panel .panel-heading{
	background-color: #fff;
	position: relative;
}
.custom-html--sitecore #accordion .panel .panel-heading.isActive{
	border-left: 3px solid #A100FF;
}
.custom-html--sitecore #accordion .panel .panel-collapse{
	background-color: #f2f2f2;
}
.custom-html--sitecore #accordion .panel .panel-heading .panel-title{
	font-size: 1.76rem;
	line-height: 1.76rem;
	padding: 3%;
	border-left: 3px solid #A100FF;
	cursor: pointer;
}
.custom-html--sitecore #accordion .panel .panel-heading .panel-title.collapsed{
	border-left: 3px solid #fff;
}
.custom-html--sitecore #accordion .panel .panel-heading .panel-title .acc.fas{
	transform: rotate(-180deg);
	transition: transform 0.5s ease;
}
.custom-html--sitecore #accordion .panel .panel-heading .panel-title.collapsed .acc.fas{
	transform: rotate(0deg);
}
.custom-html--sitecore #accordion .panel .panel-heading .panel-title a.acc.purple{
	font-family: "Graphik SemiBold","Arial",sans-serif;
	color: #A100FF !important;
}
.custom-html--sitecore #accordion .panel .panel-body{
	position: relative;
}
.custom-html--sitecore .panel-body:before {
	content: " ";
	width: 100%;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(78,78,78,0.4) 100%);
}
.custom-html--sitecore i.acc.fas.fa-chevron-down {
	position: absolute;
	top: 35%;
	right: 3%;
	font-size: 1.92rem;
}
/*Author Section*/
.custom-html--sitecore .author-profile-container {
	padding-right: 2%;
}
.custom-html--sitecore .author-information p.module-title{
	font-size: 1.92rem;
	font-family: "Graphik Bold","Arial",Sans-Serif;
}
/*Careers Section*/
.custom-html--sitecore div#block-careers {
	padding-bottom: 4.8rem;
}
.custom-html--sitecore img#careers-image{
	width: 100%;
}
.custom-html--sitecore .padding-top-3{
	padding-top: 30px;
}
.custom-html--sitecore .padding-top-4{
	padding-top: 40px;
}
.custom-html--sitecore .padding-top-5{
	padding-top: 50px;
}
.custom-html--sitecore .padding-top-6{
	padding-top: 60px;
}

/* All Media Queries ======================== */
@media screen and (max-width: 768px) {
	.custom-html--sitecore #trend-5{
		height: 50vh;
		background-image: url(/content/dam/accenture/final/a-com-migration/custom/us-en/culture-equality-research/Accenture-tech-vision-2020-section-marquee-mobile-5.png);
		background-position: center -10%;
		background-repeat: no-repeat;
		background-size: 120%;
		overflow: hidden;
	}
}
@media screen and (max-width: 1000px){
	.custom-html--sitecore div#mute-video {
		position: absolute;
		z-index: 2;
		right: 10%;
		top: 1%;
		cursor: pointer;
		width: 80px;
		height: 80px;
	}
}
@media screen and (max-width:1350px){
	.custom-html--sitecore video.vidm-0 {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: auto;
		height: 100%;
	}
}
@media screen and (max-width:1000px){
	.custom-html--sitecore video.vidm{
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 100%;
		z-index: 1;
		visibility: visible;
	}
}
@media screen and (max-width: 767px) {
	/*
	.marquee-container {
}
		background: url(_acnmedia/Thought-Leadership-Assets/Images/culture-equality-research-2020/Accenture-IWD-2020-marquee-mobile-v2);
		background-size: 100%;
		background-position: top center;
		background-repeat: no-repeat;
	}*/
	.custom-html--sitecore .marquee-container {
		height: auto;
	}
	.custom-html--sitecore .imgMarqueeMobile{
		width: 100%;
	}
	.custom-html--sitecore .background-lemon {
		display:none;
	}
}
@media screen and (max-width: 567px){
	.custom-html--sitecore .background-lemon {
		display:none;
	}
	.custom-html--sitecore .marquee-holder.marquee1{
		display:none;
	}
	.custom-html--sitecore .marquee-holder.marquee2{
		display:block;
	}
}
@media screen and (min-width: 568px){
	.custom-html--sitecore .marquee-holder.marquee1{
		display:block;
	}
	.custom-html--sitecore .marquee-holder.marquee2{
		display:none;
	}
}
@media screen and (max-width: 1000px){
	.custom-html--sitecore .intoTheNewLogo-mobile{
		height:40px;
		width:auto;
	}
}
@media screen and (max-width:576px){
	.custom-html--sitecore .social-share-container a{
		font-size:16px!important;
	}
}
@media (min-width:1000px){
	.custom-html--sitecore p.moveTo:hover{
		color:#A100FF;
	}
	.custom-html--sitecore .nav-tabs.nav-justified>li{
		display:table-cell;
		width:1%
	}
	.custom-html--sitecore .nav-tabs.nav-justified>li>a{
		margin-bottom:0;
	}
}
@media screen and (max-width:999px){
	.custom-html--sitecore .nav>li,
	.custom-html--sitecore .navbar-collapse.collapse ul,
	.custom-html--sitecore .navbar-header{
		width:100%;
	}
	.custom-html--sitecore #footer-block .body-content .ui-container{
		display:inline-block;
	}
	.custom-html--sitecore ul.navbar-nav>li>a.moveTo{
		padding-top:1.6rem!important;
	}
	.custom-html--sitecore .navbar-brand.moveTo,
	.custom-html--sitecore .navbar-toggle{
		display:block;
		left:50%;
		padding:0;
		margin-bottom:0;
	}
	.custom-html--sitecore ul.navbar-nav>li>a.moveTo:hover{
		color:#fff;
		background-color:transparent!important;
	}
	.custom-html--sitecore nav.navbar.navbar-light.bg-light{
		margin-top:20px;
		background-color:rgba(255,255,255,.9)!important;
	}
	.custom-html--sitecore .navbar-brand.moveTo{
		position:fixed;
		top:10px;
		-webkit-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		transform:translateX(-50%);
		-webkit-transition:all .7s eas;
		-o-transition:all .7s eas;
		transition:all .7s eas;
		opacity:0;
	}
	.custom-html--sitecore .navbar-toggle{
		position:relative;
		font-size:12px;
		-webkit-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		transform:translateX(-50%);
		float:none;
		margin-right:0;
		margin-top:0;
		background-color:transparent;
		border:1px solid transparent;
		border-radius:0;
	}
	.custom-html--sitecore .navbar-collapse{
		padding-left:0;
		padding-right:0;
	}
	.custom-html--sitecore .navbar-collapse.collapse.in ul{
		background:0 0;
	}
	.custom-html--sitecore .nav>li{
		margin:0;
		text-align:left;
	}
	.custom-html--sitecore .navbar-nav>li>a{
		opacity:0;
		border-bottom:2px solid transparent;
		padding-bottom:0;
		color:#000!important;
		-webkit-transition:all .3s ease-out;
		-o-transition:all .3s ease-out;
		transition:all .3s ease-out;
		font-family:"Graphik regular","Arial Black",Sans-Serif;
		font-size:12px;
		margin-bottom:1.6rem;
	}
	.custom-html--sitecore .navbar-collapse.collapse.in ul li a{
		opacity:1;
	}
	.custom-html--sitecore 	div.navbar-collapse.collapse.in{
		display:block!important;
	}
	.custom-html--sitecore div.navbar-collapse.collapse{
		display:none!important;
	}
	.custom-html--sitecore .nav:after,
	.custom-html--sitecore .nav:before,.navbar:after,
	.custom-html--sitecore .navbar:before,
	.custom-html--sitecore .row:after,.row:before{
		content:" ";
		display:none;
	}
	.custom-html--sitecore .graph-scroll-y{
		overflow-y:auto;
	}
	.custom-html--sitecore .purple-gradient{
		background:-o-linear-gradient(285.83deg,#7500C0 3.95%,#390165 97.32%);
		background:linear-gradient(164.17deg,#7500C0 3.95%,#390165 97.32%);
		padding:2% 0;
		background-attachment:fixed;
		min-height:500px;
	}
}
@media screen and (max-width:768px){
	.custom-html--sitecore #block-section-marquee .content-module.module{
		width:100%;
	}
	.custom-html--sitecore .marquee-holder{
		height:100%;
	}
}
@media screen and (max-width:767px) and (min-width:576px){
	.custom-html--sitecore .marquee-holder{
		width:unset!important;
	}
	.custom-html--sitecore nav.navbar.navbar-light.bg-light{
		margin-top:50px;
	}
}
@media screen and (max-width:576px){
	.custom-html--sitecore nav.navbar.navbar-light.bg-light{
		margin-top:50px;
	}
	.custom-html--sitecore .headline{
		line-height:6.4rem;
		font-size:5.6rem;
	}
	.custom-html--sitecore .content-module p{
		font-size:18px;
		line-height:20px;
	}
	.custom-html--sitecore .content-module p.percent-header{
		font-size:48px;
	}
	.custom-html--sitecore .purple-gradient{
		background:-o-linear-gradient(285.83deg,#7500C0 3.95%,#390165 97.32%);
		background:linear-gradient(164.17deg,#7500C0 3.95%,#390165 97.32%);
		padding:2% 0;
		background-attachment:fixed;
		min-height:400px;
	}
}
@media screen and (max-width:768px){
	.custom-html--sitecore .hero-background-dashboard{
		display:none;
	}
}
@media screen and (min-width:1200px){
	.custom-html--sitecore nav.navbar.navbar-light.bg-light{
		margin-top:35px;
	}
	.custom-html--sitecore .nav>li{
		padding-bottom:0;
	}
}
/*General*/
@media screen and (min-width:1500px){
	.custom-html--sitecore .tv-quickaccess.isActive{
		display: block;
	}
	.custom-html--sitecore .tv-quickaccess-mobile.isActive{
		display: none;
	}
}
@media screen and (max-width:1499px){
	.custom-html--sitecore .tv-quickaccess.isActive{
		display: none;
	}
	.custom-html--sitecore .tv-quickaccess-mobile.isActive{
		display: block;
	}
}
@media screen and (min-width:1450px){
	.custom-html--sitecore .navbar-header {
		float: unset;
		position: absolute;
		top: 20%;
	}
}
@media screen and (max-width:1449px){
	.custom-html--sitecore .navbar-header {
		float: unset;
		position: relative;
		top: 20%;
	}
	.custom-html--sitecore .body-content .ui-container.inIE .row, 
	.custom-html--sitecore .content-module.inIE{
		overflow: hidden;
	}
	.custom-html--sitecore nav.navbar.navbar-light.bg-light.inFixed .row{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
@media screen and (min-width:999px){
	.custom-html--sitecore .navbar-collapse.collapse{
		padding-right: 0px;
		padding-left: 0px;
	}
	.custom-html--sitecore nav.navbar.navbar-light.bg-light .row {
		padding-top: 0em;
		padding-bottom: 0em;
	}
	.custom-html--sitecore ul.nav.navbar-nav {
		width: 100%;
		position: relative;
	}
	.custom-html--sitecore ul.nav.navbar-nav li .progressbar{
		height: 101%;
		position: absolute;
		top: 0;
		left: 0;
		background: #7E00FF;
		z-index: -1;
	}
	.custom-html--sitecore .navbar .navbar-nav li {
		cursor: pointer;
		position: relative;
		height: 65px;
		padding-top: 15px;
		color: #fff;
		width: 12.5%;
		text-align: left;
		padding-left: 5%;
	}
	.custom-html--sitecore .navbar .navbar-nav li.ITN-logo{
		padding-left: 20px;
		width: 10%;
	}
	.custom-html--sitecore h1.acn-label, h5.acn-label {
		font-family: "Graphik Regular","Arial",Sans-Serif;
		text-transform: uppercase;
		font-size: 2.4rem;
	}
	.custom-html--sitecore h1.acn-label span, 
	.custom-html--sitecore h5.acn-label span{
		border-bottom: 1px solid #fff;
		padding-bottom: 4px;
	}
	.custom-html--sitecore #block-marquee-section h1.acn-label span a{
		color: #111 !important;
	}
	.custom-html--sitecore h5.acn-label-date {
		font-family: "Graphik thin","Arial",Sans-Serif;
		text-transform: uppercase;
	}
	.custom-html--sitecore .marquee-headline h2{
		padding-top: 1.6rem;
	}
	.custom-html--sitecore #block-in-brief .row.row-new {
		padding-top: 8.5em;
	}
	/*Social Media*/
	.custom-html--sitecore .share-icons-container {
		padding-top: 8%;
	}
	.custom-html--sitecore .view-more{
		display: block;
	}
	.custom-html--sitecore .view-less{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.custom-html--sitecore .marquee-headline {
		position: absolute;
		top: 50%;
		left: 5%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 60vw;
		z-index: 9;
	}
	.custom-html--sitecore h1.acn-label, 
	.custom-html--sitecore h5.acn-label {
		font-family: "Graphik Regular","Arial",Sans-Serif;
		text-transform: uppercase;
		font-size: 1.6rem;
		color: #fff;
	}
	.custom-html--sitecore h1.acn-label span, 
	.custom-html--sitecore h5.acn-label span{
		border-bottom: 1px solid #111;
		padding-bottom: 4px;
	}
	.custom-html--sitecore #block-marquee-section h1.acn-label span a{
		color: #111 !important;
	}
	.custom-html--sitecore h5.acn-label-date {
		font-family: "Graphik thin","Arial",Sans-Serif;
		text-transform: uppercase;
	}
	.custom-html--sitecore .navbar-header {
		left: 0%;
	}
	.custom-html--sitecore .marquee-headline h2, 
	.custom-html--sitecore .sub-marquee-headline h2 {
		font-size: 4rem;
		line-height: 4.16rem;
	}
	.custom-html--sitecore .marquee-headline h3, 
	.custom-html--sitecore .sub-marquee-headline h3{
		font-size: 2.72rem;
		line-height: 2.88rem;
	}
	.custom-html--sitecore .navbar-brand>img{
		display:none;
	}
	.custom-html--sitecore nav.navbar.navbar-light.bg-light{
		position: fixed;
		top: 0px;
	}
	.custom-html--sitecore nav.navbar.navbar-light.bg-light.inFixed{
		top: 0px;
	}
	.custom-html--sitecore nav.navbar.navbar-light.bg-light .row{
		padding: 0px;
	}
	.custom-html--sitecore .marqueeImg{
		display:none;
	}
	.custom-html--sitecore .parallax-vid{
		display: none;
	}
	.custom-html--sitecore .double-arrow-down {
		display: none;
	}
	.custom-html--sitecore .content-module {
		overflow: hidden;
	}
	.custom-html--sitecore #block-conclusion:before{
		height: 1400px !important;
	}
	.custom-html--sitecore .marquee-headline h2 {
		text-shadow: 1px 1px #efefef;
	}
	.custom-html--sitecore a[role=button] .behind{
		display: none;
	}
	.custom-html--sitecore .vertical-bar{
		overflow: hidden;
	}
	.custom-html--sitecore .vertical-bar::before {
		background-image: unset !important;
		border-top: 380px solid #7E00FF;
		border-left: 4px solid transparent;
		border-right: 0px solid transparent;
		height: 0px !important;
		width: 8px !important;
	}
	.custom-html--sitecore .content-module p {
		font-family: "Graphik Regular","Arial",Sans-Serif;
		font-size: 1.4rem;
		margin-bottom: 2.24rem;
	}
	.custom-html--sitecore .view-more, 
	.custom-html--sitecore .view-less{
		display:none;
	}
	.custom-html--sitecore .view-more.isActive{
		display: block;
	}
	.custom-html--sitecore .view-less.isActive{
		display: block;
	}
	.custom-html--sitecore span.morelink-cl{
		color: #A100FF !important;
		text-decoration: none!important;
	}
	.custom-html--sitecore span.morelink-cm{
		color: #A100FF !important;
		text-decoration: none!important;
	}
	.custom-html--sitecore .download-report{
		position: relative;
		z-index: 1;
	}
}
@media (max-width:1199px) and (min-width:1000px){
	.custom-html--sitecore .marquee-headline h2, 
	.custom-html--sitecore .sub-marquee-headline h2{
		font-size: 8rem;
		line-height: 8.16rem;
	}
	.custom-html--sitecore .marquee-headline h3, 
	.custom-html--sitecore .sub-marquee-headline h3{
		font-size: 3.2rem;
		line-height: 3.36rem;
	}
	.custom-html--sitecore nav.navbar.navbar-light.bg-light.inFixed{
		top: -10px;
	}
	.custom-html--sitecore nav.navbar.navbar-light.bg-light{
		top: -90px;
	}
}
/*block-in-brief section*/
@media screen and (min-width: 1920px) {
	.custom-html--sitecore .sub-marquee .row{
		max-width: 152rem !important;
	}
}
@media screen and (min-width: 768px) {
	.custom-html--sitecore .block-purple-quote{
		margin-top: 20%;
	}
	.custom-html--sitecore .padding3{
		padding-right: 5%;
	}
}
/*block-IWD-2020 section*/
@media screen and (max-width:1450px){
	.custom-html--sitecore .body-content .ui-container{
		overflow: hidden;
	}
}
@media screen and (max-width: 767px) {
	.custom-html--sitecore img.image1 {
		position: absolute;
		bottom: -20px;
		z-index: 0;
		height: 150px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.custom-html--sitecore .block-purple-quote{
		margin-bottom: 20%;
	}
}
@media screen and (min-width: 768px) {
	.custom-html--sitecore .slide-share{
		width: 100%;
		min-height: 340px;
	}
	.custom-html--sitecore .content-module{
		margin-bottom: 0rem;
	}
	.custom-html--sitecore div[data-analytics-module-name="in-brief"],
	.custom-html--sitecore div[data-analytics-module-name="the-i-in-experience"],
	.custom-html--sitecore div[data-analytics-module-name="ai-and-me"],
	.custom-html--sitecore div[data-analytics-module-name="the-delimma-of"],
	.custom-html--sitecore div[data-analytics-module-name="robots-in-the-wild"],
	.custom-html--sitecore div[data-analytics-module-name="innovation-dna"],
	.custom-html--sitecore div[data-analytics-module-name="marquee-content"]{
		overflow-x: hidden;
	}
}
@media screen and (max-width: 767px) {
	.custom-html--sitecore .content-module{
		margin-bottom: 0rem;
		overflow-x: hidden;
	}
	.custom-html--sitecore .slide-share{
		width: 100%;
		min-height: 230px;
	}
	.custom-html--sitecore .body-content .ui-container .row{
		padding-bottom: 0rem;
	}
}
@media screen and (max-width: 767px) {
	.custom-html--sitecore .sub-marquee {
		height: 55vh;
	}
}
@media (max-width: 1199px) and (min-width: 768px) {
	.custom-html--sitecore #block-in-brief{
		overflow: hidden;
	}
	.custom-html--sitecore .sub-marquee {
		height: 40vh;
	}
	.custom-html--sitecore h1.acn-label, h5.acn-label{
		font-family: "Graphik Regular","Arial",Sans-Serif;
		text-transform: uppercase;
		font-size: 1.6rem !important;
		line-height: 1.6rem !important;
	}
	.custom-html--sitecore h1.acn-label span, 
	.custom-html--sitecore h5.acn-label span{
		border-bottom: 1px solid #111;
		padding-bottom: 4px;
	}
	.custom-html--sitecore .sub-marquee .sub-marquee-headline h2{
		font-size: 4.8rem !important;
		line-height: 4.96rem !important;
	}
	.custom-html--sitecore .sub-marquee-headline h2{
		font-size: 2.88rem !important;
		line-height: 2.88rem !important;
	}
	.custom-html--sitecore img.image1{
		height: 350px;
	}
}
@media screen and (max-width: 767px) {
	.custom-html--sitecore .sub-marquee-headline {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-40%);
		-ms-transform: translateY(-40%);
		transform: translateY(-40%);
		z-index: 9;
	}
}
/*mobile*/
@media screen and (max-width: 768px) {
	.custom-html--sitecore div#block-trend-1 {
		background: url(/content/dam/accenture/final/a-com-migration/custom/us-en/culture-equality-research/Accenture-IWD-2020-600x600-002.jpg);
		background-size: cover;
		background-position: center;
	}
	.custom-html--sitecore div#block-trend-2 {
		background: url(/content/dam/accenture/final/a-com-migration/custom/us-en/culture-equality-research/Accenture-IWD-2020-600x600-026.jpg);
		background-size: cover;
		background-position: center;
	}
	.custom-html--sitecore div#block-trend-3 {
		background: url(/content/dam/accenture/final/a-com-migration/custom/us-en/culture-equality-research/Accenture-IWD-2020-600x600-020.jpg);
		background-size: cover;
		background-position: center;
	}
	.custom-html--sitecore div#block-trend-4 {
		background: url(/content/dam/accenture/final/a-com-migration/custom/us-en/culture-equality-research/Accenture-IWD-2020-600x600-023.jpg);
		background-size: cover;
		background-position: center;
	}
	.custom-html--sitecore div#block-trend-5 {
		background: url(/content/dam/accenture/final/a-com-migration/custom/us-en/culture-equality-research/Accenture-IWD-2020-600x600-007.jpg);
		background-size: cover;
		background-position: center;
	}
	.custom-html--sitecore div#block-trend-6 {
		background: url(/content/dam/accenture/final/a-com-migration/custom/us-en/culture-equality-research/Accenture-IWD-2020-600x600-008.jpg);
		background-size: cover;
		background-position: center;
	}
}
@media screen and (max-width: 768px) {
	.custom-html--sitecore #trend-4{
		height: 50vh;
		background-image: url(/content/dam/accenture/final/a-com-migration/custom/us-en/culture-equality-research/Accenture-tech-vision-2020-section-marquee-mobile-4.png);
		background-position: center -10%;
		background-repeat: no-repeat;
		background-size: 120%;
		overflow: hidden;
	}
}
@media screen and (max-width: 1000px){
	.custom-html--sitecore .folder-trigger {
		padding: 5% 1%;
		border-bottom: 1px solid #c4c4c4;
		text-transform: uppercase;
		font-size: 0.96rem;
		line-height: 1.12rem;
		font-family: "Graphik Bold","Arial",Sans-Serif;
	}
}