@charset "UTF-8";

/* =================================== */
/* Resets and overrides
/* =================================== */
 
body {	
	line-height: calc(4px + 2ex) !important;
	font-weight: normal !important;
}

#main p a, #main ul a {
	color: #1713a9;
	}
#main p a:hover, #main ul a:hover {
	color: #d80084;
	}	

ol {
	margin-left: 50px;
}
.list-o li {
	  list-style-type: decimal;
	  font-weight: bold;
	}
.list-o li span {
	font-weight: normal !important;
}
.list-a>li {
	 line-height: 1.4em;
 }
.list-a>li:before {
	background-color: #ea0086;
	width: 8px;
	height: 8px;
	top: 9px;
	}
.list-a-small {
	width: 60%;
}


	
strong {
	font-family: FujitsuInfinityPro-Bold,Arial,Verdana,Lucida Grande,sans-serif;
}

#intro h2 {
	margin-bottom: 15px !important;
	line-height: 1.2em;
	width: 100%;
	font-size: 2.3em;
	font-family: FujitsuInfinityPro-Bold,Arial,Verdana,Lucida Grande,sans-serif;
	padding-bottom: 1.6rem;
}

h1, h2 {
	color: #222;
	
}
#intro h2 + h3  {
	color: #222;
	font-size: 1.4em;
	margin-left: 0%;
	margin-right: 0%;
	font-weight: normal !important;
}
h2 {
	line-height: 1.3em;
	font-size: 2.0em;
	padding-bottom: 1.6rem;
	font-weight: normal !important;
}

h3 {
	font-weight: bold !important;
	font-size: 1.3em;
	line-height: 1.4em;
}

#main p {
	line-height: 1.5em;
	margin: 20px auto 0px auto;
	}

@media screen and (max-width: 767px) {
	h1 {
		margin-top: 0px !important;
		width: 100%;
	}
}

.row + .row {
float: left;
padding-top: 80px;
}
.section {
	background: #fff;
}
.main-contents {
	background: #fff;
}

.main-contents .section-inner {
	padding-right: 20px;
	padding-left: 20px;
}

.main-contents .section + .section .section-inner {
	padding-top: 8rem;
}

.main-contents .section .section-inner:first-child {
	padding-bottom: 8rem;
}

.row {
	padding-top: 3rem !important;
}

.txtcenter {
	text-align: center;
}


.video-container {
		position:relative;
		padding-bottom:50.25%;
		padding-top:60px;
		height:0;
		overflow:hidden;
	}
	
	.video-container iframe, .video-container object, .video-container embed {
		position:absolute;
		top:0px;
		left:0;
		width:100%;
		height:100%;
	}
	
	@media screen and (max-width : 767px) {
	.video-container {
		margin-top: 30px;
	}
	}

/* =================================== */
/* Buttons
/* =================================== */

 .btn-outline {
	text-decoration: none !important;
	background: #fff;
	color: #ea0086 !important;
	text-decoration: none !important;
	border: #ea0086 solid 3px;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.2em;
	display: inline-block;
	padding: 8px 12px;
	margin: auto;
	margin-top: 1rem;
	}

	.btn-outline:hover {
		color: #2300b0 !important;
		text-decoration: underline !important;
		border: #2300b0 solid 3px;
	} 


 .btn-outline-white {
	background: transparent;
	color: #ffffff !important;
	border: #ffffff solid 3px;
	margin: auto;
	margin-top: 15%;
	display: inline-block;
	padding: 10px 15px;
	font-size: 1.0em;
	text-decoration: none !important;
}
.btn-outline-white:hover {
	color: #ffe800 !important;
	text-decoration: underline !important;
	border: #ffe800 solid 3px;
} 

/* =================================== */
/* Grid
/* =================================== */

.wrapper-2col {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 3rem;
		padding: 0rem 4rem !important;
		grid-row-gap: 1rem;
		height: auto;
	}

.wrapper-3col {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 3rem;
	padding: 0rem 10rem !important;
	grid-row-gap: 1rem;
	height: auto;
}
.wrapper-4col {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 3rem;
		padding: 0rem 0rem !important;
		grid-row-gap: 1rem;
		height: auto;
	}
.wrapper-5col {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 3rem;
	padding: 0rem 0rem !important;
	grid-row-gap: 1rem;
	height: auto;
}	
.wrapper-6col {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-gap: 3rem;
		padding: 0rem 0rem !important;
		row-gap: 1rem;
		height: auto;
	}	
.wrapper-6040col {
	display: grid;
	grid-template-columns: 60% 40%;
	grid-gap: 3rem;
	padding: 0rem 4rem !important;
	grid-row-gap: 1rem;
	height: auto;
}
.wrapper-4060col {
		display: grid;
		grid-template-columns: 40% 60%;
		grid-gap: 3rem;
		padding: 0rem 4rem !important;
		grid-row-gap: 1rem;
		height: auto;
	}
	
.wrapper-73col {
	display: grid;
	grid-gap: 3rem;
	padding: 0rem 4rem !important;
	row-gap: 1rem;
	height: auto;
	grid-template-columns: 70% 30%;
}	

/* =================================== */
/* Carousels
/* =================================== */

.carousel-section .section-inner {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.main-carousel {
	width: 100%;
	margin: auto;
	padding: 0 3%;
}
.main-carousel  .white-panel {
	padding: 2rem !important;
	margin-bottom: 3rem;
}
.main-carousel  .white-panel h3 {
	padding-top: 1.5rem;
	font-size: 1.2em !important;
}
.main-carousel .fujitsu-btn {
	padding-top: -1rem;
	display: block;
}
.carousel-cell {
			width: 31%; /* half-width */
			height: auto; 
			margin-right: 3rem;
			transition: opacity 2s;
			  -webkit-transition: opacity 2s;
			  opacity: 1;
			  min-height: 100%;
			  background-clip: padding-box;
			  min-height: 64rem; 
		  }
	  .carousel-cell[aria-hidden="true"] {
		  opacity: 1;
	  }	
	  .carousel-cell[aria-hidden="true"] h3, .carousel-cell[aria-hidden="true"] p {
		  opacity: 1;
	  }
	  
.flickity-button-icon {
	fill: #222;
	}	  
	.flickity-button:hover .flickity-button-icon {
		fill: #e90085;
		}	  
.flickity-prev-next-button {
	top: 50%;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	transform: translateY(-50%);
	}	
	.flickity-button {
		position: absolute;
		
		border: none;
		color: #333;
		}
		.flickity-button:hover {
			
			cursor: pointer;
			}
			.flickity-page-dots {
				position: relative;
				bottom: -15px;
				}
.flickity-page-dots .dot {
	background: #222;
	}
	
	.flickity-resize .carousel-cell {
		  min-height: 100%;
		}
		
	
@media screen and (max-width : 992px) {
		.main-carousel  .white-panel p {
			font-size: 0.9em !important;
		}
		.main-carousel  .white-panel h3 {
			font-size: 1.1em !important;
		}
		.carousel-cell {
				width: 31%; /* half-width */
				margin-right: 2rem;
				   min-height: 54rem; 
			  }
	}	
	@media screen and (max-width : 768px) {
			.carousel-cell {
					width: 100%; /* half-width */
					margin-right: 5rem;
				  }
				  .flickity-prev-next-button.previous {
					  left: -30px;
					  }
					  .flickity-prev-next-button.next {
						  right: -20px;
						  }
		}	



/* =================================== */
/* Feature box
/* =================================== */

.feature-box .white-panel {
		width: 60%;
		margin-left: 6rem;
	}
	.feature-box .white-panel h2 {
		font-weight: normal;
		color: #6d6d6d;
		font-size: 1.7em;
		padding-bottom: 0rem;
	}
	.feature-box .white-panel h2 strong {
		font-weight: bold;
		color: #000;
	}
	
	@media screen and (max-width : 768px) {
		.feature-box .white-panel {
				width: 86%;
				margin-left: 7%;
				margin-right: 7%;
			}
	}	
	@media screen and (max-width : 480px) {
			.feature-box .white-panel {
					width: 100%;
					margin-left: 0%;
					margin-right: 0%;
				}
		}	


/* =================================== */
/* White panels
/* =================================== */

.white-panel {
		background: #fff;
		padding: 6rem;
	}
	.wrapper-3col .white-panel {
			padding: 4rem;
		}
	.white-panel .article-type {
		font-size: 0.9em;
		padding-bottom: 1rem;
	}
	.white-panel .btn-outline {
		text-decoration: none !important;
		background: #fff;
		color: #ea0086 !important;
		border: #ea0086 solid 3px;
		font-weight: bold;
		padding: 8px 12px;
		margin-top: 1%;
		}
	
		.white-panel .btn-outline:hover {
			color: #2300b0 !important;
			text-decoration: underline !important;
			border: #2300b0 solid 3px;
		}
	
@media screen and (max-width : 992px) {
		.white-panel {
			padding: 3rem !important;
		}
	}
	
	
/* =================================== */
/* Highlight panel
/* =================================== */	
	
.highlight-session .section-inner {
	padding: 0 !important;

}
#highlight-1 .highlight-panel{
		width:60vw;
	}	
	#highlight-1 {
		background-position: -36vw center, center center; 
		background-repeat: no-repeat,no-repeat;
	}
.highlight-session {
	background-size: 100%, cover !important;
	position: relative;
	width: 100%;
}
.highlight-panel {
	color: #fff;
	position: relative;
	padding: 6rem;
	margin-right: 43%;
}	
.highlight-panel h2 {
	color: #fff;
	margin-top: 14px !important;
	font-size: 2.0em;
	font-weight: normal;
}
.highlight-panel p {
	font-weight: normal;
}

.highlight-panel .list-a>li:before  {
		background-color: #fff;
	}
	
	.highlight-btns {
		display: flex;
	}
	#highlight-1 .c-btn {
		margin-top: 2rem;
		margin-bottom: 3rem;
		text-decoration: none !important;
	}
	#highlight-1 .c-btn a {
		text-decoration: underline !important;
		padding-left: 4rem;
		display: inline-block;
	}
	#highlight-1 .c-btn a:hover {
		text-decoration: none !important;
	}
	#highlight-1 .c-btn .c-btn-ico {
		margin-left: -4rem;
		position: absolute;
	}
	
@media screen and (min-width : 1280px) {
	#highlight-1 .highlight-panel{
		width:60%;
		margin-right: 40%;
		padding-right: 8rem;
	}	
	#highlight-1 {
		background-position: -40vw center, center center; 
	}
}
	@media screen and (max-width : 1280px) {
		#highlight-1 .highlight-panel{
			width:70vw;
			margin-right: 40%;
		}	
		#highlight-1 {
			background-position: -26vw center, center center; 
		}
	}
	@media screen and (max-width : 992px) {
		#highlight-1 .highlight-panel{
			width:80vw;
			margin-right: 38%;
		}	
		#highlight-1 {
			background-position: -19vw center, center center; 
		}
		.highlight-btns {
			display: block;
			width: 100%;
		}
		#highlight-1 a {
			width: 100%;
			margin-top: 2rem;
			margin-bottom: 3rem;
			line-height: 1.4em;
		}
	}
	@media screen and (max-width : 850px) {
		#highlight-1 .highlight-panel {
			width:100vw;
			margin-left: 1%;
		}	
		#highlight-1{
			background-position: 0vw center, right center; 
			background-size: 300%, cover !important;
		}
			.highlight-session {
				margin-bottom: 2px;
			}
			
			
	}
	@media screen and (max-width : 768px) {
		#highlight-1 {
			background-position: 0vw center, right center; 
		}
		#highlight-1 .highlight-panel{
				width:85vw;
				padding: 3rem;
			}	
	}
	@media screen and (max-width : 480px) {
		#highlight-1 .highlight-panel{
				width:80vw;
				padding: 3rem 1rem;
			}		
		.highlight-panel h2 {
			font-size: 1.7em;
		}	
	}

/* =================================== */
/* FUJITSU buttons
/* =================================== */

@-webkit-keyframes arrow {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	10% {
		opacity: 0;
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}

	25% {
		opacity: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	40% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes arrow {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform:translateX(0)
	}

	10% {
		opacity: 0;
		-webkit-transform: translateX(50%);
		transform:translateX(50%)
	}

	25% {
		opacity: 0;
		-webkit-transform: translateX(-50%);
		transform:translateX(-50%)
	}

	40% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform:translateX(0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform:translateX(0)
	}
}

@-webkit-keyframes circle {
	0% {
		stroke-dasharray: 0 300;
		-webkit-transform: rotate(0);
		transform:rotate(0)
	}

	10% {
		stroke-dasharray:50 100
	}

	20% {
		stroke-dasharray:100 200
	}

	30% {
		stroke-dasharray:150 300
	}

	40% {
		stroke-dasharray:200 300
	}

	60% {
		stroke-dasharray: 300 300;
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg)
	}
}

@keyframes circle {
	0% {
		stroke-dasharray: 0 300;
		-webkit-transform: rotate(0);
		transform:rotate(0)
	}

	10% {
		stroke-dasharray:50 100
	}

	20% {
		stroke-dasharray:100 200
	}

	30% {
		stroke-dasharray:150 300
	}

	40% {
		stroke-dasharray:200 300
	}

	60% {
		stroke-dasharray: 300 300;
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg)
	}
}

.c-btn a {
	color: #2a00b7;
	text-decoration: underline;
}
.c-btn {
margin-top: 15px!important;
font-size: 1.6rem;
color: #5f5f5f;

position: relative;
}
a.fujitsu-btn   {
	text-decoration: underline !important;
	color: #2a00b7;
}
a.fujitsu-btn:hover   {
	text-decoration: none !important;
	color: #000;
}
.c-btn-white a {
color: #fff !important;
}
.c-btn-white a.fujitsu-btn:hover, .c-btn a:hover {
text-decoration: none !important;
}
.c-btn-white .c-btn-ico img {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.c-btn .c-btn-ico {
width: 32px;
height: 32px;
}
.c-btn-ico {
position: relative;
display: inline-block;
width: 26px;
height: 26px;
vertical-align: middle;
margin-right: 7px;
}
.c-btn-ico-white::before {
border-color: #fff;
}
.c-btn-ico::before {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
border-radius: 50%;
border: 1px solid #5f5f5f;
opacity: 0;
z-index: 0;
}

.c-btn-ico svg {
fill: #5f5f5f;
position: absolute;
top: 0;
left: 0;
}
.c-btn-ico-white svg {
fill: #fff;
}
.c-btn-ico svg .arrow {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.c-btn-ico svg .circle {
fill: none;
stroke: #5f5f5f;
stroke-width: 1px;
width: 100%;
height: 100%;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
}
.c-btn-ico-white svg .circle {
fill: none;
stroke: #fff;
}
a:hover .c-btn .c-btn-ico::before {
opacity: .1;
}
a:hover .c-btn .c-btn-ico svg .arrow {
-webkit-animation: arrow 1.5s forwards ease-in-out;
animation: arrow 1.5s forwards ease-in-out;
}
a:hover .c-btn .c-btn-ico svg .circle {
fill: transparent;
stroke: #5f5f5f;
stroke-width: 1;
-webkit-animation: circle 2s forwards cubic-bezier(.215,.61,.355,1);
animation: circle 2s forwards cubic-bezier(.215,.61,.355,1);
}
a:hover .c-btn.c-btn-white .c-btn-ico-white svg .circle {
fill: transparent;
stroke: #fff;
stroke-width: 1;
}





/* =================================== */
/* KC custom styles
/* =================================== */

#intro .section-inner {

}
#intro {
	text-align: left;
	
}
#intro h2 {
	text-align: left;
	padding-left: 0rem;
	padding-right: 0rem;
}
#intro h2 + h3 {
	padding-bottom: 6rem;
	padding-left: 0rem;
	padding-right: 0rem;
}
#intro p {
	text-align: left;
	padding-left: 0rem;
	padding-right: 0rem;
}
#intro .c-btn {
	padding-top: 2rem;
	display: block;
}

#intro .list-a {
	text-align: left;
}
#intro .wrapper-3col .col {
	background: rgb(0,231,239);
	background: linear-gradient(135deg, rgba(0,231,239,1) 0%, rgba(255,231,0,1) 80%);
	  padding: 3rem;
	  text-align: center;
}
#intro .wrapper-2col  {
	padding: 0 !important;
	margin-top: 6rem;
}
#intro .wrapper-2col .col h3 {
	padding-bottom: 0rem;
	padding-top: 0;
	font-size: 1.6em;
}
#intro .wrapper-3col .col  p {
	text-align: center;
	padding-left: 0rem;
	padding-right: 0rem;
}

#intro .white-panel {
	margin-top: 2.5rem;
	text-align: left;
	padding: 4rem !important;
	margin-left: 4rem;
}
#intro .white-panel .c-btn a {
	color: #000 !important;
}
#intro .white-panel .c-btn .c-btn-ico img {
	filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(288deg) brightness(0%) contrast(100%) !important;
}

#cloud-vision .section-inner {
	text-align: center;
}
#cloud-vision img.cloud-vision-infog {
	width: 50%;
	margin: 3rem auto auto -4rem;
}


.articles-section .wrapper-2col {
	grid-gap: 0rem;
}
.articles-section .fujitsu-btn {
	margin-top: 3rem;
	display: block;
}
.articles-section .pic-panel a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
}



#portfolio h2 {
	text-align: center;
	font-weight: normal;
	color: #fff;
	padding-bottom: 6rem !important;
}
#portfolio .wrapper-2col {
	row-gap: 4rem;
	margin-top: 7rem !important;
	padding: 0rem 0rem !important;
}
#portfolio .wrapper-3col {
	row-gap: 4rem;
	margin-top: 4rem;
	padding-left: 4rem !important;
	padding-right: 4rem !important;
}
#portfolio .white-panel {
	text-align: center;
}
#portfolio .white-panel img {
	width: 14rem;
	margin-bottom: 2rem;
}
#portfolio .white-panel h4 {
	text-align: left !important;
}
#portfolio .white-panel p a {
	text-align: left !important;
	display: block;
}
#portfolio .white-panel ul {
	padding-top: 1rem;
}
#portfolio .white-panel ul li {
  text-align: left;
  list-style-type: disc !important;
  padding-left: 0.3em;
}
#portfolio .white-panel ul li:before {
	display: none;
}
#portfolio p, #portfolio ul li {
	color: #fff;
}
#portfolio .list-a>li:before {
background-color: #fff;
width: 8px;
height: 8px;
top: 9px;
}
#portfolio .white-panel p {
	color: #000;
}


#solutions h2 {
	text-align: center;
	font-weight: normal;
	padding-bottom: 6rem !important;
	color: #fff;
}
#solutions p, #solutions  ul li {
	color: #fff;
}
#solutions .wrapper-3col {
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 4rem;
	padding: 0rem 0rem !important;
	margin-top: 8rem;
	margin-bottom: 8rem;
}
 #solutions .wrapper-3col .col {
	  grid-column: span 2;
  }
 #solutions .col:last-child:nth-child(3n - 1) {
	grid-column-end: -2;
  }
  
  #solutions .col:nth-last-child(2):nth-child(3n + 1) {
	grid-column-end: 4;
  }
#solutions .white-panel {
	text-align: center;
}
#solutions .white-panel p {
	text-align: center;
	color: #000;
}
#solutions .white-panel img.solutions-icon {
	height: 6rem;
	margin-bottom: 2rem;
}
 .discover-more {
	 text-align: center;
	 display: block;
	 margin: auto;
	 width: 70%;
 }


#blogs h2 {
	text-align: center;
	font-weight: normal;
	color: #fff;
	padding-bottom: 6rem !important;
}
#blogs .carousel-cell {
min-height: 45rem;
}
#blogs .c-btn {
	  position: absolute;
	  bottom: 2rem;
	  left: 2rem;
  }


#case-studies h2 {
	  text-align: center;
	  font-weight: normal;
	  padding-bottom: 6rem !important;
  }
  #case-studies .carousel-cell {
  min-height: 45rem;
  }
  #case-studies .c-btn {
		position: absolute;
		bottom: 2rem;
		left: 2rem;
	}
	

#videos h2 {
		  text-align: center;
		  font-weight: normal;
		  padding-bottom: 6rem !important;
	  }
	  #videos .carousel-cell {
	  min-height: 45rem;
	  }
	  #videos .c-btn {
			position: absolute;
			bottom: 2rem;
			left: 2rem;
		}	
	#videos .white-panel {
	background: #fff;
	position: relative;
	padding-bottom: 6rem;
	}
	
	


#insights {
	background-size: cover;
	text-align: center;
	
}
/* #insights a {
	text-decoration: none !important;
} */
#insights .white-panel:hover, #insights-grey .white-panel:hover  {
	box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2);
}
#insights h2 {
		text-align: center;
		font-weight: normal;
		padding-bottom: 6rem !important;
	}
#insights h3, #insights h3 a, #insights-grey h3, #insights-grey h3 a {
		text-align: left;
		margin-top: 1.7rem;
		padding-bottom: 0rem;
		font-weight: normal;
		font-size: 1.3em;
		text-decoration: none !important;
	}
	#insights h3 a:hover, #insights-grey h3 a:hover  {
		text-decoration: underline;
	}
#insights  .white-panel p, #insights-grey .white-panel p {
	font-size: 0.9em;
	padding-bottom: 2rem;
	text-align: left;
}
#insights  .wrapper-3col, #insights-grey  .wrapper-3col  {
	margin-top: 4rem;
	text-align: left;
	grid-gap: 2rem;
	padding: 0rem 0rem !important;
	row-gap: 2rem;
}
#insights .white-panel, #insights-grey .white-panel  {
padding: 2rem;
transition: box-shadow 0.6s;
text-align: left;
position: relative;
padding-bottom: 6rem;
}
#insights .white-panel {
	background: #f0eeee;
	position: relative;
	padding-bottom: 6rem;
}

#insights  .wrapper-2col {
	row-gap: 4rem;
}

#insights .c-btn,  #insights-grey .c-btn {
	  position: absolute;
	  bottom: 2rem;
	  left: 2rem;
  }
#insights .white-panel p + p {
	margin-top: 0 !important;
}
#insights .carousel-cell {
	min-height: 48rem;
}



#webinars {
	background-size: cover !important;
	text-align: center;
	
}


#webinars a {
	text-decoration: none !important;
}
#webinars .white-panel:hover {
	box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2);
}
#webinars h2 {
		text-align: center;
		font-weight: normal;
		padding-bottom: 6rem !important;
	}
.webinars#webinars h2 {
	padding-bottom: 6rem;
}	
#webinars h2 + p {
	padding: 0 12rem 4rem 12rem;
}	
#webinars h3, #webinars h3 a {
		text-align: left;
		margin-top: 1.7rem;
		padding-bottom: 0rem;
		font-weight: normal;
		font-size: 1.1em;
		text-decoration: none !important;
		letter-spacing: 0px;
	}
	#webinars h3 a:hover {
		text-decoration: underline;
	}
#webinars  .white-panel p {
	font-size: 0.8em;
	padding-bottom: 2rem;
	text-align: left;
}
#webinars  .wrapper-3col {
	margin-top: 0rem;
	text-align: left;
	grid-gap: 2rem;
	padding: 0rem 0rem !important;
	row-gap: 2rem;
}

#webinars .white-panel {
padding: 2rem;
transition: box-shadow 0.6s;
text-align: left;
}
#webinars .grey-panel {
	background: #f0eeee;
	position: relative;
	padding-bottom: 8rem;
}

#webinars  .wrapper-2col {
	row-gap: 4rem;
}
#webinars .c-btn {
	  position: absolute;
	  bottom: 2rem;
	  left: 2rem;
	  font-size: 0.8em !important;
	  padding-right: 1rem;
	line-height: 1.1em !important;
  }
#webinars .c-btn a:hover {
text-decoration: underline !important;
}
#webinars .c-btn a {
	padding-left: 4rem;
	display: inline-block;
	
}
#webinars .c-btn .c-btn-ico {
	margin-left: -4rem;
	position: relative;
}
#webinars .c-btn .c-btn-ico img {
	width: 32px !important;
	height: 32px;
	max-width: 32px;
	}
#webinars .c-btn .wrapper-btn {
	display: flex;
	align-items: center;
	  justify-content: center;
}



#insights {
	background: #f1f2f3;
}
#insights h2 {
	text-align: center;
	padding-bottom: 4rem;
	font-weight: normal;
}



 
 .why-cta-arrow {
	 width: 5rem;
	 filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(152%) contrast(152%);
	 margin: auto;
 }
 

#cta {
	 text-align: center;
 }
 #cta h2 {
	 font-size: 1.7em;
	 margin: auto;
	 width: 90%;
	 padding-bottom: 2rem;
 }
 #cta h2,  #cta a {
	 color: #fff !important;
	 text-align: center;
	 text-decoration: 	none;
 }
 #cta a:hover {
	 text-decoration: 	underline;
 }
 
 #cta2 {
	  text-align: center;
  }
  #cta2 h2 {
	  font-size: 1.4em;
	  margin: auto;
	  width: 90%;
	  padding-bottom: 2rem;
  }
  #cta2 a:hover {
	  color: #eb0086;
  }
 
 
.secure-framework  .c-btn .c-btn-ico img {
/* 	For white use... */
/* 	filter: brightness(0) invert(1);  */ 
/* 	For black use... */
	filter: grayscale(100%) brightness(70%) contrast(2);
}

.securing-hybrid .c-btn {
	position: relative !important;
	left: 0 !important;
	bottom: 0 !important;
	margin-top: 3rem !important;
}
.securing-hybrid .c-btn:hover {
	text-decoration: underline !important;
}





#blog.video-emb .pic-panel {
	padding: 2rem;
	position: relative;
	background-position: right top !important;
}
#blog.video-emb .pic-panel .video-container {
	padding-bottom: 50.25%;
	padding-top: 30px;
	  top: 44%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
}


#decision-process h2 {
	padding-left: 12% !important;
	padding-right: 12% !important;
	text-align: center;
	margin-bottom: 6rem;
}

#decision-process .wrapper-3col {
	grid-template-columns: 24% 40% 24%;
	grid-gap: 6%;
	padding: 0rem 0rem !important;
	align-items: center;
}
#decision-process .wrapper-3col .col p {
	margin: 10px auto 0px auto;
	font-size: 0.9em;
}
#decision-process .wrapper-3col .col h3 {
	margin-top: 3rem;
}
#decision-process .wrapper-3col .col p + h3 {
	margin-top: 8rem;
}
#decision-process .wrapper-3col .col:last-of-type {
	
	text-align: right;
}


#trust-services h2 {
	text-align: center;
	color: #fff;
	padding-bottom: 8rem;
}
#trust-services h2 + p {
	text-align: center;
	color: #fff;
	
	padding-left: 12% !important;
	padding-right: 12% !important;
}
#trust-services .wrapper-3col {
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 3rem;
	padding: 0rem 0rem !important;
}
#trust-services .wrapper-3col .white-panel {
padding: 3rem;
}
#trust-services .wrapper-3col .white-panel h3 {
	font-size: 1.4em;
}

#challenges h2 {
	text-align: center;
}


#infographic h2 {
	text-align: center;
}
#infographic .section-inner {
	text-align: center;
}
#infographic img {
	width:50%;
	margin-top: 4rem;
}

#partnerships h2 {
	text-align: center;
	padding-bottom: 8rem;
}
#partnerships .col {
	text-align: center;
	font-size: 0.9em;
}


.case-study-header {
	padding-left: 12% !important;
	padding-right: 12% !important;
}
.case-study-header, .case-study-header  h2 {
	color: #fff;
	text-align: center;
}

.case-study-logo {
	border-bottom: 1px solid #eee;
	margin-bottom: 3rem;
	margin-top: -2rem;
}
.case-study-logo img {
	max-height: 8rem;
	padding-bottom: 2rem;
}
#cs-2 .case-study-logo img {
	max-height: 5.5rem;
	padding-bottom: 2rem;
}

.white-panel .c-btn {
	margin-top: 3rem !important;
}

#cta2 .why-cta-arrow {
width: 5rem;
filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(288deg) brightness(2%) contrast(2%);
margin: auto;
}
#cta2 a {
	text-decoration: none;
}
#cta2 a:hover h2 {
	text-decoration: underline;
	color: #f0b !important;
}


#cloud-trends h2 {
	text-align: center;
	padding-bottom: 8rem;
	width: 70%;
	margin: auto;
}
#cloud-trends h2.title2 {
	text-align: left;
	padding-bottom: 1rem;
	width: 100%;
	margin: auto;
	font-size: 1.7em;
}
#cloud-trends .wrapper-2col {
	padding: 0rem 0rem !important;
	margin-top: 4rem;
	margin-bottom: 6rem;
	column-gap: 0;
}
#cloud-trends .col-panel {
	text-align: center;
	padding: 2rem;
	margin-bottom: 1px;
	position: relative;
	height: 100%;
	min-height: 11rem;
}
#cloud-trends .col-title {
	text-align: center;
	padding: 2rem;
	margin-bottom: 1px;
	
}
#cloud-trends .col-title h3 {
	font-size: 1em !important;
	letter-spacing: -1px;
}
#cloud-trends .col-panel p {
	padding: 0;
	margin: 0 1rem;
	font-size: 0.8em;
	padding-left: 4rem;
	padding-right: 4rem;
}
#cloud-trends .col1 {
	display: flex;             /* nested flex container */
	flex-direction: column;    /* vertical alignment of flex items */
	justify-content: center;   /* center flex items vertically */
	z-index: 3;
}
#cloud-trends .col2 {
	display: flex;             /* nested flex container */
	flex-direction: column;    /* vertical alignment of flex items */
	justify-content: center;   /* center flex items vertically */

}
#cloud-trends .col1 .col-panel, #cloud-trends .col2 .col-panel {
	background: #dbdbdd;
	align-self: stretch;
	display: flex;             /* nested flex container */
	flex-direction: column;    /* vertical alignment of flex items */
	justify-content: center;   /* center flex items vertically */
	resize: vertical;
}
#cloud-trends .col1 .col-panel:nth-child(odd) {
	background: #efefed;
}
#cloud-trends .col1 .col-panel:before, #cloud-trends .col1 .col-panel:after {
	width: 20px;
  height: 50%;
  position: absolute;
  left: 100%;
  content: "";
}
#cloud-trends .col1 .col-panel:before {
  top: 0px;
  background: linear-gradient(to right top, #dbdbdd 50%, rgba(0, 0, 0, 0) 50%);
  filter: drop-shadow(6px -3px 4px   rgba(86, 86, 86, 0.2));
}
#cloud-trends .col1 .col-panel:after {
  top: 50%;
  background: linear-gradient(to right bottom, #dbdbdd 50%, rgba(0, 0, 0, 0) 50%);
  filter: drop-shadow(6px 3px 4px   rgba(86, 86, 86, 0.2));
}
#cloud-trends .col1 .col-panel:nth-child(odd)::before {
  top: 0px;
  background: linear-gradient(to right top, #efefed 50%, rgba(0, 0, 0, 0) 50%);
}
#cloud-trends .col1 .col-panel:nth-child(odd)::after {
  top: 50%;
  background: linear-gradient(to right bottom, #efefed 50%, rgba(0, 0, 0, 0) 50%);
}
/* #cloud-trends .col2 .col-panel::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 30px;
  border-top: solid 5.5rem transparent;
  border-left: solid 30px #dbdbdd;
  border-bottom: solid 5.5rem transparent;
  filter: drop-shadow(6px 0px 4px   rgba(0, 0, 0, 0.2));
} */
	/* #cloud-trends .col2 .col-panel:nth-child(odd)::before {
		border-left: solid 25px #efefed;
	} */

#cloud-trends .col2 .col-panel {
	background-image: -moz-linear-gradient( -180deg, rgb(255,231,0) 0%, rgb(1,213,253) 100%);
	  background-image: -webkit-linear-gradient( -180deg, rgb(255,231,0) 0%, rgb(1,213,253) 100%);
	  background-image: -ms-linear-gradient( -180deg, rgb(255,231,0) 0%, rgb(1,213,253) 100%);
}
#cloud-trends .col2 .col-panel:nth-child(odd) {
	background-image: -moz-linear-gradient( -180deg, rgb(255,128,0) 0%, rgb(255,231,0) 100%);
	  background-image: -webkit-linear-gradient( -180deg, rgb(255,128,0) 0%, rgb(255,231,0) 100%);
	  background-image: -ms-linear-gradient( -180deg, rgb(255,128,0) 0%, rgb(255,231,0) 100%);
}

#cloud-trends .wrapper-2col.cloud-panels {
	padding: 0rem 0rem !important;
	margin-top: 4rem;
	margin-bottom: 6rem;
	column-gap: 4rem;
}
.cloud-panels .col {
	padding: 5rem;
	text-align: center;
}
.cloud-panels .col img {
	height: 8rem;
	margin-bottom: 1.6rem;
}
.cloud-panels .col h3 {
	font-family: FujitsuInfinityPro-Bold,Arial,Verdana,Lucida Grande,sans-serif;
}
.cloud-panels .col p {
	font-size: 0.9em;
}
.autonomous-infographic {
	max-width: 50%;
	margin: 8rem 25% ;
	margin-top: 8rem !important;
	display: block;
}
#autonomous-panels {
	padding: 0rem !important;
}
#autonomous-panels .col {
	text-align: center;
	background: #ececea;
	border-radius: 10px;
	padding: 4rem;
}

#journey h2  {
	text-align: center;
	padding-bottom: 8rem;
}
#journey .wrapper-5col {
	grid-gap: 0rem !important;
	margin-bottom: 8rem !important;
}
#journey .wrapper-5col .col {
	min-height: 13rem;
	text-align: center;
	display: flex;             /* nested flex container */
	flex-direction: column;    /* vertical alignment of flex items */
	justify-content: center;   /* center flex items vertically */
	resize: vertical;
}
#journey .wrapper-5col .col h4 {
	padding-left: 2.5rem;
	letter-spacing: -1px;
	font-size: 0.9em;
	width: 75%;
	margin: auto;
}

.main-video {
	text-align: center;
	margin: auto;
	width: 80%;
}
.main-video .video-container {
	margin: 8rem auto;
}
.lrg-video {
	padding-left: 10rem;
	padding-right: 10rem;
}







/* =================================== */
/* Media styles
/* =================================== */


@media screen and (max-width : 1280px) {

}
@media screen and (max-width : 1180px) {

}
@media screen and (max-width : 992px) {
	
	.wrapper-4col {
		padding: 0rem 0rem !important;
	}
	.wrapper-3col {
		padding: 0rem 0rem !important;
	}
	.wrapper-2col {
		padding: 0rem 4rem !important;
	}
	.wrapper-73col {
		padding: 0rem 0rem !important;
		grid-template-columns: 70% 30%;
	}

	
	#intro p {
		text-align: left;
		padding-left: 0rem;
		padding-right: 0rem;
	}
	#intro h2 {
	padding-left: 0%;
	padding-right: 0%;
	}
	#intro h2 + h3 {
	margin-left: 0%;
	margin-right: 0%;
	padding-bottom: 3rem;
	}
	#intro .section-inner {
		padding-left: 2% !important;
		padding-right: 2% !important;
	}
	#intro .wrapper-2col {
		grid-template-columns: 1fr;
		margin-top: 3rem;
	}
	#intro .white-panel {
		margin-top: 4.5rem;
		text-align: left;
		padding: 4rem !important;
		margin-left: 0rem;
	}


	#insights .wrapper-3col .white-panel {
	padding: 2rem !important;
	transition: box-shadow 0.6s;
	}		
	#insights h3, #insights h3 a {
		font-size: 1.1em;
	}
	#insights  .white-panel p {
		font-size: 0.8em;
		padding-bottom: 6rem;
	}
	#insights  .white-panel .c-btn {
	font-size: 0.8em;
	}

	
	#webinars .white-panel {
		padding: 2rem !important;
	}
	#webinars h2 + p {
		padding: 0 0rem 4rem 0rem;
	}	
	#webinars  .white-panel p {
		padding-bottom: 6rem;
	}
	
#decision-process .wrapper-3col .col h3 {
		margin-top: 1rem;
		font-size: 1.1em;
	}
	#decision-process .wrapper-3col .col p + h3 {
		margin-top: 2rem;
	}
	
	#challenges-1 .wrapper-2col {
	grid-template-columns: 60% 40%;
	grid-gap: 3rem;
	padding: 0rem 0rem !important;
	}
	#challenges-2 .wrapper-2col {
	grid-template-columns: 40% 60%;
	grid-gap: 3rem;
	padding: 0rem 2rem !important;
	}
	#challenges-3 .wrapper-2col {
	grid-template-columns: 60% 40%;
	grid-gap: 3rem;
	padding: 0rem 0rem !important;
	}
	
	#infographic img {
	width: 70%;
	margin-top: 4rem;
	}
	
	#insights .carousel-cell {
	min-height: 45rem;
	}
	#insights .white-panel p + p {
	margin-top: 0 !important;
	padding-bottom: 1.5rem !important;
	}
	#insights .white-panel p {
	font-size: 0.8em;
	padding-bottom: 1.5rem;
	}
	
	#webinars .carousel-cell {
	min-height: 58rem;
	}
	
	#partnerships .col {
		text-align: center;
		font-size: 0.8em;
	}

	.wrapper-2col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0rem 0rem !important;
	}
	
	#cloud-vision img.cloud-vision-infog {
		width: 70%;
		margin: 3rem auto auto -4rem;
	}
	
	#portfolio .wrapper-2col  {
		row-gap: 3rem;
	}
	#portfolio .wrapper-3col {
		row-gap: 3rem;
		margin-top: 3rem;
		padding-left: 0rem !important;
		padding-right: 0rem !important;
	}
	
	#solutions .white-panel p {
		font-size: 0.9em;
	}
	#solutions .wrapper-3col {
		grid-gap: 2rem;
		padding: 0rem 0rem !important;
	
	}
	#blogs .carousel-cell {
	min-height: 42rem;
	}

}
@media screen and (max-width : 900px) {
	
	#journey .wrapper-5col {
		grid-template-columns: 1fr 1fr 1fr ;
		grid-column-gap: 1rem !important;
		row-gap: 3rem !important;
	}
	#journey .wrapper-5col .col h4 {
		padding-left: 2.5rem;
		letter-spacing: -1px;
		font-size: 0.9em;
		width: 70%;
		margin: auto;
	}
	
}
	
@media screen and (max-width : 850px) {


		.wrapper-2col {
			display: grid;
			grid-template-columns: 1fr 1fr;
			padding: 0rem 0rem !important;
		}
			#cta h2{
				font-weight: normal !important;
				color: #fff;
			}

		

		.pic-panel {
		height: auto;
		}

		 #webinars .wrapper-3col {
			 display: grid;
			 grid-template-columns: 1fr 1fr;
			 grid-gap: 3rem;
			 padding: 0rem 1rem !important;
			 row-gap: 3rem;
			 height: auto;
		 }
		 
		 #insights .wrapper-3col {
			  display: grid;
			  grid-template-columns: 1fr 1fr;
			  grid-gap: 3rem;
			  padding: 0rem 1rem !important;
			  row-gap: 3rem;
			  height: auto;
		  }
	
	#decision-process .wrapper-3col {
		grid-template-columns: 1fr;
		grid-gap: 2rem;
		padding: 0rem 0rem !important;
		align-items: center;
	}	 
	#decision-process .wrapper-3col .col:nth-of-type(1) {
	  order: 2;
	  
	}
	#decision-process .wrapper-3col .col:nth-of-type(2) {
	  order: 1;
	}
	#decision-process .wrapper-3col .col:nth-of-type(3) {
	  order: 3;
	}
	#decision-process img {
		width: 60%;
		margin: 0 20% 3rem 20%;
	}
	#decision-process .wrapper-3col .col p {
		text-align: center;
		padding: 0rem 15rem;
	}
	#decision-process .wrapper-3col .col h3 {
		text-align: center;
	}
	#decision-process .wrapper-3col .col:last-of-type {
		
		text-align: center;
	}
	
	#trust-services h2 + p {
		padding-left: 0% !important;
		padding-right: 0% !important;
	}
	#trust-services .wrapper-3col {
		grid-template-columns: 1fr;
		grid-gap: 3rem;
		padding: 0rem 6rem !important;
	}
	
	#insights .carousel-cell {
	min-height: 46rem;
	}
	
	#webinars .carousel-cell {
	min-height: 82rem;
	}
	
	#partnerships .col {
		text-align: center;
		font-size: 0.9em;
	}
	#partnerships .col p {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}
	#partnerships .col img {
		margin-top: 2rem;
	}
	#partnerships .wrapper-5col {
		 display: flex;
		   flex-wrap: wrap;
		   justify-content:  center;
	   }
	#partnerships .wrapper-5col .col {
	   width: 28%;
		 position: relative;
	 }
	 #cta h2 br {
		 display: none !important;
	 }
	 #cloud-trends h2 {
		 text-align: center;
		 padding-bottom: 3rem;
		 width: 100%;
		 margin: auto;
	 }
	 .autonomous-infographic {
		 max-width: 70%;
		 margin: 8rem 15% ;
		 margin-top: 8rem !important;
		 display: block;
	 }
	 #solutions .wrapper-3col {
		 grid-template-columns: repeat(2, 1fr);
	 }
	  #solutions .wrapper-3col .col {
		   grid-column: span 2;
	   }
	  #solutions .col:last-child:nth-child(3n - 1) {
		 grid-column-end: 0;
	   }
	   #solutions .col:nth-last-child(2):nth-child(3n + 1) {
		 grid-column-end: 0;
	   }
	   .discover-more {
	   text-align: center;
	   display: block;
	   margin: auto;
	   width: 100%;
	   }
	   .main-video {
		   text-align: center;
		   margin: auto;
		   width: 80%;
	   }
	   .main-video .video-container {
		   margin: 8rem auto;
	   }
	   .lrg-video {
		   padding-left: 0rem;
		   padding-right: 0rem;
	   }
		
}
@media screen and (max-width : 800px) {
		#cloud-trends .wrapper-2col {
			grid-template-columns: 1fr;
		}
		#cloud-trends .col1 .col-panel:before {
		  top: 0px;
		  background: linear-gradient(to right top, #dbdbdd 0%, rgba(0, 0, 0, 0) 0%);
		  filter: drop-shadow(0px 0px 0px   rgba(86, 86, 86, 0.0));
		}
		#cloud-trends .col1 .col-panel:after {
		  top: 50%;
		  background: linear-gradient(to right bottom, #dbdbdd 0%, rgba(0, 0, 0, 0) 0%);
		  filter: drop-shadow(0px 0px 0px   rgba(86, 86, 86, 0.0));
		}
		#cloud-trends .col1 .col-panel:nth-child(odd)::before {
		  top: 0px;
		  background: linear-gradient(to right top, #efefed 0%, rgba(0, 0, 0, 0) 0%);
		}
		#cloud-trends .col1 .col-panel:nth-child(odd)::after {
		  top: 50%;
		  background: linear-gradient(to right bottom, #efefed 0%, rgba(0, 0, 0, 0) 0%);
		}
		#cloud-trends .col-panel {
		min-height: auto+;
		}
}
@media screen and (max-width : 768px) {
	
	.main-contents .section-inner {
			padding-right: 4rem !important;
			padding-left: 4rem !important;
		}
	
	.list-a-small {
		width: 100%;
	}

	.row {
		padding-top: 0px;
		}
		.row + .row {
			padding-top: 0px;
			}
	.wrapper-4col {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 3rem;
		padding: 0rem 0rem !important;
		grid-row-gap: 1rem;
		height: auto;
	}
	.wrapper-3col {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 3rem;
		padding: 0rem 12rem !important;
		grid-row-gap: 1rem;
		height: auto;
	}
	.wrapper-2col {
		display: grid;
		grid-template-columns: 1fr;
		padding: 0rem 0rem !important;
	}
	.wrapper-73col {
		display: grid;
		grid-template-columns: 1fr;
		padding: 0rem 0rem !important;
	}
	
	#intro .section-inner {
			padding-left: 5% !important;
			padding-right: 5% !important;
		} 
	

	#intro h2 {
	padding-left: 0%;
	padding-right: 0%;
	}
	#intro h2 + h3 {
		padding-bottom: 3rem;
		padding-left: 0rem;
		padding-right: 0rem;
	}

	#cta h2, #cta .col {
			text-align: center;
		}

	
	#insights .section-inner {
			padding-bottom: 8rem;
		}
	#insights h2 {
			padding-bottom: 0rem;
		}	
		#insights  .wrapper-3col {
			grid-template-columns: 1fr 1fr;
		}
	
		
	  
	  #cta h2 {
		   font-size: 1.5em;
		   width: 100%;
		   text-align: center !important;
		   padding-bottom: 4rem;
	   }
	   

	
	.pic-panel {
	height: 35rem !important;
	}
	

	
	#blog.video-emb .pic-panel {
		padding: 4rem;
		position: relative;
		height: auto !important;
	}
	
	#blog.video-emb .pic-panel .video-container {
		
		  top: 41%;
		  -webkit-transform: translateY(-50%);
		  -ms-transform: translateY(-50%);
		  transform: translateY(-50%);
		  margin-top: 0;
	}
	
	#decision-process h2 {
		padding-left: 0% !important;
		padding-right: 0% !important;
		text-align: center;
		margin-bottom: 6rem;
	}
	#decision-process img {
		width: 80%;
		margin: 0 10% 3rem 10%;
	}
	#decision-process .wrapper-3col .col p {
		text-align: center;
		padding: 0rem 10rem;
	}
	
	#challenges-1 .wrapper-2col {
	grid-template-columns: 1fr;
	grid-gap: 3rem;
	padding: 0rem 0rem !important;
	}
	#challenges-2 .wrapper-2col {
	grid-template-columns: 1fr;
	grid-gap: 3rem;
	padding: 0rem 2rem !important;
	}
	#challenges-3 .wrapper-2col {
	grid-template-columns: 1fr;
	grid-gap: 3rem;
	padding: 0rem 0rem !important;
	}
	
	#infographic img {
	width: 80%;
	margin-top: 4rem;
	}
	
	#insights .carousel-cell {
	min-height: 60rem;
	}
	
	#webinars .carousel-cell {
	min-height: 70rem;
	}
	
	#cloud-vision img.cloud-vision-infog {
		width: 90%;
		margin: 3rem auto auto -4rem;
	}
	
	#portfolio .white-panel {
		padding: 6rem !important;
	}
	
	
	  
	  #blogs .carousel-cell {
	  min-height: 55rem;
	  }
	  #case-studies .carousel-cell {
		min-height: 58rem;
		}
		#videos .carousel-cell {
		  min-height: 56rem;
		  }
		  
		  .autonomous-infographic {
			   max-width: 90%;
			   margin: 8rem 5% ;
			   margin-top: 8rem !important;
			   display: block;
		   }
		   
		   .main-video {
				  text-align: center;
				  margin: auto;
				  width: 100%;
			  }
			  .main-video .video-container {
				  margin: 8rem auto;
			  }
			  .lrg-video {
				  padding-left: 0rem;
				  padding-right: 0rem;
			  }
	
}
@media screen and (max-width : 680px) {
	

	#webinars .wrapper-3col {
		 display: grid;
		 grid-template-columns: 1fr;
		 grid-gap: 3rem;
		 padding: 0rem 1rem !important;
		 row-gap: 3rem;
		 height: auto;
	 }
	 #insights .wrapper-3col {
		  display: grid;
		  grid-template-columns: 1fr;
		  grid-gap: 3rem;
		  padding: 0rem 1rem !important;
		  row-gap: 3rem;
		  height: auto;
	  }
	 #trust-services .wrapper-3col {
		 grid-template-columns: 1fr;
		 grid-gap: 3rem;
		 padding: 0rem 2rem !important;
	 }
	 #partnerships .wrapper-5col .col {
		width: 40%;
		  position: relative;
		  margin: 0 2%;
	  }
	  
	  #blogs .carousel-cell {
		min-height: 50rem;
		}
		#case-studies .carousel-cell {
		  min-height: 52rem;
		  }
		  #videos .carousel-cell {
			min-height: 52rem;
			}
			#insights .carousel-cell {
				min-height: 46rem;
			}
			
	#journey .wrapper-5col {
		grid-template-columns: 1fr 1fr ;
		grid-column-gap: 1rem !important;
		row-gap: 3rem !important;
	}		
	#journey .wrapper-5col .col h4 {
		padding-left: 2.5rem;
		letter-spacing: -1px;
		font-size: 0.9em;
		width: 70%;
		margin: auto;
	}
	#solutions .wrapper-3col {
		  grid-template-columns: 1fr !important;
	  }
	  #solutions .wrapper-3col .col {
			grid-column: auto;
		}
		#solutions .col:last-child:nth-child(3n - 1) {
			grid-column-end: auto;
		  }
		  #solutions .col:nth-last-child(2):nth-child(3n + 1) {
			grid-column-end: auto;
		  }
			
}
@media screen and (max-width : 580px) {
	
	
	.pic-panel {
	height: 25rem !important;
	}
	
		  
		#blog.video-emb .pic-panel {
			  padding: 2rem;
			  position: relative;
			  height: auto !important;
		  }
		  
		 #blog.video-emb .pic-panel .video-container {
			  
				top: 43%;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
				margin-top: 0;
		  }
		  
	#decision-process img {
		width: 100%;
		margin: 0 0% 3rem 0%;
	}
	#decision-process .wrapper-3col .col p {
		text-align: center;
		padding: 0rem 5rem;
	}	  
	
	#infographic img {
	width: 100%;
	margin-top: 4rem;
	}
	
	#insights .carousel-cell {
	min-height: 68rem;
	}
	
	#partnerships .wrapper-5col .col img {
		width: 75%;
		
	}
	#partnerships .wrapper-5col .col {
		width: 90%;
		  position: relative;
		  margin: 0 5%;
		  padding-bottom: 3rem;
	  }	  
	  
	
		  
		  #blogs .carousel-cell {
		  min-height: 47rem;
		  }
		  #case-studies .carousel-cell {
			min-height: 47rem;
			}
			#videos .carousel-cell {
			  min-height: 50rem;
			  }
			  #insights .carousel-cell {
				  min-height: 56rem;
			  }
			  
			  #cloud-vision img.cloud-vision-infog {
				  width: 100%;
				  margin: 3rem auto auto -1rem;
			  }
			  #portfolio .white-panel {
				  padding: 3rem !important;
			  }
		  
}

@media screen and (max-width : 480px) {
	
	:lang(en) body {
		font-size: 1.8rem !important;
		line-height: 1.6;
		}
		
		
	
	.wrapper-4col {
		display: grid;
		grid-template-columns: 1fr;
		padding: 0rem 1rem !important;
	}
	.wrapper-3col {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 3rem;
		padding: 0rem 1rem !important;
		grid-row-gap: 1rem;
		height: auto;
	}
	.wrapper-2col {
		display: grid;
		grid-template-columns: 1fr;
		padding: 0rem 0rem !important;
	}
	.wrapper-73col {
		display: grid;
		grid-template-columns: 1fr;
		padding: 0rem 1rem !important;
	}
	
	.list-a>li:before {
		top: 9px;
	}
	
	
	#intro p {
		padding-left: 0% !important;
		padding-right: 0% !important;
	}
	#trust-services .wrapper-3col {
		grid-template-columns: 1fr;
		grid-gap: 3rem;
		padding: 0rem 0rem !important;
	}
	#solutions .wrapper-2col {
		grid-gap: 2rem;
		padding: 0rem 0rem !important;
	
	}
	#blogs .carousel-cell {
	  min-height: 42rem;
	  }
	  #case-studies .carousel-cell {
		min-height: 43rem;
		}
		#videos .carousel-cell {
		  min-height: 48rem;
		  }
		  #insights .carousel-cell {
			  min-height: 56rem;
		  }
	#journey .wrapper-5col {
		grid-template-columns: 1fr ;
		grid-column-gap: 1rem !important;
		row-gap: 3rem !important;
	}		
	#journey .wrapper-5col .col h4 {
		padding-left: 2.5rem;
		letter-spacing: 0px;
		font-size: 1em;
		width: 70%;
		margin: auto;
	}
	#journey .wrapper-5col .col {
	min-height: 15rem;
}
}
@media screen and (max-width : 380px) {

}












