@charset "UTF-8";
/* =================================== */
/* UK FJ website page 
/* =================================== */

/* =================================== */
/* shadows img
/* =================================== */

.img a:hover img {
box-shadow: 0px 0px 15px rgb(4 4 4 / 60%) !important
}


/* =================================== */
/* Resets and overrides
/* =================================== */

/* =================================== */
/* search button
/* =================================== */

.uk-button {
color: #000 !important;
text-decoration: none !important;
border: #e6007e solid 3px;
font-weight: normal;
padding: 8px 12px;
transition: color .2s;
display: inline-block !important;

}

a.uk-button:hover {
background: #d80084;
color: #fff !important;
text-decoration: none !important;
border: #d80084 solid 3px;
font-weight: normal;
padding: 8px 12px;
transition: color .2s;

}

/* =================================== */
/* yellow quote
/* =================================== */

.author {

background: linear-gradient(90deg,#ff8500 0,#fff 100%) border-box; 
border-radius: 50%; 
border: 40px solid transparent;
}

.container {

  border-radius: 5px;
  padding: 16px;
  margin: 16px 0;
}

/* Clear floats after containers */
.container::after {
  content: "";
  clear: both;
  display: table;
}

/* Float images inside the container to the left. Add a right margin, and style the image as a circle */
.container img {
  float: left;
  margin-right: 50px;
  border-radius: 50%;
  margin-left: 150px;
}

/* Increase the font-size of a span element */
.container span {
  font-size: 20px;
  margin-right: 15px;
}

/* Add media queries for responsiveness. This will center both the text and the image inside the container */

@media (max-width: 500px) {
  .container {
    text-align: center;
  }

  .container img {
    margin: auto;
    float: none;
    display: block;
  }
}

 
body {	
	line-height: calc(10px + 2ex) !important;
}

#main p a, #main ul a {
	color: #000000;
	}
#main p a:hover, #main ul a:hover {
	color: #57564f;
	}	

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-weight: bold !important;
}

#intro h2 {
	margin-bottom: 15px !important;
	line-height: 1.2em;
	width: 100%;
	font-size: 1.8em;
	font-weight: bold !important;
	padding-bottom: 1.6rem;
}

h1, h2 {
	color: #222;
	
}
#intro h2 + h3  {
	color: #222;
	font-size: 1.4em;
	margin-left: 0%;
	margin-right: 0%;
}
h2 {
	font-weight: bold !important;
	line-height: 1.3em;
	padding-bottom: 1.6rem;
	
}

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 0rem !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: 2rem;
	}
	.wrapper-3col .white-panel {
			padding: 2rem;
		}
	.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: #5f5f5f;
}
.c-btn {
margin-top: 15px!important;
font-size: 1.6rem;
color: #5f5f5f;
text-decoration: none !important;
position: relative;
}
a.fujitsu-btn   {
	text-decoration: none !important;
	color: #5f5f5f;
}
a.fujitsu-btn:hover   {
	text-decoration: underline !important;
	color: #000;
}
.c-btn-white a {
color: #fff !important;
}
.c-btn-white a.fujitsu-btn:hover, .c-btn a:hover {
text-decoration: underline !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: 32px;
height: 32px;
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 {
	padding-left: 10rem;
	padding-right: 10rem;
}
#intro {
	text-align: center;
	
}
#intro h2 {
	text-align: center;
	padding-left: 20rem;
	padding-right: 20rem;
}
#intro h2 + h3 {
	padding-bottom: 3rem;
}
#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-3col  {
	padding: 0 !important;
	margin-top: 6rem;
}
#intro .wrapper-3col .col h3 {
	padding-bottom: 0rem;
	padding-top: 0;
}
#intro .wrapper-3col .col  p {
	text-align: center;
	padding-left: 0rem;
	padding-right: 0rem;
}



#blog .wrapper-2col {
	grid-gap: 0rem;
}
#blog .fujitsu-btn {
	margin-top: 3rem;
	display: block;
}
#blog .pic-panel a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
}



#solutions {
	background-size: cover;
	/*text-align: center;*/
	
}

#solutions a {
	text-decoration: none !important;
}
#solutions a:hover {
	text-decoration: underline;
}	

#solutions .white-panel:hover {
	box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.2);
}
#solutions h2 {
		text-align: center;
		color: #fff;
	}
	#solutions h2 + p {
		color: #fff;
	}
#solutions h3, #solutions h3 a {
		text-align: left;
		margin-top: 1.7rem;
		padding-bottom: 0rem;
		font-weight: normal;
		font-size: 1.3em;
		text-decoration: none !important;
	}
	#solutions h3 a:hover {
		text-decoration: underline;
	}
#solutions  .white-panel p {
	font-size: 0.9em;
	padding-bottom: 2rem;
	text-align: left;
}
#solutions  .white-panel ul {
font-size: 0.9em;
}
#solutions  .wrapper-3col {
	margin-top: 4rem;
	text-align: left;
	grid-gap: 2rem;
	padding: 0rem 0rem !important;
	row-gap: 2rem;
}
#solutions .white-panel {
padding: 2rem;
transition: box-shadow 0.6s;
text-align: left;
position: relative;
padding-bottom: 6rem;
}
#solutions .grey-panel {
	background: #f0eeee;
	position: relative;
	padding-bottom: 6rem;
}

#solutions  .wrapper-2col {
	row-gap: 4rem;
}

#solutions .c-btn {
	  position: absolute;
	  bottom: 2rem;
	  left: 2rem;
  }
  


.secure-your-business#solutions .list-a>li:before {
background-color: #222;
}




#insights {
	background-size: cover;
	text-align: center;
	
}
#insights .white-panel:hover, #insights-grey .white-panel:hover  {
	box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.2);
}
#insights h2 {
		text-align: center;
		color: #fff;
		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-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 {
	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: 70rem;
}



#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;
		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;
}



 
 .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-highlight {
	background-size: cover;
}
#blog-highlight .section-inner {
	position: relative;
	height: 70rem;
}
#blog-highlight .panel {
	width: 40rem;
	height: 40rem;
	background-size: cover;
	color: #fff;
	padding: 4rem;
	position: absolute;
	right: 4rem;
	bottom: 8rem;
}
#blog-highlight .panel h3 {
	font-size: 1.8em;
	font-weight: normal !important;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
#blog-highlight .panel a, #blog-highlight .panel a:hover {
	color: #fff !important;
}



#pillars {
	text-align: center;
	color: #fff;
	background-size: cover;
}
#pillars h2 {
	color: #fff;
}
#pillars p {
	width: 75%;
	color: #fff;
}
#pillars .wrapper-4col {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 0rem;
	padding: 0rem 0rem !important;
	row-gap: 1rem;
}

#pillars .wrapper-7col {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 0rem;
	padding: 0rem 0rem !important;
	row-gap: 1rem;
}

#pillars .pillar-icon {
	height: 20rem;
	margin-left: 0rem;
}

#pillars a:hover .pillar-icon {
	filter: drop-shadow(0.35rem 0.55rem 2rem rgba(0, 0, 0, 0.9));
}


#pillars .col {
	background-size: cover !important;
	background-position: top right;
	color: #fff;
	padding: 2rem;
	min-height: 14rem;
	text-align: center;
}
#pillars a {
	text-decoration: 	none !important;
}
#pillars a h3 {
	text-decoration: 	underline !important;
}
#pillars a:hover h3 {
	text-decoration: 	none !important;
	color: yellow;
}
#pillars .col h3 {
	width: 100%;
	font-size: 1.2em;
	padding-bottom: 0;
	margin-bottom: -1rem;
	text-align: center;
	color: #fff;
	margin-top: 1.5rem;
}
#pillars .col p {
	width: 100%;
	color: #fff;
	font-size: 0.9em;
}



#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;
}



/* =================================== */
/* Media styles
/* =================================== */


@media screen and (max-width : 1280px) {
	#pillars .pillar-icon {
			height: 18rem;
		}
	.intro-btns {
	display: flex;
	width: 80%;
	}
	
}
@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%;
	}
	#intro .section-inner {
		padding-left: 2% !important;
		padding-right: 2% !important;
	}



	#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: 64rem;
	}
	#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: 78rem;
	}
	
	#partnerships .col {
		text-align: center;
		font-size: 0.8em;
	}
	
			#pillars .col h3 {
		width: 100%;
		font-size: 1.1em;
		}
		#pillars .pillar-icon {
			height: 16rem;
			}
		#pillars .col {
				padding: 2rem;
			}	
			#pillars .col p {
				font-size: 0.8em;
			}


}
@media screen and (max-width : 850px) {


		.wrapper-2col {
			display: grid;
			grid-template-columns: 1fr 1fr;
			padding: 0rem 4rem !important;
		}
			#cta h2{
				color: #fff;
			}

		#pillars .wrapper-4col {
			grid-template-columns: 1fr 1fr;
			grid-gap: 0rem;
			padding: 0rem 8rem !important;
			row-gap: 1rem;
		}
		

		.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: 77rem;
	}
	
	#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;
	 }
		
}
@media screen and (max-width : 800px) {

}
@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%;
	}

	#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: 72rem;
	}
	
	#webinars .carousel-cell {
	min-height: 70rem;
	}
	
}
@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%;
	  }
	#pillars p {
			width: 100%;
		}
	
	#pillars .wrapper-4col {
		grid-template-columns: 1fr 1fr;
		grid-gap: 0rem;
		padding: 0rem 2rem !important;
		row-gap: 1rem;
	}	  

}
@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;
	}
	#pillars .pillar-icon {
		height: 16rem;
	}		
	#pillars .wrapper-4col {
		grid-template-columns: 1fr ;
		grid-gap: 0rem;
		padding: 0rem 2rem !important;
		row-gap: 1rem;
	}	 
	#pillars .col h3 {
		font-size: 1.3em;
	}
	#pillars .col p {
		width: 100%;
		color: #fff;
		font-size: 1em;
	}
	
	#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;
	  }
	  	  
		  
}

@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 1rem !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;
	}
	

	
}
@media screen and (max-width : 380px) {

}












